> 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/terminology.md).

# Terminology

<table><thead><tr><th width="160.5">Term</th><th>Meaning</th></tr></thead><tbody><tr><td>Skins</td><td>This very project</td></tr><tr><td>Skin Group</td><td>The smallest unit of a valid skin in Skins.<br>Refers to the conceptual instance of a <a href="/pages/A3lYYw4lotcHcnjnBsie">Skin Group</a>, its <a href="/pages/A3lYYw4lotcHcnjnBsie">manifest file</a>, or its enclosing folder along with all the referenced contents.</td></tr><tr><td>Material Target</td><td>A customization towards a specific <a href="https://docs.unity3d.com/6000.4/Documentation/ScriptReference/Material.html">Material</a> instance in GTFO.<br>Refers to the conceptual instance of a <a href="/pages/CT6dFxtVfyPLyZWQANi4">Material Target</a> or its manifest file.</td></tr><tr><td>Texture Macro</td><td>Refers the the special string used to specify a virtual texture source for a <a href="/pages/CT6dFxtVfyPLyZWQANi4#texture2d">texture property</a> inside a Material Target. As defined <a href="/pages/qrEnBG6QrTB72FSdhK58">here</a>.</td></tr><tr><td>Editor</td><td>Or "the editor;" refers to the <a href="/pages/UihCF2CBtuQBbHzAfZuF">SkinGroup Editor</a>.</td></tr></tbody></table>


---

# 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://sebun1.gitbook.io/skins/terminology.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.
