# Link Directly to menu

## Link directly to a menu

Creating a direct link to your menu is a fairly straight forward process.  The below example links to a specific menu within the demo store.

```
store-demo.cloudwaitress.com?menu_id=6kNXYMVEl
```

Replace the above url with your restaurant url;

```bash
store-demo.cloudwaitress.com > yourdomain.com
```

Replace add the menu id of the menu that you would like to link to;

```bash
menu_id=6kNXYMVEl > menu_id=id from your menu
```

{% hint style="info" %}
&#x20;You can find the menu id by following the instructions below.
{% endhint %}

## How to find your Menu ID?

Log in to your restaurant store. Select the Menus section using the knife and fork button on the left-hand menu.  Then press the 'Edit' button on the menu that you would like to directly link to.

![](/files/-MF47YuNYdRkMh4Ux3y3)

The menu id is displayed at the top of the page.  Use this code to directly link to your menu as per the above instructions.

![](/files/-MF48nsfAPXstw2ZdAci)


---

# 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://support.cloudwaitress.com/how-to-guides/link-directly-to-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.
