# llms.txt and machine-readable docs

> Where to find Memrio documentation in formats built for language models: /llms.txt, /llms-full.txt, and per-page markdown.

This site follows the llms.txt convention so an agent can learn the product without scraping HTML.

| Path | Contents |
| --- | --- |
| /llms.txt | A short map: what the product is, and a link to every documentation and integration page with a one-line description. |
| /llms-full.txt | Every documentation page and integration guide rendered as one markdown file. Paste the URL into a tool that fetches context. |
| /docs/{slug}.md | Any docs page as plain markdown, for tools that fetch a single page. |

> **Note:** These files describe Memrio itself. Your own company knowledge is served to agents over MCP, scoped by key — never as a public text file.

Source: https://memrio.ai/docs/llms-txt
