> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-nav/build-your-nav/how-can-i-search-for-a-menu-item.md).

# How can I search for a menu item?

{% stepper %}
{% step %}

### Click this icon.

<figure><img src="/files/uP4bhkeRL3AjIggpZo1K" alt="How can I search for a menu item? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click the "Search for menu items..." field.

<figure><img src="/files/hgoLy9HhBTyVOcJtj8AR" alt="How can I search for a menu item? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You have 4 search options:

* **Title**
* **Link::** Link search is exact matches only. If you know the linked URL of a menu item and want to quickly look it up, just paste that link in the search.
* **Node ID:** Each menu item in the Nav has a unique ID. You can find this ID in the URL when editing the node in the editor:\
  [https://nav.maker.co/editor/\[configId\]/navigation/\[nodeId\]\
  Or](https://nav.maker.co/editor/%5BconfigId%5D/navigation/%5BnodeId%5D%EF%BF%BCOr), the ID can be found in the preview URL as \&QNCategoryId=\[nodeId].
* **Path:**  starts as soon as your search query includes a / character. For example - when searching for the children category, type the title of the parent category followed by /, and now you can see all descendants of the parent category and continue typing the children title to refine the results further. [See this video for reference](https://www.loom.com/share/d5ac0ed1e0f944b7b16c15a0fb3691b3?sid=f074b585-04f7-4dd6-8305-9ca671648fad)
  {% endstep %}
  {% endstepper %}


---

# 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.maker.co/maker-nav/build-your-nav/how-can-i-search-for-a-menu-item.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.
