> For the complete documentation index, see [llms.txt](https://docs.unifize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unifize.com/user-guide/personalizations/set-your-profile-picture.md).

# Set your profile picture

Adding a profile picture in Unifize helps your teammates identify you more easily and personalize your experience. This guide shows how to set or change your profile image using the updated user menu.

***

### How to Use

#### To set or change your profile picture:

1. Click your **profile icon** in the top-left corner of the screen.
2. Select **Change Profile Picture** from the dropdown menu.
3. Upload a photo from your device.
4. Choose a file (JPG or PNG recommended, max 5MB).
5. Your new profile picture will be saved automatically.

{% @arcade/embed flowId="SDeqEGwaGZk6p5bjVy6D" url="<https://app.arcade.software/share/SDeqEGwaGZk6p5bjVy6D>" %}

***

### Best Practices

#### Things to keep in mind

* Maximum file size: **5MB**
* Supported formats: **JPG**, **PNG**
* Profile pictures are visible to **all users** in your organization

***

#### Pro tips

* Use a **clear, front-facing image** for better recognition
* You can update your picture **anytime** from the profile menu
* Avoid using team logos or abstract avatars for individual identification

***

To personalize your Unifize profile and improve team visibility, upload a high-quality profile picture through the **Change Profile Picture** option in your profile menu. This ensures clear communication and a more connected workspace experience.


---

# 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.unifize.com/user-guide/personalizations/set-your-profile-picture.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.
