> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Support, compliance & metadata

> SDK resources for support, compliance, and reference data: tickets, reports, release forms, discovery, ISO lookups, and static pages.

| Resource          | What it covers                                                                                                       |
| ----------------- | -------------------------------------------------------------------------------------------------------------------- |
| `of.tickets`      | Help-center support tickets: list, get, create, reply, comments, mark-read, reopen, solve, allowed-check.            |
| `of.reports`      | Moderation reasons + sub-options, file report (post / message / stream / story / user), unsubscribe reasons, appeal. |
| `of.releaseForms` | Creator-side release forms (mentions, attach, toggle-show, consent-form, proof, documents) and guest-signing flow.   |
| `of.discovery`    | Countries, payout-countries, recent logins, `/init` config, `/ip` geo lookup.                                        |
| `of.iso`          | Static ISO lookups (timezones, languages, etc).                                                                      |
| `of.pages`        | Static OnlyFans content pages (about, terms, etc).                                                                   |

## Recipes

```ts theme={"theme":{"light":"github-light","dark":"github-dark"}}
// Geo / init config
const countries = await of.discovery.countries();
const init = await of.discovery.init();

// File a report
await of.reports.report({ /* type, target, reason */ });

// Release forms
const forms = await of.releaseForms.list();
```

These resources cover the supporting surface around the core content and money
APIs — useful for compliance flows, onboarding, and static reference data.
