# Use

- [Wallets](https://docs.phron.ai/developers/use/wallets.md): Cryptocurrency wallets are fundamental to the Web3 ecosystem, empowering users with full control over their assets. Phron provides its own native web wallet.
- [Explorer](https://docs.phron.ai/developers/use/explorer.md): The Phron Explorer is available through PhronScan and provides real-time information on all on-chain activities.
- [Bridge](https://docs.phron.ai/developers/use/bridge.md)
- [Staking](https://docs.phron.ai/developers/use/staking.md)
- [Menu Overview](https://docs.phron.ai/developers/use/staking/menu-overview.md): Overview of the Staking UI on dev.phron.ai
- [How to Start Staking with the Phron Dashboard](https://docs.phron.ai/developers/use/staking/how-to-start-staking-with-the-phron-dashboard.md)
- [How to Change Nominations](https://docs.phron.ai/developers/use/staking/how-to-change-nominations.md): Discover how to change your nominations while staking on Phron's secure blockchain, which incorporates privacy-enhancing technology.
- [How to Stop Staking](https://docs.phron.ai/developers/use/staking/how-to-stop-staking.md): Follow these steps to stop staking on Aleph Zero, a secure blockchain with zk-proof technology.
- [Staking Rewards](https://docs.phron.ai/developers/use/staking/staking-rewards.md)
- [Validate](https://docs.phron.ai/developers/use/validate.md)
- [Dashboard](https://docs.phron.ai/developers/use/dashboard.md)
- [Telemetry](https://docs.phron.ai/developers/use/telemetry.md)


---

# 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.phron.ai/developers/use.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.
