> 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/knowledge-base/how-to-articles/creating-shortcuts.md).

# Creating shortcuts

There are a many scenarios where it makes sense for an entry to appear more than once in the UI. For example, you might want to:

* Assign different access rights to the folder.
* Create a favorite folder with everything centralized.
* Reuse a document for different scenarios.

However, doing this manually is time consuming, tedious and prone to error. But no longer!

### Creating a Shortcut

Fortunately, Remote Desktop Manager makes creating shortcuts simple and quick! It works by saving the entry once in the database, while linking it to more than one group. So when Remote Desktop Manager loads the data, it automatically creates a link to the original entry. You do not have to lift a finger – everything is done for you, to save your time and simplify your life.

#### Option 1

One way to create a shortcut is by using the menu ***Edit – Create Shortcut***.

Choose the destination folder for the shortcut. Remote Desktop Manager will automatically refresh and display the new shortcut in the list.

{% hint style="danger" %}
There is no visual difference between the shortcut and the original entry. Therefore, you will need to delete all entries to completely remove them.
{% endhint %}

#### Option 2

A second way to create a shortcut is via the session properties. Since the shortcut is based on a group list, add a session in multiple groups by setting two or more destinations, which are separated by semicolons “;”. You can also use the browse button (…) and select more than one group by holding the <kbd>Ctrl</kbd> key while clicking on the tree node.

### See also

* [Devolutions Academy – Create shortcuts in Remote Desktop Manager](https://academy.devolutions.net/student/activity/3061703-create-shortcuts-in-remote-desktop-manager)


---

# 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/knowledge-base/how-to-articles/creating-shortcuts.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.
