> For the complete documentation index, see [llms.txt](https://documentation.commudle.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.commudle.com/organizations-umbrella-of-communities/organizations-on-commudle/how-to-host-a-group-of-developer-communities-on-commudle.md).

# How to host a group of developer communities on Commudle

### How to add communities to your organization?

* Click on the Go To Admin Panel Button
* You will be navigated to your Admin Panel page

<figure><img src="/files/JgcdruawHPaXnnEQ2Q7r" alt=""><figcaption></figcaption></figure>

* When you reach the dashboard, you can see the communities section.
* The communities section lets you create new communities and manage them accordingly.

<figure><img src="/files/V1OMxmwXrqhRKCBKWfFQ" alt=""><figcaption></figcaption></figure>

### Managing Communities

* Click on the New Community button and create it.
* You can add a bunch of communities by clicking on the New Community button

{% hint style="info" %}

* You can enable Email Visibility if you want to see the email IDs of the members
* If you turn it off, you will restrict them from downloading the CSV sheet
  {% endhint %}

{% hint style="info" %}
You can enable or disable the Payment Status of different communities using the toggle button.
{% endhint %}

<figure><img src="/files/yCheNOCnFNi5NI6R17tD" alt=""><figcaption></figcaption></figure>

* Click on the dashboard button to go to the dashboard of each community respectively.
* You can check the status of your community by clicking on the Stats button.

### Adding Admin Team

* Go to the left sidebar and click on the Admin Team
* There, you can add a teammate, enter their mail and send them invitations
* You can remove a teammate by clicking on the remove button

<figure><img src="/files/ZlVrAkzqEvrQTdsI7omo" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.commudle.com/organizations-umbrella-of-communities/organizations-on-commudle/how-to-host-a-group-of-developer-communities-on-commudle.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.
