AI and the Docs
How to use the Ottomatic docs with AI tools like Claude, ChatGPT, and other LLMs.
The Ottomatic documentation site has built-in features that make it easy to use with AI tools and large language models (LLMs). Whether you're pasting docs into a chat, trying to get started with OttoFMS, or using an AI agent that browses the web, these features help get documentation content into the right format.
Automatic AI Agent Detection
When an AI agent (such as Claude, ChatGPT, or other LLM-based tools) requests any page on this documentation site, the site automatically detects the agent and serves the page content as markdown instead of HTML. This means AI agents get clean, readable content without any extra configuration.
You don't need to do anything special to take advantage of this — it just works. If you're giving documentation links to an AI agent, the site will return markdown automatically when the request is made.
Copy Markdown Button
Every documentation page includes a Copy Markdown button in the page header. Clicking it copies the full page content as markdown to your clipboard. This is useful for pasting documentation into AI chat conversations or other tools that accept markdown input.
Per-Page Markdown Endpoint
You can get the raw markdown content of any documentation page by appending .mdx to the URL. For example:
https://docs.ottomatic.cloud/docs/ottofms/introduction.mdxThis returns the markdown source for that page. For API reference pages, the .mdx endpoint returns the full OpenAPI schema as JSON.
Full Documentation Endpoint
The /llms-full.txt endpoint returns all documentation content as a single plaintext file. This is useful for loading the full docs context into an AI tool or for indexing the entire documentation set.
https://docs.ottomatic.cloud/llms-full.txt