# Staff

**Select the staff login from the login page to log in with those.**

**Waiter**

1. Add a waiter from the restaurant's staff list.
2. Assign tables to the waiter. When a customer calls for a waiter, the designated waiter will receive a notification

When you add tables, such as table1 and table2, for one waiter and then assign the same tables to another waiter, both waiters


---

# 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://phplime-envato.gitbook.io/qrexorder/store-configuration/staff.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.
