# How to Modify Graphics

First, you need to download the image you want to modify as follows:

1\. Select "**Customize Game**" in game settings, and you will be redirected to the game editor.<br>

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

2\. Select an image and click '**Download**' to download the corresponding image.

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

3\. Alternatively, you can select the '**Download**' button (bottom right of the whole screen) to download all images of the game as a ZIP file at once.

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

After downloading all image files, you can open and edit the files in a graphic editor tool.

1\. Open the image file in the graphic editor tool.

<figure><img src="/files/1zmQiyjZ7ZkNIaoeDEpJ" alt=""><figcaption></figcaption></figure>

2\. Edit the image.

{% hint style="info" %}
Keep the size of the image the same as the original image.
{% endhint %}

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

3\. Save the changes to the image file.<br>

Here are some popular graphic editing tools:

* Paint.NET: <https://www.getpaint.net/>
* Pixlr: <https://pixlr.com/>
* Gimp: <https://www.gimp.org/>
* Photopea: <https://www.photopea.com/>

Once the image editing is complete, you can upload and apply the modified image file to the game.

1\. Select the image and click 'Upload' to upload the modified image that will replace the current image.

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

2\. Then, the modified image is uploaded and applied to the game.

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

3\. Alternatively, you can select the 'Upload' button (bottom right) to upload all modified images as a ZIP file at once.

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


---

# 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://support.brandedminigames.com/game-settings/how-to-modify-graphics.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.
