# 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: 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:

```
GET https://docs.ainetwork.ai/ain-blockchain/developer-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
