> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-8.28/voyage-management-system/step-by-step-guides/account.md).

# Account

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

<figure><img src="/files/tnTi9JmwE6Y9t99gL7lq" alt=""><figcaption></figcaption></figure>

## Uploading Avatar Picture

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

<figure><img src="/files/m9FQt9UZaReCdjv7VFsi" 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="/files/La6U5DiFUjHoORY8l9ST" alt=""><figcaption><p>Modal with drag and drop upload</p></figcaption></figure> <figure><img src="/files/l9gTZbI0Axk71pWQogvx" 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="/files/jbAAt8XD3HqTIca8ZjCa" alt=""><figcaption><p>Hover state with delete icon highlighted</p></figcaption></figure>

<figure><img src="/files/K49VQnmpKMEI1RLxpGpJ" alt=""><figcaption><p>Confirmation modal delete avatar image</p></figcaption></figure>


---

# 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://docs.dataloy.com/release-8.28/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.
