> 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-mobile-devices.md).

# Using the Toolbar on Mobile Devices

## **Remote Desktop Toolbar**

When you launch a remote desktop in a web browser on a mobile device, the toolbar appears as follows:

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

The small arrow icon at the top is used to show or hide the toolbar items.

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

* **Upload a file**. Upload a file from the local device to the remote server. Note that in iOS, you can upload from the Photos folder only.
* **Download a file**. Download a file from the remote server to the local device (not available in iOS).
* **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.
* **Keyboard**. Display the native keyboard. This opens your mobile device native keyboard so you can type in an application on the remote desktop.
* **Arrow**. The arrow icon is used to switch between the two available mouse input modes:

  **Mode 1:** The first mode (the arrow icon is white) follows the movement of your finger on the screen and performs a click on a remote desktop where you tap.

  **Mode 2:** The second mode (the arrow icon is red) displays a virtual mouse pointer on the remote desktop and allows you to move that pointer to a precise position with your finger. When you tap anywhere on the screen, the click on the remote desktop is performed at the precise position of the virtual mouse pointer.

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's collapsed by default. To expand the toolbar, click the "arrow-up" icon in the lower right-hand corner.

The toolbar items are (from top to bottom):

* **Download**. Download a file from the remote server to the local device (not available in iOS).
* **Upload**. Upload a file from the local device to the remote server. Note that in iOS, you can upload from the Photos folder only.
* **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.
* **Keyboard**. Display the native keyboard. This opens your mobile device native keyboard so you can type in an application on the remote desktop.


---

# 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-mobile-devices.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.
