# Adding a Page

{% hint style="info" %}
This page applies to the **Business** and **Enterprise** plans.  [👉 Compare all plans](https://www.meeds.io/pricing)
{% endhint %}

### ▶️ Quick Video Tutorial

{% embed url="<https://youtu.be/w_h_MWuRIA4>" %}

### :busts\_in\_silhouette: Who can add pages?

* Administrators can add pages to any platform's site
* Space Administrators can add pages to their space

### &#x20;:tools: How to add a page?

* Access the [site navigation](/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites/editing-navigation.md)
* From there, decide to add an item
* Choose to add a new page or choose from an existing page
* You also can add a group of pages, or a link

To add a new item to the navigation menu:

1. Click **“Add Item”** in the Navigation Editor.

<figure><img src="/files/J2kLmkTzhOyucZoeEUae" alt=""><figcaption><p>Add navigation Item</p></figcaption></figure>

1. **Name** : name of your menu item, click the translation icon (![](/files/862y7sBY6upzZO4HPaRc))  to localize the name
2. **URL slug** : the trailing part of the url ( inferred automatically from the name, but ⚠️ you can only customize it at creation time)
3. I**tem Type**: Choose the type of item among
   * **New Page** – After filling out the item proeprties form, the page editor will open immediately, allowing you to start creating the new page directly.
   * **Existing Page** – An autocompletion field appears where you can type and select an existing page. A checkbox allows restricting the autocomplete scope to the current site or expanding it to all sites. Additionally, a toggle labeled **"Open in the same tab"** lets you decide whether to open the selected page in a new tab (default is same tab).
   * **External Link** – A field appears prompting users to enter a URL. When users click this menu item, they will be redirected to the specified URL. There is also a toggle option to **open the link in a new tab**.
   * **Group** – No additional options are required. Selecting this type creates a **non-clickable navigation node**, useful for grouping menu items without linking to a page.
4. **Icon** to select a distinctive icon for this item to be displayed in the sidebar (not in the top bar)
5. **Display item in menu** lets ou control wether you want this item to be displayed in the **top bar menu**.
6. (Optional) Set a **visibility schedule**, defining when the item becomes available or when it should be hidden.
7. Click **Save** to apply the changes or **Next** to start [editing your New Page.](/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites/editing-navigation/editing-pages.md)


---

# 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.meeds.io/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites/editing-navigation/adding-a-page.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.
