> For the complete documentation index, see [llms.txt](https://docs.ionicfirebaseapp.com/restaurantbackend/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionicfirebaseapp.com/restaurantbackend/user-manual-cms/menu-items.md).

# Menu Items

**Menu Items**  :Here the admin can add various menu items available in his /her particular restaurant and manage it by editing, deleting the menu items and admin can also enable and disable toggle buttons based on their availability .. so that if toggle button is set to false, it means that product which is disabled will not appear in the user app ..if it is set to true it appears in the user app so that end users can purchase it.

![](/files/-M5ec3yoj_OuABwdm0lf)

To add a new menu item click on the add item button at the top right corner so that it redirects to the add menu item page as displayed in the below screenshot.

![](/files/-M5ecTlQov0MUPkwlCQ_)

To add a new menu item you need to fill in the following fields:

**Title :** A product title is something where you list your menu item in an eCommerce store with a title providing all the required information regarding your product, thus helping users to perceive your menu better

**Description :** A menu description is the marketing copy that explains what a menu item is and why it's worth purchasing. The purpose of a menu description is to supply customers with important information about the features and benefits of the product so they're compelled to buy.

**Thumb :** Here admin can choose the image of that particular product you wanna add from your device.

&#x20;**Category :**&#x48;ere admin  can select the category of product to which it belongs to   from the dropdown **.**

**Offer Percentage:**&#x49;n this field, admin can offer a certain amount of discount for his customers

**Extra Ingredients:**&#x48;ere admin can add extra ingredients for his menu items by providing extra ingredients name and price

**Price:**&#x48;ere admin can mention price and variance size of menu item&#x73;**.**

**Menu Additional Info:** Admin can provide a brief description of his menu items&#x20;

After filling in all the above fields You can click on add submit button at bottom ..so that product gets added successfully.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ionicfirebaseapp.com/restaurantbackend/user-manual-cms/menu-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
