> 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/navigating-the-platform/profile.md).

# Profile

### Definition

Your Profile in Unifize is your personalized user account, where you can manage settings, update information, and configure preferences for a personalized experience. It provides access to account settings, organization controls, and notification preferences to help tailor Unifize to your workflow.

### Key Features

* **User Information Management** – Update your name, profile picture, and preferences.
* **Security & Access** – Change passwords and manage login credentials.
* **Notifications & Preferences** – Customize how and when you receive updates.
* **Organization Management** – Switch between organizations, clone settings, and configure org preferences.
* **System Controls** – Refresh the platform, view version details, and log out securely.

### Navigating Your Profile

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

Your Profile Menu is accessible by clicking your profile picture in the top-left corner of Unifize. From here, you can:

1. **Personal Settings**
   1. **Update Name** – Modify your displayed username.
   2. **Change Profile Picture** – Upload or update your avatar.
   3. **Notification Settings** – Adjust how and when you receive alerts from Unifize.
2. **Security & System Settings**
   1. **Change Password** – Reset or update your login credentials.
   2. **Refresh** – Reload the platform to reflect the latest updates.
   3. **Logout** – Sign out of your Unifize account securely.
3. **Organization Settings**
   1. **Change Organization** – Switch between different Unifize organizations.
   2. **Org Settings** – Manage organizational preferences and access controls.
4. **About & Support**
   1. **About Unifize** – View the platform version and essential details.
   2. **Preferences** – Configure additional user-specific settings.

Your Profile in Unifize provides a centralized space to manage your personal settings, security options, and organization preferences. Keeping your profile updated ensures a smooth, secure, and customized experience while using Unifize.&#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.unifize.com/user-guide/navigating-the-platform/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.
