For the complete documentation index, see llms.txt. This page is also available as Markdown.

llms.txt

llms.txt

These docs are published in two LLM-friendly formats following the llmstxt.org standard. Point any LLM tool at either URL.

File
URL
Use when

llms.txt

You want a structured index β€” page titles, descriptions, links. The LLM follows the links it needs.

llms-full.txt

You want the entire docs corpus inline. Best for deep RAG and offline ingestion.

Per-page markdown

Every page on docs.panora.exchange is also available as raw markdown β€” append .md to any URL:

https://docs.panora.exchange/developer/swap/sdk.md
https://docs.panora.exchange/product-suite/dca.md

Or send the request with Accept: text/markdown.

How to use

ChatGPT / Claude.ai

Read https://docs.panora.exchange/llms-full.txt and answer questions about Panora.

Custom GPT / Claude Project instructions

Reference the Panora docs at https://docs.panora.exchange/llms.txt β€” fetch the linked pages as needed.

RAG pipeline

Why this matters

LLMs work better with Markdown than HTML β€” higher signal density, no nav/footer/script noise eating context. Pointing your agent at llms-full.txt instead of scraping HTML cuts token usage by roughly 80%.

Auto-generated

Both files regenerate automatically whenever a docs page changes. Zero maintenance β€” the page descriptions you see on the live site are what populate llms.txt.

  • Agent Skills β€” structured playbooks layered on top of these docs.

  • MCP Servers β€” for live, queryable access to the same content.

Last updated