> For the complete documentation index, see [llms.txt](https://docs.spacetree.org/spacetree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spacetree.org/spacetree/proqyz/add-pages-to-the-menu.md).

# Add Pages to the Menu

**Steps to Add Pages to the Menu**

1. **Access the Menus Section:**

   * Log in to your WordPress admin dashboard.
   * Go to **Appearance** > **Menus** from the left-hand menu.
   *

   ```
   <figure><img src="/files/VdavTiAn6oBRLjKeYcG3" alt=""><figcaption></figcaption></figure>
   ```
2. **Select a Menu:**
   * If you already have a menu, select it from the dropdown at the top of the page.
   * If you don't have a menu, click **Create a New Menu**, give it a name (e.g., "Main Menu"), and click **Create Menu**.
3. **Add Pages to the Menu:**

   * In the **Add Menu Items** section, locate the **Pages** panel on the left.
   * Check the boxes next to the **Courses** and **Dashboard** pages you created earlier.
   * Click **Add to Menu**. The pages will appear in the **Menu Structure** on the right.
   *

   ```
   <figure><img src="/files/p33YHWMk9y531MkDrH4f" alt=""><figcaption></figcaption></figure>
   ```
4. **Arrange the Menu Items:**
   * Drag and drop the **Courses** and **Dashboard** menu items to the desired position in your menu.
   * If you want to create a dropdown menu, drag one item slightly to the right under another.
5. **Save the Menu:**
   * Once you've organized the menu, click the **Save Menu** button.
6. **Assign the Menu to a Location:**
   * Scroll down to the **Menu Settings** section.
   * Check the location where you want the menu to appear (e.g., "Primary Menu" or "Header Menu").
   * Click **Save Menu** again to finalize the changes.


---

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

```
GET https://docs.spacetree.org/spacetree/proqyz/add-pages-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.
