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

# For AI Agents

This documentation ships a machine-readable layer for LLMs and AI agents. Every page is available as plain text and Markdown, with curated bundles for whole-site ingestion.

## Agent Skill

Teach your coding agent to install and run ResponsiveVoice with one command:

```bash
npx skills add responsivevoice/skills
```

It installs into Claude Code, Cursor, GitHub Copilot, Gemini CLI, and other agents that read filesystem [Agent Skills](https://github.com/responsivevoice/skills), covering the browser library, REST API, and language SDKs.

## Endpoints

Fetching one topic? Use a section bundle or `/llms-small.txt`. Reserve `/llms-full.txt` for whole-corpus ingestion — it is large and ends with the full generated API reference.

- [/llms.txt](/llms.txt) — Index of the documentation sets, following the llmstxt.org convention. Start here.
- [Section bundles](/_llms-txt/getting-started.txt) — One topic per file: getting-started, guides, sdks, examples, rest-api at /\_llms-txt/\<name>.txt. Smallest fetch for a single topic.
- [/llms-small.txt](/llms-small.txt) — Abridged build, API reference removed. Best for conceptual queries on a budget.
- [/llms-full.txt](/llms-full.txt) — The complete documentation as a single text file, including the generated API reference. Large.
- [/llms.md](/llms.md) — A Markdown index of every page.

## Per-page Markdown

Append `.md` to any documentation URL to get its Markdown source — for example, `/getting-started/installation.md`.

## Discovery

You don't need to know these URLs in advance — agents and crawlers can find them automatically:

- **Every page links to them.** Each page's `<head>` includes `<link rel="alternate">` tags pointing to `/llms.txt` and `/llms.md`, so fetching any page reveals the machine-readable versions.
- **`/llms.txt` sits at the site root**, following the [llmstxt.org](https://llmstxt.org) convention — the standard place agents look first.
- **`robots.txt` allows crawling** and lists the sitemap (`/sitemap-index.xml`) and the `llms.*` files.
