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

# Introduction

{% hint style="success" %}
现在 Skins 也有了中文文档，在以下站点。

<https://sebun1.gitbook.io/skins-zh>

目前一些相对复杂和偏技术性的内容我还是只在这个英文站点更新/发布；如有需要可以通过翻译阅读。
{% endhint %}

{% hint style="warning" %}
The documentation is a continuous WIP given the mod is also under active development.\
If there are any sections missing, they might be filled out in a day or two.\
If there are any sections that need more clarification / are outdated, please [shoot me a message](#feedback).
{% endhint %}

Skins provides a modular way to install & define skins that can be easily swapped in and out in GTFO.

The [SkinGroup Editor](/skins/editor/editor.md) provides a easy way to create skin groups that can be used with Skins.

## Getting Started

To get up and running with **using skins**, please refer to [Obtaining Skins](/skins/plugin/obtaining-skins.md) and [Changing Skins](/skins/plugin/changing-skins.md).

To start creating skins, refer to [Quick Start for Devs](/skins/guides/quick-start-for-devs.md) and [SkinGroup Editor](/skins/editor/editor.md).

To learn more about concepts used in Skins, head over to [Schema / Concepts](/skins/schema/overview.md).

***

Apart from that,

<table><thead><tr><th width="348.4998779296875">To learn about...</th><th width="249.0001220703125">refer to...</th></tr></thead><tbody><tr><td>general information about using the <a href="https://thunderstore.io/c/gtfo/p/food/Skins/">plugin</a> </td><td><a data-mention href="/pages/Hw2Eo7d20SAcWcTJ9ULm">/pages/Hw2Eo7d20SAcWcTJ9ULm</a></td></tr><tr><td>concepts &#x26; how the schema is structured</td><td><a data-mention href="/pages/fwFDeZmaeBF7eFrhb3mN">/pages/fwFDeZmaeBF7eFrhb3mN</a></td></tr><tr><td>how to create skins</td><td><a data-mention href="/pages/hzF55lhnO2bX3hST9IY6">/pages/hzF55lhnO2bX3hST9IY6</a></td></tr><tr><td>how to package &#x26; distribute skins</td><td><a data-mention href="/pages/koxnIs3l0B9CDR9S6YEO">/pages/koxnIs3l0B9CDR9S6YEO</a></td></tr></tbody></table>

## Feedback

For any feedback (e.g. content to add, inaccurate information, missing information) for the docs, refer to the same feedback thread on the GTFO Modding Discord server; alternative, you can send me a DM `@uwufood` on Discord as well.

{% embed url="<https://discord.com/channels/782438773690597389/1513573346950905866>" %}

## Useful Links

In case you haven't noticed, this is the documentation site; the following are some useful links important to this project.

### Plugin Release

{% embed url="<https://thunderstore.io/c/gtfo/p/food/Skins/>" %}

### Repository (mod + editor)

{% embed url="<https://git.takina.io/gtfo/skins>" %}

### Latest Editor Build (Windows)

{% embed url="<http://s3.jector.io/release/skingroup-editor/latest/win/SkinGroupEditorSetup.exe>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://sebun1.gitbook.io/skins/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
