> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/xoroerp-basics/setting-preferences.md).

# Setting Preferences

| **Icon**                            | **Description**                                                                                                                                                                   |
| ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **🔔 Notifications**                | Displays recent system notifications such as approvals, alerts, workflow updates, or system messages. The orange badge with a number indicates the count of unread notifications. |
| **🟥 “New” Indicator**              | Highlights newly released features, updates, or announcements within the system. Clicking on it will show details of the new changes.                                             |
| **❓ Help / Support**                | Opens the help section, documentation, or user guide for the current module. May also link to training materials or knowledge base.                                               |
| **🕒 Recent Activity / History**    | Displays recently accessed records, pages, or activities for quick navigation.                                                                                                    |
| **⋮ Vertical Ellipsis (User Menu)** | Opens the **User Menu**, which includes options such as *Set As Start Page*, *Add to Favourites*, *Page Defaults*, *Global Search Settings*, and more.                            |

### **User Menu (Top‑Right Corner) Options**

When you click on the **vertical ellipsis (⋮)** in the top‑right corner of the XoroERP interface, a dropdown menu appears with the following options:

| **Option**                 | **Description**                                                                                                                                       |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Set As Start Page**      | Sets the current page as the default start page when the user logs into XoroERP.                                                                      |
| **Add to Favourites**      | Adds the current page to the user’s list of favourites for quick access.                                                                              |
| **Page Defaults**          | Opens a pop‑up for setting default configurations for the module currently in use. These defaults will apply automatically when the module is opened. |
| **Global Search Settings** | Configures how the global search bar behaves, including filters and search scope.                                                                     |
| **Disable Confirm Popups** | Enables or disables confirmation pop‑up messages for actions performed in the system.                                                                 |
| **Fixed Sidebar**          | Locks the sidebar in a fixed position, preventing it from collapsing automatically.                                                                   |
| **Log Out**                | Logs the user out of the XoroERP system.                                                                                                              |


---

# 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.xorosoft.com/xoroerp-1/xoroerp-basics/setting-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.
