# Navigating the Menu

## Departments

The menu is categorised by **departments** which you can choose from at the top. Tapping a department instantly scrolls the page to that specific section of the menu. This allows customers to quickly jump between categories without manually scrolling through the full list.

## Product Search

Beside the departments, you can click on the **search button** and enter a search query. Results matching the search will appear, still categorised by departments.

<figure><img src="/files/v2lLN3ehPajk576OXxCc" 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://docs.bossithq.com/web-app/order-creation/menu/navigating-the-menu.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.
