> For the complete documentation index, see [llms.txt](https://brightwind.gitbook.io/brighthub-user-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brightwind.gitbook.io/brighthub-user-docs/quick-start-guide/account-settings.md).

# Account Settings

To access your account settings, click the **Profile** icon at the top right corner of any page within BrightHub. Then, select '**Account Settings'** from the dropdown menu.

<p align="center"> <img src="/files/CjaINo82g6VIMp0xFEuR" alt=""></p>

<p align="center"><sub>Figure 1: Accessing 'Account Settings' from profile icon.</sub></p>

### General tab:

Under the **General** tab, you can enter your **First Name**, **Last Name**, **Display Name**, and upload a **Profile Photo**. <br>

<figure><img src="/files/Ha32AlgLiwbDvG7CJesg" alt="" width="563"><figcaption></figcaption></figure>

<p align="center"><sub>Figure 2: General tab - Profile Details.</sub></p>

### Settings tab:

In the 'Settings' tab, you can: &#x20;

#### Change your password. &#x20;

<figure><img src="/files/vxg3dMDR4LgiQ3mvJQ7l" alt="" width="563"><figcaption></figcaption></figure>

<p align="center"><sub>Figure 3: Settings tab - Change Password.</sub></p>

{% hint style="info" %} <sup>*Note: Change password is only enabled for users who signup using Email + Password.*</sup>
{% endhint %}

You can also manage your API keys directly from your account settings. For more details, visit the [API Key Management documentation](https://brightwind.gitbook.io/brighthub-user-docs/api-reference/api-key-management).

#### Delete your BrightHub account.

Here you will be able to delete your account. Before proceeding, the measurement stations, plants and/or organisations owned by this account must first be deleted or their ownership transferred to another user or organisation.

> ⚠️ Important: Once you delete this account, there is no recovery.

<figure><img src="/files/34ojappTEkSWnqRloNhn" alt="" width="563"><figcaption></figcaption></figure>

<p align="center"><sub>Figure 4: Settings tab - Delete Account.</sub></p>


---

# 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:

```
GET https://brightwind.gitbook.io/brighthub-user-docs/quick-start-guide/account-settings.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.
