> For the complete documentation index, see [llms.txt](https://docs.saaster.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saaster.io/fundementals/user-guide/edit-profile.md).

# Edit profile

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

<table><thead><tr><th width="202">Field</th><th>Description</th></tr></thead><tbody><tr><td>My Photo</td><td>Upload your own profile picture. The most common formats are supported.</td></tr><tr><td>Salutation</td><td>The user's salutation such as Mr. or Mrs... Titles such as Dr. or Prof. can also be used.</td></tr><tr><td>First name</td><td>The first name of the user.</td></tr><tr><td>Name</td><td>The last name of the user.</td></tr><tr><td>Email Address</td><td>This email address is used for the login. If a change is made, the user will first receive an email with a confirmation link.</td></tr><tr><td>Phone</td><td>The landline telephone number of the user.</td></tr><tr><td>Mobile</td><td>The mobile phone number of the user.</td></tr><tr><td>Language</td><td>The default language of the user. The language of the Interface is taken from those settings every time the user logs in</td></tr></tbody></table>


---

# 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.saaster.io/fundementals/user-guide/edit-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.
