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

# LLM-ready documentation

> Give an AI assistant the smallest authoritative OrgX source for the task.

OrgX publishes human guides, Markdown pages, a compact index, a full-text
export, and OpenAPI.

| Need                            | Source                                                    |
| ------------------------------- | --------------------------------------------------------- |
| Find the right page             | [`llms.txt`](https://useorgx.com/llms.txt)                |
| Load the published corpus       | [`llms-full.txt`](https://useorgx.com/llms-full.txt)      |
| Read one page as Markdown       | Append `.md` to its docs URL                              |
| Generate or validate REST calls | [`openapi.yaml`](https://useorgx.com/api/v1/openapi.yaml) |

## Recommended sequence

1. Start with `llms.txt` and select the guide for the user’s goal.
2. Read that guide and only the linked authentication or behavior pages needed
   for the operation.
3. Validate paths, fields, examples, and status codes against OpenAPI.
4. Treat operations absent from OpenAPI as unsupported.

```text theme={"dark"}
https://docs.useorgx.com/docs/api/quickstart.md
```

The compact index is optimized for discovery. OpenAPI remains the machine
contract for REST operations.
