# Tools & Services

- [Polkadot.js apps](https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-apps.md): This page will walk you through basic possibilities to explore the Humanode networks.
- [Polkadot.js extension](https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-extension.md): One of the options to create accounts at Humanode networks.
- [Wallet Setup](https://gitbook.humanode.io/docs/tools-and-services/polkadotjs-extension/wallet-setup.md): To become a validator, you need to set up a wallet.
- [EVM Playground](https://gitbook.humanode.io/docs/tools-and-services/evm-playground.md): This page will walk you through available EVM related functionalities.
- [Subscan](https://gitbook.humanode.io/docs/tools-and-services/subscan.md): This page describes what the Subscan Block Explorer is
- [Exchanges](https://gitbook.humanode.io/docs/tools-and-services/exchanges.md): This page outlines what are exchanges and what exchanges are available on Humanode network.
- [Oracles](https://gitbook.humanode.io/docs/tools-and-services/oracles.md): This page outlines what oracles are and what oracles are available on Humanode network.
- [Testnet Faucets](https://gitbook.humanode.io/docs/tools-and-services/testnet-faucets.md): Where and how to obtain Testnet HMND tokens.
- [Substrate API Sidecar](https://gitbook.humanode.io/docs/tools-and-services/substrate-api-sidecar.md): A REST API on top of Substrate JSON-RPC API for easier interoperation.
- [Humanode Truffle Box](https://gitbook.humanode.io/docs/tools-and-services/humanode-truffle-box.md): One of the ways to setup the environment for deploying and testing Ethereum smart contracts on Humanode.
- [Humanode Token Claim](https://gitbook.humanode.io/docs/tools-and-services/humanode-token-claim.md): What the Humanode token claim process itself is and how to make it done.


---

# 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://gitbook.humanode.io/docs/tools-and-services.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.
