> 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/getting-started/account-creation-and-initial-setup.md).

# Account Creation & Initial Setup

Getting started with Alberto Wallet is as simple as creating your account and following a few guided steps to secure your wallet. This page is designed for new users to set up their account securely, while also providing a refresher for returning users.

### For New Users

#### **Create your Wallet**

* Click on "Connect Wallet" located in the application menu.
* **Choose Your Connection Method:**\
  You can create your account using either a crypto-advanced option (e.g., Leap, Keplr, Cosmostation, Ledger, or MetaMask) or a Web2-friendly option via Web3Auth (e.g., Google, X, GitHub, Reddit, etc.).\
  *Tip:* Choose the method you feel most comfortable with. Your selected connection will serve as the primary way to access your wallet.

### For Returning Users

#### Connect your Wallet

If you’ve already created an account, simply select your preferred connection method from the connection screen and authenticate to access your wallet.\
Your previously secured account settings and assets will be available once you log in.


---

# 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/getting-started/account-creation-and-initial-setup.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.
