Docs for your agent
Give your coding agent a documentation URL so it can read the instructions without you pasting the page into a chat.
Get a page as Markdown
Add .md to a documentation page’s URL:
https://docs.native.express/ai/chat.md
https://docs.native.express/edge-functions/secrets.mdFor the documentation home page, use https://docs.native.express/index.md.
The exports contain the page’s text and code examples without the site’s
navigation. Callouts and file trees retain their MDX component markup.
Find a page
https://docs.native.express/llms.txtThis index lists each page with its purpose and Markdown URL. Give it to your agent when it needs to find the relevant instructions.
Read the whole documentation
https://docs.native.express/llms-full.txtThis file includes the index and all documentation pages. Use it when the task needs context across several features. For a narrow task, a single page is usually enough.
Which URL to use
| Task | Give your agent |
|---|---|
| One task, and you know the page | The page’s .md URL |
| Find the relevant instructions | llms.txt |
| Review behavior across features | llms-full.txt |
| Configure a cloned project | The bundled setup skill |
The exports follow the llms.txt convention . Provide the URL explicitly if your agent does not discover it. The setup skill adds local configuration checks and commands that a documentation export cannot run itself.