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

# llms.txt

> Machine-readable index of the Grid documentation for LLMs and AI agents.

The Grid documentation is published in the [llms.txt](https://llmstxt.org) format
so AI assistants and agents can ingest it directly.

## Files

<CardGroup cols={2}>
  <Card title="llms.txt" icon="file-lines" href="/llms.txt">
    Index of every page on this site, with titles and links. Lightweight and
    suitable for tools that follow links on demand.
  </Card>

  <Card title="llms-full.txt" icon="file-code" href="/llms-full.txt">
    Full content of every page concatenated into a single file. Suitable for
    pasting into a model's context window.
  </Card>
</CardGroup>

## Use it with an AI assistant

Point your tool at the URL directly:

```
https://docs.genlabs.co/llms.txt
https://docs.genlabs.co/llms-full.txt
```

Or fetch from the well-known location:

```
https://docs.genlabs.co/.well-known/llms.txt
https://docs.genlabs.co/.well-known/llms-full.txt
```

## What's inside

`llms.txt` opens with the site title and the `description` from `docs.json`,
followed by a grouped list of every page in the navigation. `llms-full.txt`
expands each entry into the full Markdown source of the page.
