# Enable portrait only mode

The "Enable portrait only mode for all screens in the app" feature allows you to lock the orientation of your app to portrait mode. When this option is enabled, your app will not switch to landscape mode, ensuring a consistent user experience in portrait orientation.

## How to Enable?

<figure><img src="/files/4GBNrydqU815ROBWKjF9" alt=""><figcaption></figcaption></figure>

### **Navigate to App Settings:**

* Open your Twinr dashboard.
* Go to the "App Settings" section from the left-side menu.

### **Enable Portrait Only Mode:**

* In the "App Settings" section, find the toggle switch labeled "Enable portrait only mode for all the screens in the app."
* Toggle the switch to the "on" position. The switch will turn green, indicating that the feature is enabled.

### **Save Changes:**

* Click the "Save As a Draft" button at the bottom of the page to save your changes.


---

# Agent Instructions: 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://help.twinr.dev/setup-branding-info/app-settings/enable-portrait-only-mode.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.
