> 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/de/ribbon-menu-bar/file/layouts.md).

# Layouts

Um ein ***Layout*** in Remote Desktop Manager macOS zu erstellen, müssen Ihre Sitzungen geöffnet und so organisiert sein, wie Sie sie speichern möchten.

### Ein Layout erstellen

1. Wählen Sie im Menüband von Remote Desktop Manager ***File – Layouts – New layout***, um den ***Layout editor*** zu öffnen.
2. Geben Sie einen ***Name*** und eine ***Description*** ein.

Für ***Launch location*** gibt es drei Optionen: \* ***Ask before launch*** fragt Sie, wie Sie Ihr Layout starten möchten (neues Fenster oder Hauptfenster). \* ***New window*** startet das Layout in einem neuen Fenster. \* ***Main window*** öffnet das Layout in Ihrem Hauptfenster. 3. Klicken Sie auf ***OK***, um Ihr Layout zu speichern. 4. Zurück im Menüband wird Ihr neues Layout unter ***Layouts*** aufgeführt.

### Ihre Layouts verwalten

Um Ihre Layouts zu verwalten, müssen Sie das Fenster ***Layouts management*** öffnen.

1. Wählen Sie im Menüband von Remote Desktop Manager macOS ***File – Layouts – Layouts***.
2. Wählen Sie Ihr Layout aus. Anschließend können Sie ***Edit*** oder ***Remove*** auswählen.
   * Die Auswahl von ***Edit*** öffnet den ***Layout editor***.
   * ***Remove*** fragt Sie, ob Sie Ihr Layout löschen möchten.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/de/ribbon-menu-bar/file/layouts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
