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

# Account setting

**To access "Settings":**

1. From the top bar, click on your profile photo;
2. Select "**Settings"** from the drop-down menu

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

In the **"Settings"** menu, you will find 4 tabs, each with different options:

* **Profile** - change your profile details, including your picture, name and other information;
* **Notifications** - choose which types of messages will trigger email notifications for you and enable browser notifications for updates;
* **Account** - change your password;
* **Display** - change your CreatiBI's account interface or your preferred language.

> Like what you see? Get started with a free 30-day CreatiBI trial today. [<mark style="color:blue;">Try for free</mark>](https://creatibi.com/)<mark style="color:blue;">.</mark>

### Related articles

{% content-ref url="/pages/fBzujQZq34KmKLyyLoWb" %}
[Account](/en-us/fundamentals/account.md)
{% endcontent-ref %}

{% content-ref url="/pages/PCpZPQFh3gn6N4E3iVOE" %}
[Profile](/en-us/fundamentals/account/account-setting/profile.md)
{% endcontent-ref %}

{% content-ref url="/pages/RUemK9AcEeIkQZOeFxB4" %}
[Notification](/en-us/fundamentals/account/account-setting/notification.md)
{% endcontent-ref %}

{% content-ref url="/pages/1p5tzMNmZOoofcSGClig" %}
[Account](/en-us/fundamentals/account/account-setting/account.md)
{% endcontent-ref %}

{% content-ref url="/pages/SMcwAwZL72YgCgesXwJD" %}
[Display](/en-us/fundamentals/account/account-setting/display.md)
{% endcontent-ref %}


---

# 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.creatibi.com/en-us/fundamentals/account/account-setting.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.
