# Other Features

## Download All Images of the Game

If you do not want to download and customize images one by one, you can select the 'Download' button at the bottom of the game editor to download all images of the game as a single ZIP file.

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

## Upload All Images of the Game

You can select the 'Upload' button at the bottom of the game editor to upload all customized images for the game (as a single ZIP file) at once.

{% hint style="info" %}
The modified image must have the same "file name" and "image dimensions (Width x Height)" as the original image.
{% endhint %}

You can also choose to modify some images, add them to a ZIP file, and upload it.

For example,

* Game A uses a total of 40 images.
* The user downloads all images and modifies 5 of them.
* When the user uploads a zip file, it's not necessary to include all 40 images in the zip file, it can contain just the 5 modified images.

<figure><img src="/files/7CDnuzWCEo0AoX4Qvyw4" alt=""><figcaption></figcaption></figure>

## Resetting Images

After modifying the game images, you can reset them using the following method:

* Select the image.
* Select the 'Restore' button.

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

## Reset All Images

After modifying the game, you can select the "Restore Defaults" button in the top right corner of the game editor to reset all images.

<figure><img src="/files/aFWnSlwduvx2p57108YC" 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/game-customization-pro-mode/other-features.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.
