# App Orientation Settings

### 1. Open App Settings

Access the main menu on the left side of the Adalo editor and click “Settings” to open app-wide configuration options

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

### 2. Locate Orientation Controls

Scroll down to the section labeled **App Orientation**. Here you’ll find the orientation options for your app.

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

### 3. Select Your Desired Orientation

Choose one of the following:

* **Portrait Only**: The app always displays vertically.
* **Landscape Only**: The app always displays horizontally.
* **Portrait and Landscape**: The app rotates automatically to match the device’s orientation.

<figure><img src="/files/0T0TYBqToI9RMyaPBdPd" alt=""><figcaption></figcaption></figure>

## Help

If you need additional help with this article, you can always ask in our [community forum](https://forum.adalo.com/)! Be sure to paste the link to this article in your post as well!


---

# 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.adalo.com/settings/app-orientation-settings.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.
