> For the complete documentation index, see [llms.txt](https://docs.neverinstall.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neverinstall.com/spaces/resolutions-and-quality.md).

# Resolutions & Quality

### Change resolution of Space

Although the platform uses dynamic resolution adaption to deliver the best performance based on the internet speed of the user, users can also select a resolution manually.

The resolution of the Space can be changed by clicking on the resolutions button located on the right side of the dock. Users can choose between 560p, 720p, 900p, 1080p, 1440p, and 2160p (4K). Users can also select ‘Auto’ to switch to the default dynamic resolution adaption.

{% embed url="<https://tella.video/rams-video-hc47>" %}

**Please note:** We recommend users choose ‘Auto’ for the best performance.

Based on the internet speeds we recommend the following resolutions for an optimal experience: 576p for speeds over 1 Mbps; 720p for speeds over 12 Mbps; 900p and 1080p for speeds over 24 Mbps; and 1440p and 2160p (4K) for speeds over 50 Mbps.\*

**Please note:** All resolutions operate at 60 frames per second by default. When a higher resolution is chosen on a slow internet connection the bitrate adjusts accordingly to deliver optimal performance.

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


---

# 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.neverinstall.com/spaces/resolutions-and-quality.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.
