# Eye Style

Eye Styles contain their own icons, along with an array of Wearable Materials, which is a class containing Materials in conjunction with sprites and color swatches.&#x20;

<figure><img src="/files/2FtX8E6I3E0CBojnai92" alt="" width="563"><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="208"></th><th></th></tr></thead><tbody><tr><td><strong>Style Name</strong></td><td>The name of this Eye Style</td></tr><tr><td><strong>Style Icons</strong></td><td>Icons that can be used in the UI for this style</td></tr><tr><td><strong>Style Materials</strong></td><td>An array of Wearable Materials available for this Style</td></tr></tbody></table>

To create a Eye Style manually, right-click in a folder and navigate to **Create > Modular Character System > Style > Eye**. The resulting asset should be added to the Available Eye Styles array in the [Character Style](/modular-character-system/system-overview/character-style.md) asset it pertains to.


---

# 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://stellar-game-assets.gitbook.io/modular-character-system/system-overview/cosmetic-styles/eye-style.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.
