---
title: For AI assistants
description: How to load versioned Platform docs into an LLM context.
---

# For AI assistants

Give the model one of these URLs (replace host with your deployed docs origin):

| Resource | Purpose |
| --- | --- |
| `/llms.txt` | Index of all pages + package versions |
| `/llms-full.txt` | Full docs concatenated (preferred for one-shot context) |
| `/raw/<slug>.md` | Single page Markdown |
| `/changelog` | What changed in docs / SDKs |

## Prompt template

```text
Read https://YOUR_DOCS_HOST/llms-full.txt
Integrate RaidBoss Platform into this app.
Use placeholders from the docs. Do not invent private admin URLs or secrets.
Prefer entitlement codes over plan names.
Free tier must work offline without createPayment.
Cache entitlements for offline paid access.
```

## Versioning

- Sidebar shows **docs**, **TypeScript**, and **Flutter** versions.
- When an SDK ships a breaking or notable change, changelog and `lib/nav.ts` versions are bumped together.
- Always prefer `/llms.txt` for the latest published versions before coding.

## Anonymization rules

Docs intentionally avoid product-specific branding and private infrastructure details:

- Use `YOUR_APP_CODE`, `YOUR_API_URL`, `YOUR_PUBLIC_KEY`
- Do not embed service-role keys, payment secrets, or admin credentials in client apps
- Example entitlement codes are illustrative (`premium_feature`, `cloud_sync`)
