> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-fix-dead-service-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Static Docs Files

> Use llms.txt and llms-full.txt to give AI assistants access to Base documentation.

## Documentation index

Fetch the complete documentation index at: [https://docs.base.org/llms.txt](https://docs.base.org/llms.txt)

Use this file to discover all available pages before exploring further.

## Full documentation file

If your AI tool doesn't support MCP yet, you can use a static documentation file instead. This gives your AI assistant the entire Base documentation as one text file.

<Warning>
  The static `llms-full.txt` file is a snapshot and may not include the latest updates. Use [MCP](/get-started/docs-mcp) when possible for always-current docs.
</Warning>

### Setup with Cursor

[Cursor](https://cursor.com/) is an AI-powered code editor built as a fork of VS Code with features like AI code completion and natural language editing.

<Steps>
  <Step title="Open docs settings">
    Go to **Settings** > **Features** > **Docs**.
  </Step>

  <Step title="Add Base docs">
    Click **Add new doc** and paste: `https://docs.base.org/llms-full.txt`
  </Step>

  <Step title="Reference in chat">
    Use `@docs -> Base` in your AI chat to reference the documentation.
  </Step>
</Steps>

### Setup with Claude Code

[Claude Code](https://docs.claude.com/en/docs/claude-code/overview) is an agentic coding tool that lives in your terminal and understands your codebase.

<Steps>
  <Step title="Download the docs file">
    Download the static documentation file from: [https://docs.base.org/llms-full.txt](https://docs.base.org/llms-full.txt)
  </Step>

  <Step title="Add to your project">
    Save the file in your project directory or a known location on your system.
  </Step>

  <Step title="Reference in chat">
    Use the `/read` command or drag and drop the file path to include the documentation in your conversation. Claude Code will then have access to the full Base documentation for that session.
  </Step>
</Steps>
