> For the complete documentation index, see [llms.txt](https://guide.zoomingislander.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.zoomingislander.com/custom-skins.md).

# Custom Skins

`/skin` - Use this in bot commands while spawned in to get the skin

## <mark style="color:blue;">Skin Creator</mark>

[Zooming Panel](https://zoomingislander.com/panel)\
\
\&#xNAN;***The skin creator is for patreons only, it is open to all during our monthly skin creator events***

use /testskin and enter a json to quickly test skins

## <mark style="color:blue;">How to use /myskins</mark>

### *<mark style="color:blue;">Applying Skins</mark>*

• use /myskins with no input

• select which skin to apply from the drop down menu

{% embed url="<https://youtu.be/sLagkmNm13Y>" fullWidth="false" %}

### *<mark style="color:blue;">Creating Skins</mark>*

• use /myskins paste the json from the skin creator&#x20;

• a box will pop up to name the skin

{% embed url="<https://youtu.be/V-v6cxUpg6o>" %}

### *<mark style="color:blue;">Overwrite Skins</mark>*

Overwriting skins will make it so you dont have to delete skins when testing

• use /myskins paste the json from the skin creator / previous json

• a box will pop up to name the skin, name it the same as the one you want to overwrite

### *<mark style="color:blue;">Delete Skins</mark>*

• use /myskins and select the option "Delete Skin"

• select which skin to delete from the drop down menu

{% embed url="<https://youtu.be/McIAH-A4kbQ>" %}

### *<mark style="color:blue;">Get a skins Json</mark>*

• use /myskins and select the option "Get Json"

• select which skin to get from the drop down menu

### *<mark style="color:blue;">Set Default Skin - /defaultskin</mark>*

• use /defaultskin and enter the name of the skin you want from /myskins

{% embed url="<https://youtu.be/WpX91XDmqws>" %}

### *<mark style="color:blue;">Remove Default Skin</mark>*&#x20;

• use /defaultskin with no input

{% embed url="<https://youtu.be/P2E-_ozbsSg>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guide.zoomingislander.com/custom-skins.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.
