|
| 1 | +--- |
| 2 | +title: Static Docs Files |
| 3 | +sidebarTitle: Static Docs Files |
| 4 | +description: Use llms.txt and llms-full.txt to give AI assistants access to Base documentation. |
| 5 | +--- |
| 6 | + |
| 7 | +## Documentation index |
| 8 | + |
| 9 | +Fetch the complete documentation index at: [https://docs.base.org/llms.txt](https://docs.base.org/llms.txt) |
| 10 | + |
| 11 | +Use this file to discover all available pages before exploring further. |
| 12 | + |
| 13 | +## Full documentation file |
| 14 | + |
| 15 | +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. |
| 16 | + |
| 17 | +<Warning> |
| 18 | + 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. |
| 19 | +</Warning> |
| 20 | + |
| 21 | +### Setup with Cursor |
| 22 | + |
| 23 | +[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. |
| 24 | + |
| 25 | +<Steps> |
| 26 | + <Step title="Open docs settings"> |
| 27 | + Go to **Settings** > **Features** > **Docs**. |
| 28 | + </Step> |
| 29 | + |
| 30 | + <Step title="Add Base docs"> |
| 31 | + Click **Add new doc** and paste: `https://docs.base.org/llms-full.txt` |
| 32 | + </Step> |
| 33 | + |
| 34 | + <Step title="Reference in chat"> |
| 35 | + Use `@docs -> Base` in your AI chat to reference the documentation. |
| 36 | + </Step> |
| 37 | +</Steps> |
| 38 | + |
| 39 | +### Setup with Claude Code |
| 40 | + |
| 41 | +[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. |
| 42 | + |
| 43 | +<Steps> |
| 44 | + <Step title="Download the docs file"> |
| 45 | + Download the static documentation file from: [https://docs.base.org/llms-full.txt](https://docs.base.org/llms-full.txt) |
| 46 | + </Step> |
| 47 | + |
| 48 | + <Step title="Add to your project"> |
| 49 | + Save the file in your project directory or a known location on your system. |
| 50 | + </Step> |
| 51 | + |
| 52 | + <Step title="Reference in chat"> |
| 53 | + 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. |
| 54 | + </Step> |
| 55 | +</Steps> |
0 commit comments