> 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-android-client-guide/v20/edit-parallels-client-settings/remote-screen-settings.md).

# Remote Screen Settings

The **Remote screen** section allows you to modify the following settings:

<figure><img src="/files/N93PJzJBjESTUz2xTUH4" alt=""><figcaption></figcaption></figure>

* **Orientation**. Choose the preferred screen orientation between **Portrait**, **Landscape**, and **Auto**.
* **Change resolution**. If **Orientation** is set to **Auto**, choose whether to change the screen resolution when the orientation changes.
* **Show toolbar**. Select or deselect this option to show or hide the [Application Toolbar.](/landing/ras-android-client-guide/v20/work-with-a-remote-server/remote-application-server-connection/application-toolbar.md)
* **Show text selection toolbar**. Deselect this option if you don't need the text selection toolbar that is usually displayed at the top of the screen when you select some text in a remote text editing application (e.g., MS Word, Wordpad, etc.).

  <figure><img src="/files/W9UiSCYZ1wZX5o0dmItS" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** To detect selected area in a wide range of published applications, Parallels Client uses heuristic approach based on image analysis and the information about system palette, active application, etc. provided by the server. Unfortunately, some apps use custom or modified system palette to display content, including text, background and selection colors, which prevents Parallels Client from detecting selected area with 100% accuracy.
{% endhint %}


---

# 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-android-client-guide/v20/edit-parallels-client-settings/remote-screen-settings.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.
