Skip to Content
Build with agentsDocs for your agent

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.md

For 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.txt

This 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.txt

This 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

TaskGive your agent
One task, and you know the pageThe page’s .md URL
Find the relevant instructionsllms.txt
Review behavior across featuresllms-full.txt
Configure a cloned projectThe 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.

Last updated on