# Admin Menu Overview

**A list of the dishes that may be ordered in a restaurant or that are to be served.**

By clicking on the Menu section it will display a menu page, which contains a list of food sections and the products present in the sections

Section: it will display all the sections added by admin.

![](/files/-Mf30Jgtxgyr8KAlN0uB)

Item: it will display the admin-added product.

On the menu, we have other options like

1.logo:

2.search

3.login

4.section

5.item

6.cart.

Admin can customize all of the above options according to their requirements.


---

# 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://help.menura.menu/untitled-6.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.
