# Personal Settings

The **Personal Settings** area allows each user to manage their individual profile, preferences, and security-related options. These settings apply only to the currently logged-in user and do not affect the overall account configuration.

***

<figure><img src="/files/0EbmwXfCv6KK1yNDpDc6" alt=""><figcaption></figcaption></figure>

#### Profile Information

Users can update their personal profile details, including:

* Profile image
* First and last name
* Telephone number
* Preferred language
* Time zone

These settings are used across the platform for localization, notifications, and user identification.

***

#### Interface Preferences

Users can customize how the platform is displayed:

* **Layout:**
  * Default
  * Simplified
* **Theme:**
  * Light
  * Dark
  * System setting (follows operating system preference)
* **Items per page:**\
  Controls how many items are displayed in lists.\
  This setting is stored locally on the device and is not synchronized across devices.

***

#### Upload and Workflow Preferences

* **Query file upload source language**\
  When enabled, the user is prompted to define the source language when uploading or importing files into on-demand projects.
* **Activate approval queue**\
  When enabled, additional indicators are shown for shared files and approval status across projects, allowing easier project switching during review workflows.

***

#### Password and Security

Users can manage security-related settings, including:

* Changing their account password\
  (After a password change, the user is logged out from all active sessions.)
* **Two-Factor Authentication (2FA):**
  * SMS
  * Email
  * Disabled
* **Number of active sessions**\
  Limits how many concurrent sessions are allowed.\
  Older sessions are automatically invalidated when the limit is reached.

***

#### Active Sessions and Devices

{% hint style="info" %}
If you are using both the **UI and the API in parallel**, we recommend increasing the **number of allowed active sessions** to avoid unintended logouts.
{% endhint %}

* View currently active login sessions
* Identify devices and locations
* Revoke access for individual sessions or devices
* Control browser permissions such as camera, microphone, and location access

***

#### Support Access

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

* **Grant access to 3Q Support**\
  When enabled, authorized support staff can temporarily access the account to assist with troubleshooting.


---

# 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.3q.video/user-guide-new-ui/account/personal-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.
