> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/recommendations-and-merchandising/how-tos/how-to-configure-your-account-and-settings/how-to-setup-profile.md).

# How to setup profile

Manage your personal profile settings, including picture, password, and language preferences.

<figure><img src="/files/6LAVyrYPI9ifpsYWlwIX" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Update profile picture

1. Navigate to **Settings > Profile**
2. Click **UPLOAD PICTURE** to change your avatar
3. Select and upload your new profile image
   {% endstep %}

{% step %}

### Change password

1. Locate **Username and password** section
2. Click **CHANGE PASSWORD**
3. Enter your new password and confirm
   {% endstep %}

{% step %}

### Set language preference

1. Find the **Language** dropdown
2. Select your preferred interface language (English shown as default)
3. Changes apply immediately to the interface
   {% endstep %}

{% step %}

### View organization invitations

Check **Invitations to join organisation** section to see pending invitations to other AB Tasty workspaces.
{% endstep %}
{% endstepper %}


---

# 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.abtasty.com/recommendations-and-merchandising/how-tos/how-to-configure-your-account-and-settings/how-to-setup-profile.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.
