# Tutorial Popup anatomy

The **Tutorial Popup** component is responsible for controlling the tutorial popup. 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%2FB34AsoFYzoUhjKSqGzjt%2Fimage.png?alt=media&#x26;token=62de3fb8-ce8d-402e-991c-1b63b1a137bc" alt=""><figcaption><p>The Tutorial Popup component in the inspector</p></figcaption></figure>

#### Properties

* **Tutorial:** the property responsible for configuring the tutorial item that will appear on the screen. If you don't know how to create a tutorial item, [**click here**](https://docs.luckyraccoongames.com/start-here).
* **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.

#### Events

* **On Tutorial Show:** event triggered when the popup is displayed. It's especially useful for displaying a background (if needed) or preventing the character from moving.
* **On Tutorial Close:** event triggered when the popup is closed. It's especially useful for removing a background (if needed) or allowing the character to move again.

{% hint style="info" %}
You can see more about events in the Popup Tutorial component by accessing the demo scene available at **Assets > Lucky Raccoon Games > Really Simple Tutorials > Demo > Scenes > 03 Trigger Demo**
{% endhint %}
