# Manage profile

Your profile can be found at [Settings > User](https://app.enlyze.com/platform/settings/user). This is where you update personal information and select your preferred language for the ENLYZE interface.

<figure><img src="/files/2BwzRT63jGNgW3Fo6bzI" alt="Profile page in the ENLYZE settings"><figcaption><p>Profile page in the ENLYZE settings</p></figcaption></figure>

## Profile picture

Currently, profile pictures are only imported when you sign in with a social login (Microsoft or Google). The picture from your social account is automatically used in ENLYZE. Manually uploading a profile picture is not supported yet.

## Change your name

1. Go to [Settings > User](https://app.enlyze.com/platform/settings/user)
2. Click **Edit** in the **Full Name** field
3. Enter your new first and last name and click **Save**

## Change your password

1. Go to [Settings > User](https://app.enlyze.com/platform/settings/user)
2. Click **Edit** in the **Password** field
3. Enter your new password and click **Save**

## Change your job details

1. Go to [Settings > User](https://app.enlyze.com/platform/settings/user)
2. Click **Edit** in the **Job details** field
3. Update your job details and click **Save changes**

## Change language

ENLYZE supports multiple languages. Your language setting only applies to your own account and does not affect other users.

1. Go to [Settings > User](https://app.enlyze.com/platform/settings/user)
2. Click **Edit** in the **Language** field
3. Select your preferred language and click **Save changes**

{% hint style="info" %}
Not all parts of the interface are available in every language. English is used as a fallback.
{% endhint %}

### Supported languages

| Language           |
| ------------------ |
| English :flag\_us: |
| German :flag\_de:  |
| Polish :flag\_pl:  |

{% hint style="info" %}
If your organization needs a different language, contact <support@enlyze.com>.
{% endhint %}

Documentation is only available in English and German.


---

# Agent Instructions: 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://docs.enlyze.com/en/administration/manage-profile.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.
