# Staff

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

Vendors can create staff and assign it to the restaurant. One staff member can be associated with multiple restaurants of vendors.

**Add**: Upon clicking this button, you will be directed to the page for creating a new staff.

**Edit**: Clicking this button will lead you to the editing page, enabling you to make updates to existing staff.

**Delete**: When you click this button, the staff will be deleted from the system.

<figure><img src="/files/KGoorc7wqODNHRAPEcOu" alt=""><figcaption><p>Create Staff</p></figcaption></figure>

When you create a staff member it will you with some basic information and the restaurant that you want to assign. If you want to assign multiple restaurants then select multiple.

Also, you can assign permissions to staff like Show, Add, Edit, and Delete. Based on this permission staff can see the assigned module.


---

# 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://emenu.gitbook.io/emenu/vendor/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.
