Using These Docs With AI
Read or download individual Markdown pages and documentation indexes.
On this page
Fetch a page as Markdown
Every page has a View Markdown link and a Copy page action. Append .md to an article path to retrieve its Markdown representation. The documentation home is available at /index.md.
curl https://docs.phasefolio.com/atlas/quickstart.md
The Markdown response includes the page title, description, canonical URL, last-updated date, and the same guide content shown in the HTML article. Links are absolute so that copied or downloaded content remains navigable.
Discover the documentation
| Resource | Contents |
|---|---|
| llms.txt | A concise index linking to every published guide. |
| Atlas index | Atlas guides and reference links. |
| Workspace index | Workspace guides and reference links. |
| llms-full.txt | All published guides in a single Markdown text response. |
| sitemap.xml | Canonical HTML page URLs. |
These indexes help assistants locate documentation. llms.txt is a community proposal, not a guarantee that a model or crawler will discover, read, or obey a page.
Give an assistant the right context
Provide the specific guide URL and name the task you want help with. Ask the assistant to distinguish documented behavior from assumptions and to keep source coverage and product access limits intact.
Documentation access grants no product access. These pages contain public instructions; they do not expose account records, private landscapes, credentials, or an authenticated API session.
Use the product integration separately
User documentation is separate from the supported API/MCP interfaces. For available integrations and authentication requirements, see AI and MCP access. Do not infer a supported API endpoint from a browser route or an example in a user guide.