# How to use custom sprites

Blips Creator offers an extremely easy way to replace blips sprites, the procedure is the following

1. Choose a `.png` icon you want to use (64x64px it's better)
2. Go in `blips_creator/_sprites/REPLACEABLE` folder
3. Choose a sprite to replace, copy its name and then add a `#` before the name (to find it easier in future if needed)
4. Place the new icon you want with the same name of the old sprite
5. Restart **2 times** Blips Creator

## Example with images

In this example I'll replace the green logo with the red sprite

<figure><img src="/files/Dp1BpcQDBe6hhT3BnKcZ" alt=""><figcaption><p>blips_creator/_sprites/REPLACEABLE folder</p></figcaption></figure>

<figure><img src="/files/f3epZSevCWlOqkjJm7Ak" alt=""><figcaption><p>Copy the file name</p></figcaption></figure>

<figure><img src="/files/h1B5IcK33ZFScm9hbsiu" alt=""><figcaption><p>Add a "#" before the name</p></figcaption></figure>

<figure><img src="/files/lYL7hFnKx8iUMtOzzoaS" alt=""><figcaption><p>Rename your new icon file name</p></figcaption></figure>

<figure><img src="/files/vB3snyHoNU5DdgQynmni" alt=""><figcaption><p>Final result</p></figcaption></figure>

Now you can restart the script **2 times** and the sprite is updated


---

# 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://documentation.jaksam-scripts.com/blips-creator/how-to-use-custom-sprites.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.
