# Account

The Account page can be accessed by clicking your avatar in the menu.

<figure><img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/JlnkyTXQ3Of3R69Zz10G/image.png" alt=""><figcaption></figcaption></figure>

## Uploading Avatar Picture

To change your avatar, go to the **Personal Info** tab, and click **Upload Photo**.

<figure><img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/vuoRoWOBs7BIGTWf60ij/image.png" alt=""><figcaption></figcaption></figure>

A modal will open where you can upload images of different types (JPEG, PNG, WebP). The file size limit is 5 MB. After uploading, you can drag and zoom the photo to capture the perfect avatar profile.

<div align="left"><figure><img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/rhMm50qQiHWG9qRR45Vn/Screenshot%202025-04-15%20at%2015.26.22.png" alt=""><figcaption><p>Modal with drag and drop upload</p></figcaption></figure> <figure><img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/fq2x7R4U4QLr0cmhIMZ6/Screenshot%202025-04-15%20at%2015.26.46.png" alt=""><figcaption><p>Draggable cropping UI with zoom slider</p></figcaption></figure></div>

The avatar should update after clicking **Upload**. If it's not visible, refresh the page to view your new avatar profile.

To remove the uploaded avatar, hover over the profile photo and click the delete icon.

<figure><img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/N7yCpWzKAbfFwBtZ8Q8q/Screenshot%202025-04-15%20at%2015.27.09.png" alt=""><figcaption><p>Hover state with delete icon highlighted</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/UXBUSBEFFjS09JYc1Hu5/blobs/IRuqhr5xTISCB9HW4EXd/image.png" alt=""><figcaption><p>Confirmation modal delete avatar image</p></figcaption></figure>


---

# 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.dataloy.com/voyage-management-system/step-by-step-guides/account.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.
