# Account management

### Create account

To create a new Brainboard account:

1. Go to the [Sign up page](https://app.brainboard.co/register).
2. Either click on `register` or choose sign up with Google or Microsoft.
3. If you choose to register with your email, then fill the form with first name, last name and password.
4. Click `Register` to create the account.

Once you create your account, Brainboard will automatically send you a confirmation email.

#### Organization owner

The first account created on Brainboard will be, by default, the owner of the organization and Brainboard creates automatically a new team and new project for this account as part of the onboarding process.

### Customize your account

After you create your Brainboard account, you can update the following information in your account [settings page](https://app.brainboard.co/settings/my-profile):

* First name
* Last name
* Email address: you need to reach out to the support at <support@brainboard.co> to change your email address
* MFA settings

To edit the information, click on the 3 vertical dots on the right:

![Account page](/files/H8jE42DCh1IOnBIUyfyE)

### Account information

This page gives information about your account but also an overview about:

* Your recent architectures
* Your recent activities
* Teams you belong to (marked 1 in the picture)
* Projects you have access to (marked 2 in the picture) and the associated role (marked 3 in the picture).<br>

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


---

# 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.brainboard.co/settings/account.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.
