# Orientation

Project orientation depends on Width and Height value. If Height is larger than Width, project is in portrait orientation; if Width is larger than Height, project is in landscape orientation.

## Change orientation

To change project orientation:

1. Select Project in Navigator
2. Open Project Inspector
3. Open Settings tab
4. Swap Width and Height values

## Auto orientation

To **lock** project orientation (ignore device orientation):

1. Select Project in Navigator
2. Open Project Inspector
3. Open Settings tab
4. Select Current from Orientation list&#x20;

<div align="left"><img src="/files/-MIxukRSbnVd8cm9IiLB" alt=""></div>

To **adapt** project orientation (redraw content in new orientation):

1. Select Project in Navigator
2. Open Project Inspector
3. Open Settings tab
4. Select Both from Orientation list

<div align="left"><img src="/files/-MIxukRQRmejXUnE_OmU" alt=""></div>


---

# 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://docs.flipabit.dev/project/orientation.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.
