> For the complete documentation index, see [llms.txt](https://docs.ainetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ainetwork.ai/ain-blockchain/developer-guide.md).

# Developer Guide

- [Quick Start](https://docs.ainetwork.ai/ain-blockchain/developer-guide/getting-started.md): This guide will introduce you to the core concepts for building on the AIN blockchain. By the end of this guide, you'll learn how to build a blockchain app that chats with a bot and earn 100 AIN!
- [AI Network Products](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools.md)
- [AI Network Worker](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/ai-network-worker.md): This guide will instruct you on how to set up a worker node on the AI Network.
- [AI Network Insight](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/insight.md)
- [Testnet Server Node](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/testnet-server-node.md)
- [Ainize Trigger](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/ainize-trigger.md)
- [Project user](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/ainize-trigger/project-user.md)
- [Project deployer](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/ainize-trigger/project-deployer.md)
- [Why do we have to use Ainize Trigger?](https://docs.ainetwork.ai/ain-blockchain/developer-guide/tools/ainize-trigger/why-do-we-have-to-use-ainize-trigger.md)
- [Token Bridge](https://docs.ainetwork.ai/ain-blockchain/developer-guide/token-bridge.md): Please note that the AI Network token bridge between AIN native coins and AIN ERC20 tokens on Ethereum is currently purely conceptual.
- [Trouble Shooting](https://docs.ainetwork.ai/ain-blockchain/developer-guide/trouble-shooting.md): This document provides troubleshooting guidance when using the AIN Blockchain.


---

# 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.ainetwork.ai/ain-blockchain/developer-guide.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.
