# AI resources (https://www.getfounderhq.com/docs/analytics/ai-resources)

You probably build with Claude Code, Cursor, Lovable, or Bolt. These docs
are built for that. Every page is available as clean Markdown, the whole
site fits in one file, and there is an MCP server your agent can search
directly.

## Pick one

| You want | Use |
| --- | --- |
| Your agent to search these docs live, inside your editor | [MCP server](/analytics/ai-resources/mcp-server) |
| To paste one page into a chat | Add `.md` to the page URL. See [llms.txt and markdown routes](/analytics/ai-resources/llms-and-markdown-routes). |
| To give an agent a map of the whole site | [`/docs/llms.txt`](/llms.txt) |
| To give an agent every page at once | [`/docs/llms-full.txt`](/llms-full.txt) |

## The fastest setup

Connect the MCP server to Claude Code:

```bash
claude mcp add --transport http founderhq-docs https://www.getfounderhq.com/docs/mcp
```

Your agent can now search and read these docs while it writes your
integration. Full instructions, and configuration for other clients, are
on the [MCP server](/analytics/ai-resources/mcp-server) page.

## Why this matters for your integration

An agent that guesses at an SDK writes code that almost works. An agent
that reads the real page gets your key names, your event names, and your
option names right the first time. The pages below cost you one setup
step and save you a debugging session.
