> For the complete documentation index, see [llms.txt](https://doc.flow.swiss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.flow.swiss/products/mac-bare-metal/how-to/change-display-resolution.md).

# Change Display Resolution

By default, the display resolution is set to 720p (1280×720). There is an option to increase the resolution to 1080p (1920x1080). Currently, these are the only two resolutions we can offer. We are working on improvements in this matter.

1. Log in to your Mac device and open System Preferences
2. Go to Displays > Display > Resolution and click on Scaled
3. Switch between 720p or 1080p


---

# 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:

```
GET https://doc.flow.swiss/products/mac-bare-metal/how-to/change-display-resolution.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.
