# Working with AI Agents

> Copyleaks Docs provide llms.txt standard to optimize AI interactions with our documentation.

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.

<Note>
  The `llms.txt` standard is an open initiative for GenAI Governance. You can learn more about its specification and goals at [llmstxt.org](https://llmstxt.org/).
</Note>

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

<Steps>
  <Step title="Sitemap Version">
    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**](/llms.txt)
  </Step>

  <Step title="Full Content Version">
    This file contains the entire, unabridged content of our documentation in a single markdown file, providing the most comprehensive context possible.

    <Warning>
      The full content version is extensive and may exceed the context window of some Large Language Models.
    </Warning>

    [**llms-full.txt**](/llms-full.txt)
  </Step>
</Steps>
