# Developer Reference

- [Blockchain API](https://docs.ainetwork.ai/ain-blockchain/developer-reference/core-blockchain-reference.md)
- [JSON RPC API](https://docs.ainetwork.ai/ain-blockchain/developer-reference/core-blockchain-reference/json-rpc-api.md)
- [Node Client API](https://docs.ainetwork.ai/ain-blockchain/developer-reference/core-blockchain-reference/node-client-api.md)
- [Blockchain SDK](https://docs.ainetwork.ai/ain-blockchain/developer-reference/blockchain-sdk.md)
- [ain-js](https://docs.ainetwork.ai/ain-blockchain/developer-reference/blockchain-sdk/ain-js.md)
- [ain-py](https://docs.ainetwork.ai/ain-blockchain/developer-reference/blockchain-sdk/ain-py.md)
- [Validators](https://docs.ainetwork.ai/ain-blockchain/developer-reference/validators.md): This guide will instruct you on how to set up a validator node on the AI Network.


---

# 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-reference.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.
