# User panel

1. After logging in, go to the **Account** tab.

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

2. In the panel on the left you will find tabs such as:
   1. **Users**: here you will find information about the users assigned to the account, such as the user's email address, phone number, first and last name - here you can manage users - add new users, delete them and change their data
   2. **Settlements**: contain two sections - data and invoices, in data you fill in billing information about your company, in invoices you will find the entire invoicing history with a search engine so you can find a specific invoice
   3. **Settings**: include three sections - Security, APIs and Webooks:
      1. **Security**: here you can add IP numbers and limit the ability to log in to the application only from the listed addresses, and you have the option to set 2FA
         1. **API**: is where you can add API keys and edit the current ones
         2. **Webhooks**: here you can set the URL of your script, to which we will forward reports on dispatches or information on user activity (opens/clicks)
   4. **Notifications**: is the section where the user will find information about what has happened on the account, for example, the import of contacts has taken place
   5. **List of operations**: this is the place where you can check in real time, for example, whether an import is 'in progress', 'completed', 'pending', or whether segmentation has ended, etc.
   6. **File manager**: this is the place where you can upload files&#x20;
   7. **GDPR**: here you can add Data entrustment and sub-trust cards

<figure><img src="/files/PhuxLddkakZMBCa1DO4C" 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.messageflow.com/account/user-panel.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.
