# Tutorial Manager anatomy

The **Tutorial Manager** component is responsible for controlling the tutorial screen. It brings with it some properties and events so you can make the best use of it.

<figure><img src="https://365534536-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fe3sbbo5VF7BduV4kMEFP%2Fuploads%2FdWPQbOr8QEoBQnn5rZov%2Fimage.png?alt=media&#x26;token=0ffa067d-e185-4c76-80b8-3dc89429f04a" alt=""><figcaption><p>The Tutorial Manager component in the inspector</p></figcaption></figure>

#### Properties

* **Categories:** the property responsible for configuring the categories and items that will appear on the screen. Remember that the order in which you configure the categories will be the same order they appear on the screen, so organize everything carefully according to the level of importance.
* **Auto Initialize** *(default true)*: determines whether the screen will be initialized automatically or via script.
* **Mute Audio** *(default true)*: if you have background music playing and it's not interesting to play the video's audio together, leave this option enabled. If you have a tutorial video with voice, uncheck this option so that you can hear the audio properly.
* **Category Prefab:** if you're hardcore and knowledgeable enough to extend the component, this is where you'll add the category prefab.
* **Item Prefab:** and this is where you'll add the item's prefab.

#### Events

* **On Category Changed:** event triggered when a new category is selected, either by keyboard command or by clicking on it. When changing a category, the first item of the selected category will be displayed automatically.
* **On Item Changed:** event triggered when a new item is selected, either by keyboard command or by clicking on it.


---

# 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://docs.luckyraccoongames.com/really-simple-tutorials/tutorial-screen/tutorial-manager-anatomy.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.
