Skip to content
Resources

Working with LLMs

When working with any AI or Large Language Model (LLM), providing relevant and accurate context is critical for achieving high-quality results. To help developers and their AI applications better understand our documentation, we have adopted the llms.txt standard.

This standard provides a structured, machine-readable format that guides AI models on how to interpret and utilize our documentation, ensuring the highest level of integrity and accuracy in AI-powered applications.

We provide several versions of our documentation in the llms.txt format, each tailored for different use cases:

  1. This file provides a high-level, structured sitemap of our documentation, including page descriptions. It is ideal for use cases where a concise overview of the content is required.

    llms.txt

  2. This file provides an index of all the pages in the documentation, showing only the titles and hierarchy. It is the most concise option, perfect for quickly understanding the structure of the documentation.

    llms-small.txt

  3. This file contains the entire, unabridged content of our documentation in a single markdown file, providing the most comprehensive context possible.

    llms-full.txt