> For the complete documentation index, see [llms.txt](https://help.botpenguin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.botpenguin.com/settings/managing-my-account/account.md).

# Account

## Interactive Guide

{% embed url="<https://app.arcade.software/share/g1NhwiuEOE98fEQzGwuk>" %}

***

## What is the Account Section

The **Account section** in BotPenguin allows you to manage and update your **personal details**, **contact preferences**, and **company information**—all from a single dashboard. This section is structured for clarity and control, helping users keep their profiles, business contacts, and organizational details accurate and up to date. Whether you're customizing your profile or updating your company’s industry classification, the Account section keeps your data organized and ready for platform use.

***

## Benefits of the Account Section

* **Centralized Information**: Update all key account-related details in one place.
* **Business Profile Management**: Ensure your business contacts and branding are always current.
* **Company Insights Alignment**: Tailor your company information to match platform features with your industry and scale.

***

## Guidance Video

{% embed url="<https://youtu.be/Z5lnaiAOdKM?feature=shared>" %}

***

## How to use the Accounts Section on BotPenguin

1. **Log in to Your BotPenguin Account**\
   Visit app.botpenguin.com and log in using your registered credentials.
2. **Navigate to the Sidebar**\
   On the left-hand sidebar, scroll down and click on **"More"**, located just beneath the Help Center.
3. **Access My Account**\
   From the expanded menu, click on **"My Account"**. By default, the **Account** tab will open first.

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

4. **Edit Profile Information**\
   In the first card labeled **Profile Information**, you can update your **profile picture**, **name**, **email address**, **connected phone number**, and select your **preferred platform language**. After making the changes, click **Submit** to save them.

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

5. **Edit Primary Contact Information**\
   The second card is titled **Primary Contact Information**. Here, enter or update the **primary contact name**, **business title**, **business email address**, and **business phone number**. Once complete, click **Submit** to save your updates.

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

6. **Configure Company Information**\
   The third card is **Company Information**. In this section, you can modify your **company name**, select your **industry** from options like Finance, Education, Food, Automotive, etc., choose your **company size** from the dropdown (e.g., 1–10, 10–100, 100–1000+), and enter your **company website**. After updating, click **Submit** to finalize the changes.

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

***

## FAQ's

<details>

<summary>Where can I find the Account section in my dashboard?</summary>

Go to **More → My Account**, and the **Account** tab will be the first screen you see.

</details>

<details>

<summary>Can I change my email address here?</summary>

Yes, under **Profile Information**, you can update the email address associated with your login.

</details>

<details>

<summary>What is the primary contact information used for?</summary>

It is used to store and manage your business’s main point of contact for communication and preferences.

</details>

<details>

<summary>Can I change the language of the platform?</summary>

Yes, you can select your preferred platform language in the **Profile Information** section.

</details>

<details>

<summary>What industry options are available for company classification?</summary>

Options include **Finance & Banking**, **Food & Grocery**, **Education**, **Entertainment**, **Automotive**, and others.

</details>

If you still have some questions for our team, write to us at <support@botpenguin.com>. We will respond back within 48 business hours.


---

# 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://help.botpenguin.com/settings/managing-my-account/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.
