# Wrong resolution

This page is for users that have manually adjusted their resolution to a value that has caused BattleBit to render in the wrong way or to crash upon loading. Here's how to fix it:

1. Open the AppData folder.

<figure><img src="/files/ekKC0hqss57UAUSt0xC1" alt=""><figcaption><p>Press Win+R, type <code>%appdata%</code> and press Enter.</p></figcaption></figure>

2. Navigate to `BattleBitConfig.ini` file.

<figure><img src="/files/qUSDI576C1tCE44mbRLq" alt=""><figcaption><p>AppData/Roaming folder</p></figcaption></figure>

3. Set `customresolution` to true and `customscreenresolution` to match your monitor settings:

<figure><img src="/files/rnbt81DLUtxZGgga57cb" alt=""><figcaption><p>BattleBit config file</p></figcaption></figure>

4. Save your changes and close config file.


---

# 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.joinbattlebit.com/crashes/wrong-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.
