> For the complete documentation index, see [llms.txt](https://atiysus-organization.gitbook.io/aty-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atiysus-organization.gitbook.io/aty-scripts/restaurant-creator/features/tutorial-system.md).

# Tutorial System

ATY Restaurant ships two guided, fully-localized onboarding tutorials so new owners and staff learn the systems without external docs.

#### Management-tablet tutorial

Runs the first time the management tablet is unlocked. It walks through each dashboard tab (Overview, Recipes, Employees, Supply, Settings) with a floating tooltip anchored to the relevant UI, then hands off to the kitchen with in-world station guides.

#### Creation-wizard tutorial

Runs inside the admin restaurant builder, stepping through name/price → blip → zone → stations → save, anchored to each wizard step.

#### In-world guides & contextual tips

* Standing near key stations for the first time shows a contextual tip explaining what it does.
* Claiming an order shows floating guides pointing to the required stations.

#### Resetting

Both tutorials remember completion in local storage. To replay them:

```
/resettutorial
```

This clears both the management and creation-wizard tutorial flags instantly (no relog). Re-open the tablet or the builder to see them again.

{% hint style="info" %}
All tutorial text is driven from `shared/locales.lua`, so translating the script also translates the tutorials.
{% endhint %}
