> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/get-started/manage-your-profile.md).

# Manage your profile

## Update user details

You can modify many personal settings associated with your organization, such as your profile picture, displayed language, and time zone.&#x20;

1. Log in to your Asset Panda Pro account at [assetpanda.app](https://assetpanda.app/).
2. Click your avatar in the upper-right corner and select **Manage profile**. The **User profile** page is displayed.
3. To update your password:
   1. Click **Update password**.
   2. For **Confirm current password**, enter your current password.
   3. For **New password** and **Confirm password**, enter a new password that meets the following requirement:
      * Minimum of 8 characters
      * At least one lowercase letter (a-z)
      * At least one uppercase letter (A-Z)
      * At least one number (0-9)
      * At least one special symbol
   4. Click **Save**.
4. To change your profile image:
   1. Click **Browse** under **Profile picture**.
   2. Select an image file no longer than 100MB, then select **Open**. The Edit Profile Picture window is displayed.
   3. Drag the slider bar to zoom in or out in the profile image.
   4. Click **Save**.
5. Edit the **First name** or **Last name**, or.
6. To switch the Asset Panda Pro interface into your preferred language, select the **Language**. The following languages are supported:

{% columns %}
{% column %}

* Arabic
* Bengali
* Chinese (Simplified)
* Chinese (Traditional)
* Dutch
* English
* French
* German
  {% endcolumn %}

{% column %}

* Hindi
* Indonesian (Bahasa Indonesia)
* Italian
* Japanese
* Korean
* Polish
  {% endcolumn %}

{% column %}

* Portuguese
* Russian
* Spanish
* Thai
* Turkish
* Urdu
* Vietnamese
  {% endcolumn %}
  {% endcolumns %}

{% hint style="info" %}

* The system utilizes the Google Translation API to manage the localized interface options.
* The translation applies to hard-coded fields and system-level interface elements (buttons, menus, system labels).
* Custom fields, record field values, and user-entered data is not translated and remains in the language in which it was entered.
  {% endhint %}

8. Select the **Time zone** that reflects your location.
9. Click **Save changes**.

***

## Add calendar integrations

If Google calendar integrations are enabled for your organization, you can add dashboard calendars to your personal email account.

***

## Grant Support login access

Asset Panda team members may need to access your Asset Panda Pro organization to assist you with support, implementation, or training. For security reasons, this access requires your explicit consent. To help the Asset Panda team support you directly, you can grant temporary login access to your account:

1. Log in to your Asset Panda Pro account at [assetpanda.app](https://assetpanda.app/).
2. Click your avatar in the upper-right corner and select **Manage profile**.
3. Turn on **Grant account login access**, then choose an **End date** for when the access should expire.
4. At the top of the page, click **Save changes**.


---

# 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:

```
GET https://prohelp.assetpanda.com/get-started/manage-your-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.
