# DEVELOPERS

- [Building dApp](https://docs.onyx.org/developers/building-dapp.md): Learn how to build a DApp on Onyx.
- [Estimating Gas](https://docs.onyx.org/developers/estimating-gas.md): Gas estimation for Onyx based transactions.
- [Development Framework](https://docs.onyx.org/developers/development-framework.md): Onyx based development frameworks.
- [Web3 Toolkits](https://docs.onyx.org/developers/web3-toolkits.md): Onyx web3 toolkits for developers.
- [Onyx SDK](https://docs.onyx.org/developers/onyx-sdk.md): The Onyx: XCN Ledger Layer 3 Blockchain SDK.
- [Run Full Node](https://docs.onyx.org/developers/run-full-node.md): Get step by step instructions on how to run a full-node on Onyx


---

# 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.onyx.org/developers.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.
