# Menu

### How to add a menu <a href="#how-to-add-a-menu" id="how-to-add-a-menu"></a>

* Navigate to your **WordPress Dashboard**.
* Go to **Appearance > Menus**
* Click the **Create a new menu** link and give your menu a name
* **Choose Menu Locations:** Select the locations where you want this menu to appear. These locations vary depending on your theme (e.g., Primary Menu, Secondary Menu)

<figure><img src="/files/5tWIw5wqa1teEKZ0dAh8" alt=""><figcaption></figcaption></figure>

* **Add Menu Items**

1. **Pages:** Select the pages you want to include in the menu.
2. **Custom Links:** Add custom links by entering a URL and link text.
3. **Categories:** Include categories if supported by your theme
4. **Other:** You can also add other items such as posts, custom post types, and more.

* **Arrange Menu Items:** Drag and drop menu items to arrange them in the desired order. To create submenus, simply drag items slightly to the right to indent them under a parent ite
* **Save Your Menu:** Click "Save Menu" to save your changes.


---

# 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://buddhathemes-test.gitbook.io/ogie/header-footer/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.
