> For the complete documentation index, see [llms.txt](https://docs.luckyraccoongames.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luckyraccoongames.com/really-simple-tutorials/tutorial-screen/setting-up-the-screen-with-your-data.md).

# Setting up the screen with your data

It's time to finally run the tutorial scene with your data, if you've already created all the categories and items you want :)

To get started, open the scene available at **Assets > Lucky Raccoon Games > Really Simple Tutorials > Demo > Scenes > 01 Tutorial Screen Demo** or the scene you copied from it.

Then click on the **Tutorial Manager** component:

<figure><img src="/files/ClSJClNnykFfeJf77rtS" alt=""><figcaption><p>Location of the Tutorial Manager component in the scene hierarchy</p></figcaption></figure>

In the **Categories** property, add the categories you created earlier in the order you want them to appear on the screen.

<figure><img src="/files/SULckoyAWKVIM0SZrSoo" alt=""><figcaption><p>Configuration of categories in Tutorial Manager</p></figcaption></figure>

Run the scene and check the result. Isn't it amazing to have a tutorial running in such a short time and with so little effort? :)

#### Hmm.. looks like something went wrong

If when running the scene you come across a screen like the one below, check if you added some item in all Category assets

<figure><img src="/files/mPpbUiD4Cu5AZ0nmWVYo" alt=""><figcaption><p>Example of an error screen when a category has no items</p></figcaption></figure>

<figure><img src="/files/IjtaWQUaBwuSz5SavIM5" alt=""><figcaption><p>A category without items will cause an error when running the tutorial screen :/</p></figcaption></figure>

In this tutorial **only a small portion of the Tutorial Manager was shown**. On the next page you will find out about all its properties and how to take advantage of them.
