# Account

**Account** has four sections:

* Overview
* Team members
* Export&#x20;
* Billing

**Overview**

<figure><img src="/files/odYZ9nH2Z1Te01ErHwfh" alt="" width="375"><figcaption><p>Settings > Account</p></figcaption></figure>

Update your **Organization Name**, **Contact Email** and toggle **Public Profile** on/off

**Team Members**

In the **Team Members** tab, click **Invite Team Members** to invite new team members or update existing ones.

<figure><img src="/files/UnI8GI31kowlHNy1XKdA" alt=""><figcaption><p>Team Members Dashboard</p></figcaption></figure>

**Invite New Members**

<figure><img src="/files/FveP0CfbpFKFhdn2Y1Il" alt=""><figcaption><p>Invite New Team Member</p></figcaption></figure>

Enter new team member's:

* **Email ID**
* **First Name**
* **Last Name**
* **Role (Admin/Editor)**
* **Privileges**
* **Email Settings** for bot performance report (never/day/week/month)

**Export**

<figure><img src="/files/a8fhYq40oEHNw0kQVbIH" alt=""><figcaption><p>Export Bot JSON or CSV</p></figcaption></figure>

To compare bot CSV, drop another bot's CSV in the drop box to compare.

{% hint style="info" %}
Bot CSV comparison is used to compare different CSV files versions containing training data, responses, intents, or other configuration details.
{% endhint %}

**Billing Status**

Check your billing status in the **billing** tab.&#x20;

<figure><img src="/files/y1EP0vDLRMvdcYLKaE1p" alt=""><figcaption><p>Check Billing Status</p></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.botdistrikt.com/features/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.
