# Wallets

- [Wallets](https://docs.relysia.com/wallets/wallets.md): How to create your first Blockchain Wallet.
- [Mnemonic](https://docs.relysia.com/wallets/mnemonic.md): We are non-custodial - make sure to keep your wallet backup
- [Addresses](https://docs.relysia.com/wallets/addresses.md): Get your address to receive your first BitcoinSV, token or NFT.
- [Metrics](https://docs.relysia.com/wallets/metrics.md): Check or Re-Sync your UTXO state
- [Balance](https://docs.relysia.com/wallets/balance.md): How many currencies and NFTs do you own?
- [History](https://docs.relysia.com/wallets/history.md): Check what transactions you made in the past, or export it.


---

# 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.relysia.com/wallets.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.
