# Editing Navigation

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

Navigation is a fundamental aspect of structuring a Meeds site. Properly configuring navigation ensures that users can efficiently access relevant content, navigate between sections, and maintain a logical flow throughout the platform. This guide details how administrators can edit and manage site navigation, including adding, removing, and organizing navigation items.

### ▶️ Quick Video Tutorial

{% embed url="<https://youtu.be/fGYaKXRysTg>" %}
Edit navigation of your site
{% endembed %}

### :busts\_in\_silhouette: Who can edit navigation?

* Administrators can edit all platform's navigation
* Space Administrators can only edit navigation of their space

### &#x20;:tools: How to edit navigation?

To modify the site navigation, there are two primary methods:

1. **From Any Page on the Site:**
   * If you have the appropriate permissions, you will see a **"Site Navigation"** icon in the top bar next to the site name. ![](/files/OtSGVIdzcdbU3rrzSavN)
2. **From the Administration Interface:**
   * Click on the **Administration** icon in the top bar (⚙️).
   * In the Administration menu, navigate to **Development > Sites** (see [Customizing Sites](/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites.md)).
   * In the **Navigation** column, find the same **navigation edit icon** ![](/files/noNyfvTljtjtlsiZrUfp)

Clicking the navigation icon opens the **Site Navigation drawer**, where navigation can be edited similarly to the page-level editor.

<figure><img src="/files/kLGzgZq57LShO2cjZq7A" alt=""><figcaption><p>Site Navigation Drawer</p></figcaption></figure>

### 🧭 Navigation Editor&#x20;

From there, you will be able to:

* **Add Item** – Allows you to add a page.
* **Copy Link –** copy the url of the page in the clipboard
* **Edit Layout  –** Edit the layout of the page (see [Editing Page Layout](/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites/editing-navigation/editing-pages.md))
* **Edit Properties** – Modify the page's details.
* **Cut Item / Copy Item** – Move or duplicate navigation items.
* **Permissions** – Manage access rights for the navigation entry.
* **Delete** – Remove the item from the navigation menu.

Additionally you can expand ![](/files/dJqObTF8YFgfxddCAmVp) the drawer to see a full page interface :

<figure><img src="/files/1IifmS8JTwUfCB1tdj6W" alt=""><figcaption><p>Edit Navigation in Expanded mode</p></figcaption></figure>

### 🔗 Adding a Navigation Item

Continue on [Adding a Page](/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites/editing-navigation/adding-a-page.md)

### **🛡️ Permissions**

When selecting the **Permissions** option for a navigation item, a permissions drawer opens, divided into two main sections:

<figure><img src="/files/4wPCvxp9HwaiVSHPM8BG" alt=""><figcaption><p>Navigation Item Permissions</p></figcaption></figure>

#### **1. Who Can Edit This Page?**

This section defines who has the right to **modify the page layout, appearance, and properties**. There are two options:

* **Administrators** – Only global administrators can edit this page.
* **Group Members** – Allows specifying a group that will have editing permissions. When selected, an autocomplete field appears where you can enter the name of a [group](/meeds-guides/admin-guide/manage-users/adding-user-groups.md).

#### **2. Who Can View This Page?**

This section controls who has access to view the page. Options include:

* **Administrators** – Always have access to view all pages (this cannot be deselected).
* **Users** – Authenticated users with an account on the platform.
* **Guests** – Allows [guest users](/meeds-guides/user-guide/administering-a-space/inviting-users-and-guests.md) without an account to view the page.
* **Any** – Grants access to all visitors, even unidentified ones.
* **Group Members** – Allows restricting access to specific [groups](/meeds-guides/admin-guide/manage-users/adding-user-groups.md), with an autocomplete field to select the group.

By configuring these options, administrators can ensure proper access control and visibility management for different types of users.

To modify access permissions:

1. Select the navigation item.
2. Open the **Permissions** tab.
3. Assign visibility settings based on user roles.
4. Click **Save** to enforce the new permissions.


---

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