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

# Layouts

To create a ***Layout*** in Remote Desktop Manager macOS, your sessions must be open and organized the way you want to save them.

### Create a layout

1. In the ribbon of Remote Desktop Manager, select ***File – Layouts – New layout*** to open the ***Layout editor***.
2. Enter a ***Name*** and a ***Description***.

The ***Launch location*** has three choices: \* ***Ask before launch*** will ask you how you want to launch your layout (new window or main window). \* ***New window*** launches the layout in a new window. \* ***Main window*** opens the layout in your main window. 3. Click ***OK*** to save your layout. 4. Back in the ribbon, your new layout is listed under ***Layouts***.

### Manage your layouts

To manage your layouts, you need to open the ***Layouts management*** window.

1. In the ribbon of Remote Desktop Manager macOS, select ***File – Layouts – Layouts***.
2. Choose your layout. You can then select ***Edit*** or ***Remove***.
   * Choosing ***Edit*** will open the ***Layout editor***.
   * ***Remove*** will ask you if you want to delete your layout.


---

# 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/ribbon-menu-bar/file/layouts.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.
