Docs for your agent
How to have your agent read the NativeExpress docs, instead of you pasting pages into a chat.
Get the docs as Markdown
Add .md to the end of any page’s URL:
https://docs.native.express/ai/chat.md
https://docs.native.express/edge-functions/secrets.mdGive your agent this URL instead of the normal one. It gets the same content, without the navigation, search box and theme toggle.
An index of every page
https://docs.native.express/llms.txtOne line per page, saying what it covers. Give this to your agent when it needs to find the right page rather than read one you already know.
https://docs.native.express/llms-full.txtEvery page’s text in one file. Use this when your agent needs the whole documentation set at once, such as for a large migration or an audit across features.
Both follow the llms.txt convention . An agent already built for that format finds them on its own.
Which one to use
| Situation | Give it |
|---|---|
| One task, and you know the page | The page’s .md URL |
| Your agent needs to find the right page | llms.txt |
| Work spanning several features | llms-full.txt |
| Setting up the project | Nothing here. Use the setup skill already in your repo |
The setup skill can run commands and read your actual configuration, which these files
cannot. Reach for these files before you have the repo, or when a question spans more
than one project.