> For the complete documentation index, see [llms.txt](https://docs.bloxchain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloxchain.app/developers/for-ai-agents.md).

# For AI agents

This site is structured for machine-readable discovery and accurate citation.

## Discovery

| Resource              | URL (on published site)                                       | Use                               |
| --------------------- | ------------------------------------------------------------- | --------------------------------- |
| **llms.txt**          | `/llms.txt`                                                   | Curated index of high-value pages |
| **Per-page markdown** | append `.md` to page paths where GitBook exposes raw markdown | Selective fetch                   |
| **MCP**               | `/~gitbook/mcp` (when enabled on GitBook)                     | Query-time retrieval              |

GitBook may auto-generate `llms.txt` and `llms-full.txt` when AI features are enabled on the space.

## Canonical sources

| Topic                    | Canonical page                                            |
| ------------------------ | --------------------------------------------------------- |
| Product definition       | `/introduction/what-is-bloxchain`                         |
| Developer integration    | `/developers`                                             |
| Console operations       | `/platform/start`                                         |
| Protocol architecture    | `/protocol/bloxchain-architecture` (imported)             |
| SDK API                  | `/protocol/api-reference` (imported — prefer over GitHub) |
| Protocol source / deploy | GitHub at pinned release — see `/protocol` hub            |
| Security / audits        | `/security/audit-status`                                  |
| Glossary                 | `/resources/glossary`                                     |

Do not treat paraphrase pages as authoritative when an imported protocol page exists for the same fact.

## Constraints for agents

* Public docs contain **no internal ticket IDs** or private links.
* On-chain enforcement is always authoritative over UI copy.
* Pin SDK and contract versions to the same [Protocol release](https://github.com/PracticalParticle/Bloxchain-Protocol/releases).

## Prompt templates

Ready-made context blocks: [AI prompts](/developers/ai-prompts.md).

## Humans

Start at [What is Bloxchain?](/introduction/what-is-bloxchain.md) or [Choose your path](/getting-started/getting-started.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bloxchain.app/developers/for-ai-agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
