# How to Reskin

All textures are located in the **Sprites** folder at the root of the project.\
Find the image you want to replace and swap it with your own.\
Make sure your image has the same size as the original and is saved in **PNG** format only.

<figure><img src="/files/htkv8n3faHmzvBWUOMGh" 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://docs.candy-smith.com/main/word-connect-game-toolkit/how-to-reskin.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.
