# Alberto Wallet

## Manifest Wallet

- [Introduction](https://docs.manifestai.org/introduction.md)
- [Accessing the Wallet](https://docs.manifestai.org/getting-started/accessing-the-wallet.md)
- [Connecting to Your Wallet](https://docs.manifestai.org/getting-started/connecting-to-your-wallet.md)
- [Account Creation & Initial Setup](https://docs.manifestai.org/getting-started/account-creation-and-initial-setup.md)
- [Secure your Wallet](https://docs.manifestai.org/getting-started/secure-your-wallet.md)
- [Overview](https://docs.manifestai.org/wallet-interface/overview.md)
- [Using the Bank](https://docs.manifestai.org/wallet-interface/using-the-bank.md)
- [Using the Groups](https://docs.manifestai.org/wallet-interface/using-the-groups.md)
- [Using the Token Factory](https://docs.manifestai.org/wallet-interface/using-the-token-factory.md)
- [Using the Contacts](https://docs.manifestai.org/wallet-interface/using-the-contacts.md)
- [Security and Best Practices](https://docs.manifestai.org/resources/security-and-best-practices.md)
- [Considerations when using an email address to access your wallet](https://docs.manifestai.org/resources/considerations-when-using-an-email-address-to-access-your-wallet.md): Security warnings
- [Known Issues](https://docs.manifestai.org/resources/known-issues.md)
- [FAQ](https://docs.manifestai.org/resources/faq.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.manifestai.org/introduction.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.
