> 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/community-dashboard.md).

# Community Admin Dashboard

- [How to begin your journey as an organizer](https://documentation.commudle.com/community-dashboard/how-to-begin-your-journey-as-an-organizer.md)
- [What are the different options in the community admin dashboard](https://documentation.commudle.com/community-dashboard/what-are-the-different-options-in-the-community-admin-dashboard.md)
- [How to add more organizers / leaders](https://documentation.commudle.com/community-dashboard/how-to-add-more-organizers-leaders.md)
- [How to get more members in my community](https://documentation.commudle.com/community-dashboard/how-to-get-more-members-in-my-community.md)
- [How to view community members and their activities](https://documentation.commudle.com/community-dashboard/how-to-view-community-members-and-their-activities.md)
- [Edit Community Details](https://documentation.commudle.com/community-dashboard/community-details.md)
- [Events](https://documentation.commudle.com/community-dashboard/events.md): Events are an important part of a community's engagements. With Commudle you can organize events at any scale from a single dashboard!
- [Community Stats](https://documentation.commudle.com/community-dashboard/community-stats.md): Stats are very important for Community leaders to get an insight into the growth journey of their communities.
- [General Email](https://documentation.commudle.com/community-dashboard/general-email.md): Send an email to all your members
- [How to send images in emails](https://documentation.commudle.com/community-dashboard/general-email/how-to-send-images-in-emails.md)
- [Email Previews](https://documentation.commudle.com/community-dashboard/general-email/email-previews.md)


---

# 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/community-dashboard.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.
