# Wallets

- [Wallet GUI](https://docs.bbscoin.org/wallets/wallet-gui.md): This is the Graphical User Interface wallet for BBSCoin(BBS), it allows you to send/receive BBS coins and see transaction information, as well as to store contacts wallet addresses for sending later.
- [Synchronization](https://docs.bbscoin.org/wallets/wallet-gui/synchronization.md)
- [Send BBSCoin](https://docs.bbscoin.org/wallets/wallet-gui/send-bbscoin.md): Window to transfer/send BBS to another address.
- [Transactions](https://docs.bbscoin.org/wallets/wallet-gui/transactions.md)
- [Contacts](https://docs.bbscoin.org/wallets/wallet-gui/contacts.md)
- [SimpleWallet](https://docs.bbscoin.org/wallets/simplewallet.md): Coming soon.
- [Wallet Container](https://docs.bbscoin.org/wallets/wallet-container.md): Coming Soon!
- [bbs.money restore](https://docs.bbscoin.org/wallets/bbs.money-restore.md): The bbs.money website has been discontinued. Please follow steps to restore with your backup wallet file, mnemonics or private keys(View & Spend secret).
- [Tronlink to Klever Wallet](https://docs.bbscoin.org/wallets/tronlink-to-klever-wallet.md): How to export copy your private key from Tronlink and paste it into Klever wallet for dual Synchronization. This wallet support BBSToken and Wrapped BBSToken as well as our DApp.


---

# 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.bbscoin.org/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.
