# Set up your account

From the Fullwhere interface, click on your avatar at the top right of your screen, then click on Settings and go to the left to the section [My account](https://app.fullwhere.com/settings/account).

## Edit your information <a href="#h_383effe7cc" id="h_383effe7cc"></a>

In the Information tab, you can:

* Add a profile photo or change your existing profile photo
* Change your account email address by clicking Edit next to your current email address.
* Change your First Name, Last Name, Position, and Phone Number.

Once your information has been entered, click Save to save your changes.

Your Role is written to the right of your name. To learn more about user roles, see the article [Members](/documentation/documentation-en/get-started/members.md).

***

## Change your password <a href="#h_3c01ed71bf" id="h_3c01ed71bf"></a>

To change your password, go to the Password tab

You can then enter your current password and then your new password, while respecting the password validation requirements.

Change your password by clicking Save.

{% hint style="warning" %}
**Forgot your password?**

* Go to the [login page](https://app.fullwhere.com/)
* Click on forgot password
* Enter your email address
* You will receive a recovery email
  {% endhint %}


---

# 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.fullwhere.com/documentation/documentation-en/get-started/set-up-your-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.
