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

# Using with LLMs

You can use LLMs to assist in building Octen integrations. We provide a set of tools and resources to help AI assistants understand our APIs and generate accurate code.

## Plain text docs

You can access all of our documentation as plain text Markdown files by adding `.md` to the end of any URL. For example, you can find the plain text version of the Web Search API reference at [https://docs.octen.ai/api-reference/web-search.md](https://docs.octen.ai/api-reference/web-search.md).

This helps AI tools and agents consume our content and allows you to copy and paste the entire contents of a doc into an LLM. This format is preferable to scraping or copying from our HTML pages because:

* Plain text contains fewer formatting tokens.
* Content that isn't rendered in the default view (for example, hidden in a tab) is included in the plain text version.
* LLMs can parse and understand Markdown hierarchy.

## llms.txt

We host an [/llms.txt](https://docs.octen.ai/llms.txt) file that contains comprehensive API documentation designed for LLM consumption.

The `/llms.txt` file follows the [emerging standard](https://llmstxt.org/) for making websites and content more accessible to LLMs.
