# Personalization

## Getting Here <a href="#getting-here" id="getting-here"></a>

**Settings > My Profile > Personalization**

***

## My Profile - Personalization <a href="#my-profile---personalization" id="my-profile---personalization"></a>

The **Personalization** page under "My Profile" allows users to customize their interface preferences, including theme, time format, and time zone settings.

***

### Page Sections <a href="#page-sections" id="page-sections"></a>

#### 1. **Theme** <a href="#id-1-theme" id="id-1-theme"></a>

* **Description**: Allows the user to select the interface theme.
* **Options**:
  * **Dark Theme**: Enables the dark mode interface (default).
  * **Light Theme**: Enables the light mode interface.
* **Control**: Toggle switch to select between themes.

***

#### 2. **Time Format** <a href="#id-2-time-format" id="id-2-time-format"></a>

* **Description**: Allows the user to choose the time format displayed across the interface.
* **Options**:
  * **TIME IN 24**: Displays time in a 24-hour format (default).
  * **12 HOURS**: Displays time in a 12-hour (AM/PM) format.
* **Control**: Toggle switch to switch between time formats.

***

#### 3. **Time Zone** <a href="#id-3-time-zone" id="id-3-time-zone"></a>

* **Description**: Allows the user to set the preferred time zone.
* **Options**:
  * A dropdown list of available time zones (e.g., `(GMT+00:00) UTC`).
  * **OS TIME ZONE**: Automatically sets the time zone to match the operating system's time zone.
* **Control**:
  * Dropdown menu to select a specific time zone.
  * **OS TIME ZONE** button to auto-sync time zone settings.

***

### Notes <a href="#notes" id="notes"></a>

* The selected **Theme** and **Time Format** immediately update the interface upon selection.
* The **OS TIME ZONE** button simplifies time zone configuration by aligning it with the user's operating system.

***

The **Personalization Page** empowers users to tailor the appearance and time-related settings of their interface for a more customized user experience.


---

# 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://docs.fusion.vectra.ai/settings/profile/personalization.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.
