> For the complete documentation index, see [llms.txt](https://docs.dinerwebsitesordering.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dinerwebsitesordering.com/how-to-guides/link-directly-to-menu.md).

# 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.

```
ordering-demo.dinerwebsitesordering.com/?menu_id=jvfMUwpwU
```

Replace the above url with your restaurant url;

```bash
ordering-demo.dinerwebsitesordering.com > yourdomain.com
```

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

```bash
menu_id=jvfMUwpwU > menu_id=id from your menu
```

{% hint style="info" %}
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/-MS1ITSn7zBQW-WOXCTe)

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/-MS1ITSoJAq5HQpWVwRt)
