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

# Reference Docs

- [ioctl client](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client.md)
- [Accounts](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/accounts.md)
- [HD Wallets](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/hd-wallets.md)
- [Aliases](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/aliases.md)
- [Actions](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/actions.md)
- [Queries](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/queries.md)
- [Smart Contracts](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/smart-contracts.md)
- [Staking & Voting](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/staking-and-voting.md)
- [Tokens](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/tokens.md)
- [ioID Identities](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/ioid-identities.md)
- [W3bstream](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/w3bstream.md)
- [Decentralized Identifiers (DID)](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/decentralized-identifiers-did.md)
- [JWT Auth Tokens](https://docs.iotex.io/blockchain/build/reference-docs/ioctl-client/jwt-auth-tokens.md)
- [Native IoTeX Development](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development.md)
- [IoTeX gRPC API](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/iotex-grpc-api.md)
- [Account Cryptography](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/account-cryptography.md)
- [Address Conversion](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/address-conversion.md)
- [Create Accounts](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/create-accounts.md)
- [Estimate Gas Price](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/estimate-gas-price.md)
- [Make IOTX Transfers](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/make-iotx-transfers.md)
- [Manage ERC20 Tokens](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/manage-erc20-tokens.md)
- [Smart Contract Interactions](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/smart-contract-interactions.md)
- [ioPay Desktop](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/iopay-desktop.md)
- [DID JWT Tokens](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/did-jwt-tokens.md)
- [Calling any RPC method](https://docs.iotex.io/blockchain/build/reference-docs/native-iotex-development/calling-any-rpc-method.md)
- [Embedded Blockchain Clients](https://docs.iotex.io/blockchain/build/reference-docs/embedded-blockchain-clients.md)
- [Arduino IDE](https://docs.iotex.io/blockchain/build/reference-docs/embedded-blockchain-clients/arduino-ide.md)
- [Linux Systems](https://docs.iotex.io/blockchain/build/reference-docs/embedded-blockchain-clients/linux-systems.md)
- [PlatformIO](https://docs.iotex.io/blockchain/build/reference-docs/embedded-blockchain-clients/platformio.md)
- [Examples](https://docs.iotex.io/blockchain/build/reference-docs/embedded-blockchain-clients/examples.md)
- [Tutorials](https://docs.iotex.io/blockchain/build/reference-docs/embedded-blockchain-clients/tutorials.md)


---

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

```
GET https://docs.iotex.io/blockchain/build/reference-docs.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.
