GrowthRailDocs

The web docs you're reading are built for humans. LLMs work best with clean Markdown and a single index they can crawl. The two files below give them exactly that — a structured table of contents and the complete documentation in one download — so an assistant can answer questions and scaffold your setup without guessing.

Available files

FileWhat it containsBest for
/llms.txtA concise index: every page grouped by section with a one-line summary and a link to its Markdown source.Letting an agent discover the docs and fetch only the pages it needs.
/llms-full.txtThe entire documentation — every guide, SDK, and integration — concatenated into a single Markdown file.Pasting the full context into a model in one shot.

How to use them

  1. Open /llms.txt to see the full map of the documentation.
  2. Give your AI tool the URL of the file — most assistants can fetch it directly, or you can copy and paste the contents.
  3. Ask it to set things up, e.g. "Using the Growth Rail docs at this llms.txt, add referral tracking to my React app."
Tip: Individual pages are also available as Markdown under /llms/<page>.md (for example, /llms/quickstart.md), which is handy when you only need one topic.

Prefer the API spec?

For programmatic, always-current endpoint details, point your tools at the OpenAPI specification. It's the machine-readable source of truth for the REST API.