> 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/ownership-and-management-tablet.md).

# Ownership & Management Tablet

#### Buying a restaurant

Walk up to a restaurant's **Purchase Point** and buy it for its configured price (`Config.RestaurantTemplates.CreationCost` default, or the price set at creation). Ownership, funds, hygiene and reputation are tracked per restaurant in the database.

Owner permissions apply immediately — no relog needed.

#### Opening the tablet

The management dashboard opens from the **Management PC** station (a tablet prop) and/or a laptop app, controlled by:

```lua
Config.ManagementAccess = "target"  -- "laptop" | "target" | "both"
```

* `target` — only from the physical prop in the restaurant.
* `laptop` — only from the computer app.
* `both` — either.

Only the **owner** and authorized **employees** can open it. It may be **PIN-locked**; unlocking it also starts the guided tutorial on first use.

#### Dashboard tabs

| Tab                | What it does                                                                                                                                                     |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Overview**       | Company funds (deposit/withdraw), today's revenue & orders, on-duty staff, hygiene %, reputation, and a monthly performance chart.                               |
| **Recipes / Menu** | Categorize sold products, set prices, edit recipes, build custom recipes (ingredient cost, sale price, hunger/thirst effects), and apply restaurant **presets**. |
| **Employees**      | View staff activity & earnings, hire/fire, promote, and set the **rank/permission matrix**. See Employees.                                                       |
| **Supply Chain**   | Review storage limits, dispose of spoiled goods, and order fresh stock via the courier/wholesale system.                                                         |
| **Settings**       | Restaurant name, PIN/password, CCTV, permissions, and **Open/Closed** status.                                                                                    |

{% hint style="warning" %}
A restaurant must be set **Open** for AI customers and orders to start flowing to the POS/KDS.
{% endhint %}

#### Reputation & funds

* **Company Funds** — the restaurant's balance; sales and tips flow in, salaries and supply orders flow out. Owners deposit/withdraw from Overview.
* **Reputation / Customer Score** — rises with good service and hygiene; poor hygiene and failed orders hurt it.
