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

# User Guides

- [Create a New Wallet](https://docs.cometwallet.io/user-guides/create-a-new-wallet.md): By following these steps, you'll be able to create a new Web3 wallet and start using Comet to store and transact with cryptocurrencies.
- [Import / Restore Wallet](https://docs.cometwallet.io/user-guides/import-restore-wallet.md)
- [Export Wallet](https://docs.cometwallet.io/user-guides/export-wallet.md)
- [Lock / Unlock Wallet](https://docs.cometwallet.io/user-guides/lock-unlock-wallet.md)
- [Send Tokens](https://docs.cometwallet.io/user-guides/send-tokens.md)
- [Receive Tokens](https://docs.cometwallet.io/user-guides/receive-tokens.md)
- [Switch Wallets](https://docs.cometwallet.io/user-guides/switch-wallets.md)
- [Switch Network](https://docs.cometwallet.io/user-guides/switch-network.md): Switching between the mainnet and testnet networks using Comet.
- [Switch Blockchain](https://docs.cometwallet.io/user-guides/switch-blockchain.md): This feature is planned for development.
- [Backup Your Private Key](https://docs.cometwallet.io/user-guides/backup-your-private-key.md): Avoid text documents or writing down your private keys and seed phrases on a piece of paper. Make a decentralized, encrypted backup instead.
- [Make Your Wallet Inheritable](https://docs.cometwallet.io/user-guides/make-your-wallet-inheritable.md): What happens to your wallet when you die?


---

# 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:

```
GET https://docs.cometwallet.io/user-guides.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.
