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

# LLMs documentation files

> Machine-readable index files for assistants and tooling that ingest Cartesia documentation.

Plain-text, machine-readable exports of the documentation.

Designed for systems that fetch and parse docs over HTTP, such as agents, MCP servers, and crawlers.

## Endpoints

Both endpoints are public over HTTPS and require no API key. Fetch directly inside a tool or pipeline: agents with web fetch or read URL tools, MCP servers, or custom crawlers.

**[llms.txt](https://docs.cartesia.ai/llms.txt)** (default)\
Condensed index aligned with the `llms.txt` convention ([llmstxt.org](https://llmstxt.org/)). Use it when your system can fetch specific docs over HTTP.

* Smaller context
* Faster processing
* Better for retrieval workflows

**[llms-full.txt](https://docs.cartesia.ai/llms-full.txt)**\
Fuller coverage of the docs site. Use it when your system needs broader upfront content in one fetch. Consumes more context and tokens when fed to your LLM.

* More URLs and text
* Higher recall
* Better for indexing and batch jobs
