LLMs.txt is a structured documentation format specifically designed for large language models (LLMs). The finaX e-invoice API provides LLMs.txt files that contain comprehensive information about the API, making it easy for AI tools to understand and assist with e-invoicing development.
These files are optimized for AI consumption and contain structured information about concepts, endpoints, usage patterns, and best practices for EN16931-compliant invoice processing.
We provide two LLMs.txt routes to help AI tools access our documentation:
| Route | Description |
|---|---|
/llms.txt | Structured overview of all documentation pages and their links |
/llms-full.txt | Comprehensive documentation including guides, API references, and examples |
/llms.txt – it contains all essential information and works with standard LLM context windows.Use /llms-full.txt only if you need comprehensive implementation details and your AI tool supports large contexts (200K+ tokens).
Cursor can directly reference the finaX e-invoice API LLMs.txt files for better AI assistance with e-invoicing development.
@docs to add the URL to your workspace@docs https://docs.finax.dev/llms.txt
@ symbol must be typed manually in Cursor. Copy-pasting breaks the tool's ability to recognize it as a context reference.Read more about Cursor Web and Docs Search
Windsurf can directly access the finaX e-invoice API LLMs.txt files to understand API usage and best practices.
@docs to reference the LLMs.txt URLRead more about Windsurf Web and Docs Search
GitHub Copilot can use the LLMs.txt files as context when you're working on e-invoicing projects.
Any AI tool that supports reading web content or accepts documentation context can use these routes.
When starting a conversation about the finaX e-invoice API, provide the context:
Using the finaX API documentation from https://docs.finax.dev/llms.txt,
help me create a valid XRechnung invoice with a negative line item.
Follow the finaX e-invoice API guidelines from https://docs.finax.dev/llms-full.txt
to validate my invoice JSON before sending it to the API.