# Wallet Functionality

- [Wallets](https://wiki.digitalnote.org/wallet-functionality/wallet.md): Current Available XDN Wallet Platforms
- [QT Wallet](https://wiki.digitalnote.org/wallet-functionality/qt-wallet.md): Using the QT wallet
- [Installation and Updating](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/installation-and-updating.md): QT wallet installation
- [Backup and Security](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/backup-and-security.md): How to backup and secure your QT wallet
- [Wallet Encryption](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/backup-and-security/wallet-encryption.md): How to encrypt your QT wallet
- [Wallet Backup](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/backup-and-security/wallet-backup.md): How to backup your QT wallet
- [Wallet Restoration](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/backup-and-security/wallet-restoration.md): How to restore your QT wallet.dat file
- [Staking](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/staking.md): How to stake XDN with the QT wallet
- [Advanced Wallet Functions](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/advanced-wallet-functions.md): Using advanced features of the QT wallet
- [Coin Control](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/advanced-wallet-functions/coin-control.md): How to send from selected inputs
- [Command Line Options](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/advanced-wallet-functions/command-line-options.md)
- [Console Commands](https://wiki.digitalnote.org/wallet-functionality/qt-wallet/advanced-wallet-functions/console-commands.md)
- [DigitalNote Mobile Wallet](https://wiki.digitalnote.org/wallet-functionality/mobile-wallet.md): Using the Mobile Wallet


---

# 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://wiki.digitalnote.org/wallet-functionality.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.
