> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-user-portal-guide/using-the-toolbar/using-the-toolbar-on-desktop-computers-remote-desktop-toolbar.md).

# Using the toolbar on desktop computers Remote desktop toolbar

When you launch a remote desktop in a web browser on a desktop or laptop computer, the toolbar appears as follows:

![](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-19-Administrators-Guide/_html5-toolbar-desktop_v16.png)

The top area of the toolbar is used to drag the toolbar up or down. Click and hold it and then drag the toolbar to the desired position. The arrow icon is used to show or hide the toolbar items.

The main toolbar items are (from top to bottom):

* **Full screen**. Display the remote desktop in full screen on the local computer.
* **Upload a file**. Upload a file from the local computer to the remote server. After clicking this item, you are presented with two dialogs, one after another. In the first dialog, select a file on the local computer you wish to upload. In the second dialog, select a location on the remote server where you want to save the file.
* **Download a file**. Download a file from the remote server to the local computer. After clicking this item, select a file on the remote server you wish to download. Depending on your web browser configuration, the download will start automatically or you will be asked to select a destination folder on your local computer.
* **Shortcuts**. Display the **Shortcuts** menu (see below for the menu description).
* **Clipboard**. Display the remote clipboard. Please see [**Using the remote clipboard**](/landing/ras-user-portal-guide/using-the-toolbar/using-the-remote-clipboard.md) for more information.

The **Shortcuts** menu allows you to send keystrokes and key sequences to the remote desktop:

* **Escape**. Sends the "Escape" keystroke to the remote desktop.
* **Tab**. Sends the "Tab" keystroke.
* **Backspace**. Sends the "Backspace" keystroke.
* **Print screen**. Sends the "Print Screen" keystroke. The screen will be printed to the clipboard of the remote desktop from where you can paste it into an application (e.g. Paint) running on the same remote computer.
* **Windows Key**. Sends the "Windows logo key" keystroke.
* **Control+Alt+Delete**. Sends the "Ctrl+Alt+Delete" key sequence.

## **Remote application toolbar**

When you launch a remote application, the toolbar is embedded into the page footer, and it is collapsed by default. To expand the toolbar, click the "arrow-up" icon in the lower right-hand corner.

![](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-19-Administrators-Guide/_html5-toolbar-desktop_v17.png)

The toolbar items are (from top to bottom):

* **Download**. Download a file from the remote server to the local computer. After clicking this item, select a file on the remote server you wish to download. Depending on your web browser configuration, the download will start automatically or you will be asked to select a destination folder on your local computer.
* **Upload**. Upload a file from the local computer to the remote server. After clicking this item, you are presented with two dialogs, one after another. In the first dialog, select a file on the local computer you wish to upload. In the second dialog, select a location on the remote server where you want to save the file.
* **Clipboard**. Display the remote clipboard. Please see [**Using the remote clipboard** ](/landing/ras-user-portal-guide/using-the-toolbar/using-the-remote-clipboard.md)for more information.


---

# 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.parallels.com/landing/ras-user-portal-guide/using-the-toolbar/using-the-toolbar-on-desktop-computers-remote-desktop-toolbar.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.
