# Glossary

Following table contains terms used in this documentation.

<table data-header-hidden><thead><tr><th width="374">Term</th><th>Meaning</th></tr></thead><tbody><tr><td>Term</td><td>Meaning</td></tr><tr><td><code>user</code></td><td>Cashier (when using cash register application, or manager using admin application).</td></tr><tr><td><code>device</code></td><td>Cash register (either stationary application for desktop operating systems, or mobile application for mobile operating systems such as android or iOS) or any other application within PORTOS ecosystem.</td></tr><tr><td><code>plu</code></td><td>Merchandise article.</td></tr><tr><td><code>ticket</code></td><td>Food order. Until order is paid, food order is addressed as <em>opened</em> ticket. After order is paid (and receipt is printed), food order is addressed as <em>closed</em> ticket.</td></tr><tr><td><code>order</code></td><td>Food preparation request, that is created after articles are added to ticket. Example: <em>user</em> (cashier), based on customers request, adds <em>plu</em> article(s) to <em>ticket</em>, which leads to <em>order</em> creation, that is being handled by cook.</td></tr><tr><td><code>order processing</code></td><td>Process of printing/indicating food orders (to kitchen printers or kitchen displays)</td></tr><tr><td><code>ticket closing</code></td><td>Process of printing fiscal receipt (transition from <em>opened</em> ticket to <em>closed</em> ticket).</td></tr><tr><td><code>fiscal device</code></td><td>Receipt printer that prints cash register receipts (part of <em>ticket closing</em> procedure).</td></tr><tr><td><code>order endpoint</code></td><td>Kitchen printer or kitchen tablet. An device/application, usually located in kitchen, that handles food orders.</td></tr></tbody></table>


---

# 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://developers.portos.sk/glossary.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.
