# Developer Documentation

- [Intro](https://docs.axiomeinfo.org/developer-documentation/intro.md)
- [Useful links](https://docs.axiomeinfo.org/developer-documentation/useful-links.md)
- [Start blockchain node on Ubuntu](https://docs.axiomeinfo.org/developer-documentation/start-blockchain-node-on-ubuntu.md)
- [Become a validator](https://docs.axiomeinfo.org/developer-documentation/become-a-validator.md)
- [Join the Devnet](https://docs.axiomeinfo.org/developer-documentation/join-the-devnet.md)
- [Deploy a Smart Contract on Devnet](https://docs.axiomeinfo.org/developer-documentation/deploy-a-smart-contract-on-devnet.md)
- [Sign a Smart Contract Call with Axiome Connect](https://docs.axiomeinfo.org/developer-documentation/sign-a-smart-contract-call-with-axiome-connect.md)
- [Add Extended CW20 Token Info](https://docs.axiomeinfo.org/developer-documentation/add-extended-cw20-token-info.md)
- [Axiome Trade Contract API](https://docs.axiomeinfo.org/developer-documentation/axiome-trade-contract-api.md): This document describes the public interface of the AMM contract for integration with third‑party applications and services. Message examples are provided in JSON format — exactly as they are sent to


---

# 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.axiomeinfo.org/developer-documentation.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.
