# User account management

Learn how to manage your personal information and preferences in Nuvolos.

## Edit personal information

1. Your personal user settings are available on the top right corner **Account & Settings** menu. 2. Click **User Settings** in the dropdown.
2. Your personal information is on the **PROFILE** tab.
3. You may change your First and Last name - these are both required fields but do not need to contain your real name.
4. Click **SAVE CHANGES** to apply your edits.

The changes will take effect immediately, and you'll see a success confirmation. Your updated name will be reflected throughout the Nuvolos platform.

## Nuvolos settings

The **NUVOLOS SETTINGS** tab lets you personalise your experience, including date/time display formatting and the visibility of in-app integrations.

**To open Nuvolos Settings:**

1. Your personal user settings are available on the top right corner **Account & Settings** menu.
2. Click **User Settings** in the dropdown.
3. Click on the **NUVOLOS SETTINGS** tab.

### Date time

| Setting              | Description                                                                                                                                                                              |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Always timestamp** | When enabled, all date/time values are shown as absolute timestamps (e.g. "2025-09-29 Time: 16:53 GMT+2"). When disabled, recent events use relative expressions (e.g. "5 minutes ago"). |

### AI & Integrations

Nuvolos integrates two tools to assist you while working on the platform. You can enable or disable each one independently from the **User Settings** > **Nuvolos Settings** > **AI & Integrations** tab.

| Integration           | Description                                                                                                                                      |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Frigade Assistant** | The in-app AI assistant that helps you navigate Nuvolos and complete tasks faster. Click **Disable** to hide it, or **Enable** to bring it back. |
| **Intercom**          | Connects you with the Nuvolos support team for live chat. Click **Disable** to hide the chat launcher, or **Enable** to show it again.           |

{% hint style="info" %}
**Frigade on the application screen**

The Frigade Assistant is automatically hidden while you have an application open, so it does not interfere with your work. It reappears when you navigate away from the application screen. We want to stress that Frigade Assistant has no access to your work.

You can always ask Frigade Assistant to get you through to a human, which will activate Intercom.

If Frigade is disabled or fails to load, the Intercom live-chat launcher is shown automatically as a fallback so you can still reach support.
{% endhint %}

Changes to these settings take effect immediately and are saved to your account.


---

# 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.nuvolos.com/administration/user-account-management.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.
