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

# Account settings

If you ever want to change any personal details, like your name, email address or photo, you can do so in the account settings. You can find all your settings under 'My account'.

This article covers:

* [Changing your account details](#h_01FR0XNZ4QZ7A4YYA0KVFK275C)
* [Changing and confirming your email address](#h_01FR0XPR2E7FHBZTAF8RW0BP6B)
* [Changing your password](#h_01FR0XQ9WWYCJ22D8664RM0BTZ)

&#x20;

#### **Changing your account details** <a href="#h_01fr0xnz4qz7a4yya0kvfk275c" id="h_01fr0xnz4qz7a4yya0kvfk275c"></a>

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

If you click on "my account", like in the screenshot above, your account settings will pop up. From there you can change all kinds of account details, as you can see below. &#x20;

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

&#x20;

**Changing your email address**

If you want to change your **email address**, we will first validate your request by requesting your current password and entering your new desired e-mail (as shown in the example below).

&#x20;

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

**Changing your password**

In addition, if you want to change your password, a pop-up screen will appear to guide you through the process of creating a new password as shown below. Make sure your password meets the following requirements:

&#x20;

* At least 1 letter
* A minimum of 8 symbols
* At least 2 numbers
* 1 special symbol

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

&#x20;


---

# 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://docs.bird.com/24sessions/product/account-settings.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.
