# 5・How the SuperMarket Script works INGAME ? - ❗ HELP VIDEOS ❗

<figure><img src="/files/nVYuHFIWjSj5JTy9UUEP" alt=""><figcaption></figcaption></figure>

#### This category will show you how the script works ingame.&#x20;

#### It can be useful for your player, or just if you want discover the script a little bit then in our showcase video.

Please, check [Config](/patamods-documentation/scripts/supermarket/3-config.md) to know how to add item in your script (who are available in your stock menu)

## 1. Doing your shopping as a Civilian

* How the script works for the players ?
* **Link video** [**https://youtu.be/iXKY0sqiKMo**](https://youtu.be/iXKY0sqiKMo)

## 2. As a boss: Change shelves, boss menu, plan menu of the supermarket.

* Where's the boss menu ? (money, hire employee ...)
* How can i change a shelve ? How can i delete a shelve ?
* How can i define my items in a shelve ? How people can see it ?
* **Link video** [**https://youtu.be/Eq9UAHSmrzI**](https://youtu.be/Eq9UAHSmrzI)

## 3. About Stock/restock shelves as a boss or employee.

* How can i order item into my stock ?
* How can i restock the shelves as an employee ? *(boss can too)*
* **Link video** [**https://youtu.be/bIkOU8rVwHo**](https://youtu.be/bIkOU8rVwHo)

## 4. Cash register & Automatic Cash Register

* How can i collect customers at the checkout Cash register
* What can i do if a player leave his item on my Cash register ?
* How to turn on/off the automatique checkout ?
* How can i use the automatique Cash Register ?
* **Link video** [**https://youtu.be/fVldQQbxqO4**](https://youtu.be/fVldQQbxqO4)


---

# 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://patamods.gitbook.io/patamods-documentation/scripts/supermarket/5-how-the-supermarket-script-works-ingame-help-videos.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.
