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

# 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
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, and the optional `goal` query parameter:

```
GET https://gitbook.humanode.io/docs/tools-and-services.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
