> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/system-settings/users/user-preferences.md).

# User Preferences

To get started, configure your personal information, including the name that will be displayed in SAC 360 and your profile picture.

1 - To access User Preferences, click the user icon and **"User Preferences".**

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

2 - **Personal Information:** set up your profile picture and the name for customer service.

{% hint style="success" %}
**ATTENTION**: To change the photo that appears to the lead, do this through WhatsApp on the device.
{% endhint %}

{% hint style="danger" %}
The profile picture will only be visible to SprintHub users (internal use). \
The picture can only be changed by the user themselves.
{% endhint %}

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

3 - **VoIP Preferences:** configure audio preferences and preferences for the international telephone code.

<figure><img src="/files/167a0dd666a3b1ed7290344c3e921c2c9a86ae07" alt=""><figcaption></figcaption></figure>

4 - **System Layout:** configure the language and the default viewing mode of SAC 360°.

<figure><img src="/files/8029cd5d16e81230f10b1549119fbb464becdd79" alt=""><figcaption></figcaption></figure>

5 - **Notifications:** allows enabling or disabling system notifications..

<figure><img src="/files/65156da789f207ae095ce6ac3d36855ed9cc3702" alt=""><figcaption></figcaption></figure>

6 - **Integrations:** allows integrating [Google Calendar](/en/topics/integrations/integration-google-calendar.md) and [Outlook 360](/en/topics/integrations/integrations-outlook.md).

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

{% content-ref url="/pages/6ece93c14f6502cbbf248542249ffe23eb221dfd" %}
[Turning User Notifications On and Off](/en/topics/system-settings/users/user-preferences/turning-user-notifications-on-and-off.md)
{% endcontent-ref %}


---

# 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.sprinthub.com/en/topics/system-settings/users/user-preferences.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.
