---
title: Connect AI tools to Polaris docs
description: Give assistants the same reviewed Flagpole and Drift content that human readers use.
url: https://pr-14-c0fdf0ef9f59.thally.app/guides/connect-ai-tools
---

# Connect AI tools to Polaris docs

Give assistants the same reviewed Flagpole and Drift content that human readers use.

This site publishes agent-readable projections from the same MDX and OpenAPI
sources as the human documentation. Point tools at these surfaces instead of
copying product behavior into a separate prompt.

#### [Documentation index](/llms.txt)

    `llms.txt` lists the Flagpole, Drift, guide, and reference pages available
    to an assistant.

#### Markdown pages

    Add `.md` to a page URL, such as `/flagpole/concepts.md`, to retrieve clean
    source-oriented Markdown.

#### MCP discovery

    `/.well-known/mcp.json` describes the site's read-only MCP endpoint for
    compatible editors and agents.

#### Structured projections

    Page JSON and JSON-LD preserve titles, sections, links, and code examples
    for retrieval.

## Ground a question in one product

Give the assistant the narrowest useful page. For example, use
`/flagpole/concepts.md` for rollout semantics and
`/api/store-methods.md` for a Drift method signature. Use the
[combined guide](/guides/flagpole-with-drift) only when the question spans
both products.

The site reflects released documentation, not live process state. Query
Flagpole's `/health` or `/version` endpoint when an answer depends on the
release actually running in an environment.