# Profile settings

The first page in your Profile is used for generic profile settings such as name, contact details and working hours.

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

| Setting             | Explanation                                                                                                                                            |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Profile picture     | The profile picture is used to show in the Web Widget and in the menu bar of DialoX studio to indicate your presence.                                  |
| Full name           | Your name.                                                                                                                                             |
| Alias               | The name you want to show in the chat to customers (to hide your own name for privacy reasons).                                                        |
| Email               | Your email address, used for notifications by the platform.                                                                                            |
| Mobile phone number | Your phone number, used for testing voice apps.                                                                                                        |
| Time zone           | So the app knows how to interpret your office hours.                                                                                                   |
| Language            | <p>The language of the Inbox user interface.<br>Note: It can only be selected in the Inbox environment and the language only applies to the Inbox.</p> |
| Office hours        | Your personal working hours. The system will use this to determine your presence.                                                                      |


---

# 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://manuals.dialox.ai/settings/user-settings/profile-settings.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.
