# Accounts & Wallets

- [LIBRE Account Names](https://docs.libre.org/libre-docs/accounts-and-wallets/libre-account-names.md): Libre uses simple Account Names controlled by cryptographic keys and permissions.
- [Cryptographic Keys](https://docs.libre.org/libre-docs/accounts-and-wallets/libre-account-names/cryptographic-keys.md): There are many ways to generate a cryptographic key for securing your Libre account.
- [Creating Multiple Accounts](https://docs.libre.org/libre-docs/accounts-and-wallets/creating-multiple-accounts.md): How to create (multiple) accounts and manage them on Libre blockchain.
- [Bitcoin Libre Wallet](https://docs.libre.org/libre-docs/accounts-and-wallets/bitcoin-libre-wallet.md): Using Bitcoin Libre with Libre chain.
- [Anchor Wallet](https://docs.libre.org/libre-docs/accounts-and-wallets/anchor-wallet.md): Using the open-source Anchor wallet with Libre chain.
- [Mainnet Account](https://docs.libre.org/libre-docs/accounts-and-wallets/anchor-wallet/creating-a-libre-mainnet-account-in-anchor.md): Everything you need to know about the Greymass Anchor desktop wallet.
- [Testnet Account](https://docs.libre.org/libre-docs/accounts-and-wallets/anchor-wallet/creating-a-libre-testnet-account-in-anchor.md): Creating a Libre (Testnet) account using Anchor wallet.
- [Getting Testnet Tokens](https://docs.libre.org/libre-docs/accounts-and-wallets/anchor-wallet/getting-testnet-libre-tokens.md): How to get LIBRE tokens on testnet.
- [Ledger Hardware Wallet](https://docs.libre.org/libre-docs/accounts-and-wallets/ledger-hardware-wallet.md): Using a Ledger with Libre chain.


---

# 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.libre.org/libre-docs/accounts-and-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.
