> For the complete documentation index, see [llms.txt](https://wiki.mypet-plugin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mypet-plugin.com/setup-guide/skilltree-creation/creating-custom-skilltrees/appearance.md).

# Appearance

<figure><img src="https://2973673588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbDDqqkbXYyKdy88rOP6U%2Fuploads%2Fgit-blob-55e3ba02c98bd71ed1ec9116e0901d526745f190%2FSkilltree%20Appearance.png?alt=media" alt="The Appearance section showing the friendly name, icon material, and description fields." width="563"><figcaption></figcaption></figure>

The `Appearance` section of the [Configurator's](/setup-guide/skilltree-creation/creating-custom-skilltrees.md) Inspector allows you to configure how the skilltree will appear in the Skilltree GUI when the player uses the `/petchooseskilltree` command. Here you can modify the Name, Icon Material, and the Description (Lore).

### Name

The friendly name of the skilltree as shown in the Skilltree GUI.

### Icon Material

The [material name](https://jd.papermc.io/paper/1.21.11/org/bukkit/Material.html) of the item to be shown in the Skilltree GUI that represents your skilltree best. This also includes a "Glowing" checkbox if you'd like the item in the GUI to appear as if it were enchanted.

### Description (Lore)

The description of the skilltree to be shown in the Skilltree GUI. The Description generator allows you to select colors and formatting to be included, and supports inclusion of several lines of lore with a Minecraft-style preview that gives you an idea of how your lore will appear in-game.


---

# 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://wiki.mypet-plugin.com/setup-guide/skilltree-creation/creating-custom-skilltrees/appearance.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.
