> 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/home/clipboard.md).

# Clipboard

The ***Copy*** options in the Home ribbon holds the options to copy data entry values in your clipboard such as:

* Username
* Password
* Domain
* Host Name

{% hint style="info" %}
When using an [Devolutions Server or Devolutions Cloud workspace](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/), the administrator can control the copy passwords rights in the [system settings](https://docs.devolutions.net/rdm/commands/administration/system-settings/).
{% endhint %}

### Settings

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

#### Copy username and password

Copy the username and password in your session to the clipboard.

#### Copy password

Copy the password in your session to the clipboard. The copy password to clipboard feature must be enabled to be accessible. Check the Allow Reveal Password in the [user management privileges](https://docs.devolutions.net/rdm/commands/administration/user-management/).

#### Copy host

Copy the host name in your session to the clipboard.

#### Copy URL

Copy the URL in your session to the clipboard.

#### Copy domain

Copy the domain in your session to the clipboard.

#### Copy/Paste

The copy/paste of a session entry is also possible. You can paste the session into a different workspace or simply create a copy of it. It is a quick way to move/duplicate an item. When using a [Devolutions Server or Devolutions Cloud workspace](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/), the user must have Add Session rights in the [user management](https://docs.devolutions.net/rdm/commands/administration/user-management/) to be able to copy/paste sessions.
{% endtab %}

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

#### Copy name

Copy the session name to the clipboard.

#### Copy username and password

Copy the password in your session to the clipboard. The copy password to clipboard feature must be enabled to be accessible. Check the Allow Reveal Password in the [user management privileges](https://docs.devolutions.net/rdm/commands/administration/user-management/).

#### Copy username

Copy the username in your session to the clipboard.

#### Copy password

Copy the password in your session to the clipboard.

#### Copy host

Copy the host name in your session to the clipboard.

#### Copy domain

Copy the domain in your session to the clipboard.

#### Copy/Paste

The copy/paste of a session entry is also possible. You can paste the session into a different workspace or simply create a copy of it. It is a quick way to move/duplicate an item. When using a [Devolutions Server or Devolutions Cloud workspace](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/), the user must have Add Session rights in the [user management](https://docs.devolutions.net/rdm/commands/administration/user-management/) to be able to copy/paste sessions.
{% 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/ribbon-menu-bar/home/clipboard.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.
