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

# Overview

The Alberto Wallet interface is designed to be simple, intuitive, and accessible—making it easy for beginners to navigate and manage their assets. This section gives you an overview of the key navigation elements that help you access Alberto Wallet’s features.

### Main Navigation Elements

The interface is organized into several main sections, each accessible via the navigation menu. Here’s what you’ll find:

* **Bank:**
  * **Send/Receive Tokens:** Easily initiate token transfers.
  * **Cross-Chain Transfer:** Seamlessly transfer tokens from the Manifest Network to different blockchains.
  * **Transaction History:** Review all past transactions with clear timestamps and details.
* **Group:**
  * **Group Management:** Create and manage groups, view current group details, and oversee group membership.
  * **Proposals & Voting:** Create new proposals, cast your vote, and execute approved actions—all from one place.
* **Factory:**
  * **Token Creation:** Create new tokens, and manage minting or burning operations.
  * **Ownership Transfers:** Transfer token ownership and review token information effortlessly.
* **Contact Management:**&#x20;
  * Store and manage your frequently used contacts for faster transactions and improved organization.

### Quick Navigation Tips

* **Tooltips and Icons:**\
  Each icon is designed to be self-explanatory. Hover over any icon or tap on it (on mobile) to see a tooltip with a brief description of its function.
* **Responsive Design:**\
  The layout adjusts seamlessly between desktop and mobile devices, ensuring that you always have access to key features regardless of your screen size.
* **Search and Filter:**\
  Use the search function within each section to quickly locate specific assets, groups, or tokens.

By familiarizing yourself with these interface elements, you’ll quickly gain confidence in navigating Alberto Wallet and making the most of its powerful features.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.manifestai.org/wallet-interface/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
