> For the complete documentation index, see [llms.txt](https://docs.meeds.io/meeds-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeds.io/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites.md).

# Managing Websites

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

In Meeds, a **Site** is a collection of pages that share a unified design, navigation, and access control. Sites allow you to organize content around your organization, events, or working groups, each with its own visual identity and navigation.

***

### 🔧 Accessing Sites Management

To view and manage all sites on your hub:

1. Go to the **Admin Console > Development > Sites**.
2. The interface displays all existing sites, their status, and available actions.

<figure><img src="/files/67mfxuUFBUo8u7Jswa7R" alt=""><figcaption><p><em>List of existing sites in the Meeds admin panel</em></p></figcaption></figure>

***

### ➕ Creating a New Site

To create a new site:

1. Click **Add** in the top right corner.
2. Choose a **template** to start with:
   * Meeds includes default templates.
   * You can also [create and reuse custom templates](/meeds-guides/admin-guide/managing-sites-and-pages/managing-site-templates.md).

<figure><img src="/files/MgQbZA3xFyHrv8oOIFxu" alt="" width="375"><figcaption><p><em>Starting a new site from a predefined template</em></p></figcaption></figure>

Customize the content, layout, and navigation based on your needs.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.meeds.io/meeds-guides/admin-guide/managing-sites-and-pages/managing-websites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
