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

# Creating a Bueno Account

Creating a Bueno account is super simple! You can choose to sign up for a Bueno account with your email, or Bueno can connect directly to your Ethereum wallet for authentication.

## Email Sign In <a href="#email-sign-in" id="email-sign-in"></a>

To sign in with your email, select the option and choose to continue with your Google account, or sign up with your email address.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo9IBs7DeWK0IjMWTqEXb%2Fuploads%2FY3iheXgK0TInYc1VB8Gn%2FCleanShot%202023-06-08%20at%2010.15.52%402x.png?alt=media&#x26;token=09e6dcc9-4c62-4540-9aa8-5ca0ef35f691" alt=""><figcaption></figcaption></figure>

If you choose not to connect directly with your Google account, Bueno will send a code to your email address so you can finish signing in.

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fo9IBs7DeWK0IjMWTqEXb%2Fuploads%2FK2MZYlBDgOURJWWgLQ6Y%2FCleanShot%202023-06-08%20at%2010.18.26%402x.png?alt=media&#x26;token=7bb8ac51-8d33-40f1-9783-b85cc39c2d70" alt=""><figcaption></figcaption></figure>

Using the power of Magic, Bueno will assign an Ethereum wallet to your account. You can manage your wallet by selecting your account portrait, and navigating to **Show Wallet**.

<figure><img src="/files/f73X49vtrhgUPZabcaH7" alt=""><figcaption></figcaption></figure>

This will bring up your wallet management. From here, you can add funds to you wallet and view any collectables you own.&#x20;

<figure><img src="/files/K0bBurfuisoRpyLya02a" alt=""><figcaption></figcaption></figure>

## Wallet Sign In

If you already have a wallet, you can also use a MetaMask, Coinbase, Rainbow, or WalletConnect supported wallet to log in. Click the connect button in the upper right, then follow the prompts in the pop-up to connect your wallet to Bueno.

<figure><img src="/files/nPr4NmKtBSK2RmGywkON" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you experience trouble logging in, double-check to make sure you’ve downloaded any browser extensions required to connect, and if you have a pop-up blocker, make sure it is disabled for Bueno.
{% endhint %}


---

# 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.bueno.art/creating-a-bueno-account.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.
