# Account

## Team Name

Your team name is displayed at the top of the Profile section. If you are a team admin, you can edit it by clicking on the name and entering a new one. This is also the name reflected on your Adalo Invoices.

***

## Profile

The Profile section is where you manage your personal account details and security settings.

#### Your Info

* **Email Address:** The email address associated with your Adalo account. Click **Edit** to update it.
* **Your Name:** Your display name. Click **Edit** to update it.

***

## Developer Mode

Developer Mode gives you access to tools for building custom component libraries for the Adalo Marketplace. Toggle this on or off from your Profile. For more information, visit [developers.adalo.com](https://developers.adalo.com).

***

## Two-Factor Authentication (2FA)

Two-factor authentication adds an extra layer of security to your account by requiring a verification code in addition to your password at login.


---

# 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://help.adalo.com/adalo-account/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.
