# Restaurant Types

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

Admin can add/update/delete restaurant types, These types are being used when admin or vendor creates a restaurant.<br>

**Add**: Upon clicking this button, you will be directed to the page for creating a new Restaurant Type. Here, you can generate a record complete with the name of the type.

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

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


---

# 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/admin/settings/restaurant-types.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.
