# Foods

From here vendors or staff can create food items for the restaurant that they have selected or assigned.&#x20;

<figure><img src="/files/xZKFAEwnLiQU1dnzhW0o" alt=""><figcaption><p>Foods</p></figcaption></figure>

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

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

**Delete**: When you click this button, the food will be deleted from the system.\ <br>

**Add/Update Food**

When you add or update below screen will show, where it will ask for Images, Categories, Title, and other food-related Information.

When there is multiple language the system will ask you to enter details in multiple languages.

**Allergies, Calories, and Preparation Time** this field are only visible if the restaurant has a setting enabled for this. If it's disabled then it will not be shown and asked here.

**Is Available** when this is enabled food items will be shown on frontend. If it's disabled then the item will not show anymore.&#x20;

**Custom Fields** you can add a customer with name and value, If there are multiple languages then can add it in multiple languages.&#x20;

**Discounts** can be applied to food items with different types you can add discounts on items.&#x20;

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


---

# 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/foods.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.
