> ## Documentation Index
> Fetch the complete documentation index at: https://developers.bumxpress.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LLM documentation

> Download a consolidated text version of the Bumxpress Business docs for AI tools.

Use the LLM documentation files when you want to give an AI assistant the full Bumxpress Business integration context in one plain-text document.

Both files contain the same consolidated content:

* All guides
* All API reference pages
* The full OpenAPI specification

<CardGroup cols={2}>
  <Card title="Download llm.txt" icon="file-text" href="/llm.txt">
    Use this route when you want the Bumxpress-specific LLM documentation file.
  </Card>

  <Card title="Download llms.txt" icon="bot" href="/llms.txt">
    Use this route for tools that expect the common `llms.txt` convention.
  </Card>
</CardGroup>

The files are generated from the same source documentation shown in this site. If you are integrating with the API directly, prefer the live guides and API reference pages for navigation, then use `llm.txt` or `llms.txt` as context for AI-assisted implementation.
