> 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.md).

# Top pane

{% tabs %}
{% tab title="Windows" %}
The ***Top pane*** contains the [Quick access toolbar](https://docs.devolutions.net/rdm/user-interface/top-pane/quick-access-toolbar/) and the [Ribbon / Menu bar](https://docs.devolutions.net/rdm/commands/).

![](https://cdnweb.devolutions.net/docs/RDMW2096_2026_1.png)

You can hide the ***Top pane*** to maximize your space by right-clicking it and disabling ***Top pane (ribbon/menu bar)*** or by pressing <kbd>Alt</kbd>+<kbd>F11</kbd>. The same option is also available under the ***Window*** tab.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW2097_2026_1.png" alt=""><figcaption></figcaption></figure>

If you want to restore the original layout after making changes, go to the ***Window*** tab and select ***Reset layout***.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW2098_2026_1.png" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="macOS" %}
The ***Top pane*** contains the [Quick access toolbar](https://docs.devolutions.net/rdm/user-interface/top-pane/quick-access-toolbar/) and the [Ribbon / Menu bar](https://docs.devolutions.net/rdm/commands/).

![](https://cdnweb.devolutions.net/docs/RDMM2018_2026_1.png)
{% endtab %}

{% tab title="Linux" %}
The ***Top pane*** contains the [Quick access toolbar](https://docs.devolutions.net/rdm/user-interface/top-pane/quick-access-toolbar/) and the [Ribbon / Menu bar](https://docs.devolutions.net/rdm/commands/).

![](https://cdnweb.devolutions.net/docs/RDML2001_2026_1.png)
{% 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.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.
