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

# llms.txt

> How AI tools discover the Alterscope docs via /llms.txt.

[`llms.txt`](https://llmstxt.org/) is a convention that lets AI tools and crawlers discover a site's documentation through a single, link-rich index. Alterscope publishes one at **[`/llms.txt`](https://docs.alterscope.org/llms.txt)**.

## What it contains

A short summary of the API plus a curated, sectioned list of the key docs pages — get-started, concepts, SDKs, realtime, and the API reference — each with a title and one-line description, so an LLM or agent can find the right page from one fetch.

## Using it

Most AI coding tools and doc-aware assistants fetch `/llms.txt` on their own when you give them the docs URL. To pull it yourself:

```bash theme={null}
curl https://docs.alterscope.org/llms.txt
```

For programmatic, tool-based access to live risk data (rather than the docs), connect an agent through the [MCP server](/develop/ai-and-mcp/mcp-server) instead.
