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

# Feed Whitechain docs to AI tools

> Whitechain docs publish llms.txt, llms-full.txt, and a markdown version of every page, so AI assistants can read accurate context directly instead of scraping rendered HTML.

Whitechain docs publish machine-readable versions of every page alongside the rendered site. Point an AI assistant at these instead of pasting page text into a chat.

## What is available

| Resource      | URL                                                                              | Contents                                     |
| ------------- | -------------------------------------------------------------------------------- | -------------------------------------------- |
| llms.txt      | [l2docs.whitechain.io/llms.txt](https://l2docs.whitechain.io/llms.txt)           | Index of every page with a short description |
| llms-full.txt | [l2docs.whitechain.io/llms-full.txt](https://l2docs.whitechain.io/llms-full.txt) | Full content of every page in one file       |
| Markdown page | any page URL with `.md` appended                                                 | Markdown source of that single page          |

For example, the network reference page at `/learn/network/reference` is also available as `/learn/network/reference.md`.

<Note>
  llms.txt and llms-full.txt cover the current Whitechain L2 network. Pages under **Legacy**, which document the retired Whitechain L1 chain, are marked `noindex` and excluded from both files to keep them focused on the network you are building on. Legacy pages are still visible on the site and reachable by direct link.
</Note>

## Use the page menu

Every page includes a page-options menu that copies the page as markdown or opens it directly in ChatGPT, Claude, Perplexity, Cursor, or VS Code. Use it instead of copying rendered text by hand.

## Related

* [Build with AI](/build-with-ai)
* [Agent Skills](/build-with-ai/claude-skills)
* [Deploy with Hardhat](/build/deploy/deploy-with-hardhat)
