Choose this when:
- You want an AI assistant to read public documentation before it answers.
- You need a quick index of the site or a full documentation export in one file.
- You do not need live access to a specific Qomon space.
Available files
/llms.txt: A concise index of the documentation site, including page links and descriptions./llms-full.txt: A full documentation export for tools that need broader context in one file.
When to use them
Use these files when you want an AI assistant to:- Understand the Qomon API documentation structure.
- Find the right API reference pages before suggesting endpoints.
- Generate integration code with better documentation context.
- Answer implementation questions using the latest public docs.
Suggested prompt
Best practices
- Start with
/llms.txtwhen your tool can fetch linked pages. - Use
/llms-full.txtwhen your tool works better with a single context file. - Keep your API key private. Never paste it into public or untrusted AI tools.
- Verify generated code against the API reference before using it in production.

