> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/user-guide/user-settings.md).

# Settings

In this guide, we will focus on user settings, a powerful feature that allows each employee to personalize their intranet experience. By navigating through these settings, you can tailor the platform to meet your individual needs and preferences, ensuring a more efficient and personalized workflow.

Within the user settings, you will find a range of options to customize your experience. From setting notification preferences in the **Notification Center** to managing your **News Feed** view, configuring **Chat** and your **Messages** preferences, and organizing **Smart Reminders**, these tools empower you to shape the intranet around your work style. Whether you prefer real-time updates, a curated newsfeed, or specific reminders for key tasks, our user settings offer a flexible and user-friendly interface to enhance your productivity and engagement on the intranet. This section of the guide will walk you through each setting, providing clear instructions and tips to help you make the most of the intranet's capabilities.

To get started, navigate to your profile dropdown menu in the upper right hand corner of your screen and select **Change My Settings**.

<figure><img src="/files/LXkqGG0Vi9MxK958i9M6" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://guides.mangoapps.com/user-guide/user-settings.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.
