> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/user-interface/navigation-pane/account.md).

# Account

The ***Account*** tab gives you access to settings for customizing your Remote Desktop Manager interface. At the top, information about the account connected to Remote Desktop Manager is displayed.

{% tabs %}
{% tab title="Windows" %}
![](https://cdnweb.devolutions.net/docs/RDMW4436_2026_1.png)

### Account information

Contains account information, such as the name, email, and vault status. Privileged and external tags can be added when creating or editing users via the web interface of [Devolutions Server](https://docs.devolutions.net/server/web-interface/account-menu/) or Devolutions Cloud (depending on your workspace). They are useful for temporary users, such as ***contractors***. An expiration date must be set.

#### User preferences

***User preferences*** allow users to customize the visibility of entries and manage interactions with PAM accounts.

* ***Cloaked folders***: Allow users to hide specific folders from their navigation pane on per-workspace basis (not available for local workspaces). Cloaked folders can still be accessed from the navigation pane's search bar by clicking on the ellipsis (***...***) button, then ***Navigation options***, and ***Show cloacked folders***.
* ***Hide achieved entries***: When checked, this option will hide any archived entries in the tree view.
* ***Hide disabled entries***: This checkbox, when selected, will hide any entries that are currently disabled.
* ***Hide expired entries***: By selecting this option, users can hide entries that have expired.
* ***Automatically check in PAM account when closing entry***: Set how Remote Desktop Manager interacts with a PAM account when closing an entry. Choose ***Always prompt, Check-in automatically*** or ***Don't check-in automatically***.

### User interface

{% hint style="info" %}
Changes made under the ***User interface*** section are applied to your Remote Desktop Manager application. This means that even if you change account or workspace, the settings will still be in effect.
{% endhint %}

Under ***User interface***, you can choose the [theme](https://docs.devolutions.net/rdm/user-interface/customization/theme/) of your Remote Desktop Manager application between the ***Light*** theme and the ***Dark*** theme. You can also choose to mirror your system's theme.

Next, you can also change the [style of the main header (top menu)](https://docs.devolutions.net/rdm/user-interface/customization/style/) of your Remote Desktop Manager application. Choose between a ***Ribbon*** view or a ***Menu bar*** view.
{% endtab %}

{% tab title="macOS" %}
![](https://cdnweb.devolutions.net/docs/RDMM4128_2025_3.png)

### Account information

Contains account information, such as the name, email, and vault status. Privileged and external tags can be added when creating or editing users via the web interface of [Devolutions Server](https://docs.devolutions.net/server/web-interface/account-menu/) or Devolutions Cloud (depending on your workspace). They are useful for temporary users, such as ***contractors***. An expiration date must be set.

### Settings

{% hint style="info" %}
Changes made under the ***Settings*** section are applied to your Remote Desktop Manager application. This means that even if you change account or workspace, the settings will still be in effect.
{% endhint %}

Under ***Settings***, you can choose the [theme](https://docs.devolutions.net/rdm/user-interface/customization/theme/) of your Remote Desktop Manager application between the ***Light*** theme and the ***Dark*** theme. You can also choose to mirror your system's theme.

Next, you can also change the [style of the main header (top menu)](https://docs.devolutions.net/rdm/user-interface/customization/style/) of your Remote Desktop Manager application. Choose between a ***Ribbon*** view or a ***Classic*** view.
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://docs.devolutions.net/rdm/user-interface/navigation-pane/account.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.
