# Adding a Page to the Menu

When creating a new page within the website and the page should appear within the menu of the site; follow these steps to ensure it is linked within the menu.

To add a new page to a menu through the page node edit:

1. Click on **Edit** for the page that you want to add to the menu. Or as you are creating a new page.

<figure><img src="/files/M5NNxrWOCghlShh2lZkL" alt=""><figcaption><p>Edit Landing Page</p></figcaption></figure>

2. Click on the **Menu Settings** tab in the content type settings area.

<figure><img src="/files/4bFH4snPXaDBfYhBY4RW" alt=""><figcaption><p>Menu Settings</p></figcaption></figure>

3. Check **Provide a menu link**.

<figure><img src="/files/yhJS8HFO6DFxCCNU9JSr" alt=""><figcaption><p>Provide a Menu Link</p></figcaption></figure>

4. Fill **Menu link title** and select the **Parent item.**

<figure><img src="/files/ZKSuUEqVHdIQfETC04Ij" alt=""><figcaption><p>Menu Link Title and Parent Item</p></figcaption></figure>

5. Click **Save** at the bottom of the page.
6. The page will now appear in the **Main Menu.**

{% hint style="success" %}
Adding a new page to a menu using the aforementioned steps; will automatically create a link between the new page and the menu.
{% endhint %}


---

# 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.varbase.vardot.com/10.1.x/content-designers/content-structure/menu-management/adding-a-page-to-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.
