> 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/top-pane/quick-access-toolbar.md).

# Quick access toolbar

The ***Quick access toolbar*** found at the top of the application is a customizable shortcut bar for frequently used actions and controls. It is accessible only in the [Ribbon header style](https://docs.devolutions.net/rdm/user-interface/customization/style/).

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

The toolbar is displayed above the ***Ribbon***, but you can reposition it below the ribbon by right-clicking it and selecting ***Below***.

Commands in the ***Ribbon*** can be added to the ***Quick access toolbar*** for faster access. You can add individual commands or entire sections of a ribbon tab by right-clicking them and selecting ***Add***. For example, you can add the ***Copy password*** command or the entire ***Clipboard*** section from the ***Home*** tab.

To remove an item, right-click it in the toolbar and select ***Remove***.

By default, the toolbar includes the following commands:

* ***Add entry***: Create a new entry in the current workspace.
* ***Properties***: Open the properties of the selected entry.
* ***Refresh***: Refresh the workspace.
* ***Search***: Open a search bar to filter entries, tabs, vaults, and workspaces.
* ***Quick connect***: Start an ad-hoc session by entering connection details such as the host and connection type. For more information, see [Quick connect](https://docs.devolutions.net/rdm/commands/view/quick-connect/).
* ***Lock application***: Minimize the application require a password the next time it is restored, if the workspace is protected by one.

{% hint style="info" %}
The ***Quick access toolbar*** custom buttons settings are stored locally for each user. These settings are saved in a file named `RemoteDesktopManager.qtb`, which is located by default at `%localappdata%\Devolutions\RemoteDesktopManager`.
{% endhint %}
{% endtab %}

{% tab title="macOS" %}
The toolbar includes the following commands:

* ***Add entry***: Create a new entry in the current workspace.
* ***Properties***: Open the properties of the selected entry.
* ***Quick connect***: Start an ad hoc session by entering connection details such as the host and connection type. For more information, see [Quick connect](https://docs.devolutions.net/rdm/commands/view/quick-connect/).
* ***Find quickly***: Open a search bar to filter entries, tabs, vaults, and workspaces.
* ***Lock application***: Minimize the application and require a password the next time it is restored (if the workspace is protected by one).
  {% endtab %}

{% tab title="Linux" %}
The toolbar includes the following commands:

* ***Refresh***: Refresh the workspace.
* ***Properties***: Open the properties of the selected entry.
* ***Quick connect***: Start an ad hoc session by entering connection details such as the host and connection type. For more information, see [Quick connect](https://docs.devolutions.net/rdm/commands/view/quick-connect/).
* ***New entry***: Create a new entry in the current workspace.
* ***Lock application***: Minimize the application and require a password the next time it is restored (if the workspace is protected by one).
  {% 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/top-pane/quick-access-toolbar.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.
