> For the complete documentation index, see [llms.txt](https://docs.common.xyz/commonwealth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.common.xyz/commonwealth/community-overview.md).

# Community Setup

- [Custom Domain](https://docs.common.xyz/commonwealth/community-overview/custom-domain.md): Setting up a custom domain averages a 3x increase in participation
- [Admin Capabilities](https://docs.common.xyz/commonwealth/community-overview/capabilities.md)
- [Community Profile](https://docs.common.xyz/commonwealth/community-overview/capabilities/manage-community.md)
- [Stages Explained](https://docs.common.xyz/commonwealth/community-overview/capabilities/manage-community/stages.md)
- [Integrations](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks.md): Integrations tab under Admin Capabilities
- [Directory](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/directory.md)
- [Snapshot](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/snapshot.md)
- [Webhooks](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/webhooks.md)
- [Discord](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/discord.md): Invite our Commonbot to your Discord Server
- [Community Stake](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/enabling-community-stake.md)
- [Terms of Service](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/terms-of-service.md): Add your Community's terms of service within your community
- [Connecting an Existing Token to Your Community](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/connecting-an-existing-token-to-your-community.md)
- [Swaps](https://docs.common.xyz/commonwealth/community-overview/capabilities/webhooks/connecting-an-existing-token-to-your-community/swaps.md)
- [Topics](https://docs.common.xyz/commonwealth/community-overview/capabilities/topics.md)
- [Private Topics](https://docs.common.xyz/commonwealth/community-overview/capabilities/topics/private-topics.md)
- [Private Topic FAQ](https://docs.common.xyz/commonwealth/community-overview/capabilities/topics/private-topic-faq.md)
- [Admin + Moderators](https://docs.common.xyz/commonwealth/community-overview/capabilities/admin-+-moderators.md)
- [Members & Groups](https://docs.common.xyz/commonwealth/community-overview/capabilities/members-and-groups.md): Gating in Common simplifies community social structures and empowers administrators and members.
- [Creating Groups & Gating](https://docs.common.xyz/commonwealth/community-overview/capabilities/members-and-groups/creating-groups-and-gating.md)
- [Manging Groups](https://docs.common.xyz/commonwealth/community-overview/capabilities/members-and-groups/creating-groups-and-gating/manging-groups.md)
- [Viewing Gated Threads](https://docs.common.xyz/commonwealth/community-overview/capabilities/members-and-groups/creating-groups-and-gating/manging-groups/viewing-gated-threads.md)
- [Allowlist](https://docs.common.xyz/commonwealth/community-overview/capabilities/members-and-groups/allowlist.md)
- [Contests](https://docs.common.xyz/commonwealth/community-overview/capabilities/contests.md)
- [Analytics](https://docs.common.xyz/commonwealth/community-overview/capabilities/community-analytics.md)
- [Community Layout](https://docs.common.xyz/commonwealth/community-overview/community-layout.md)
- [Forum](https://docs.common.xyz/commonwealth/community-overview/community-layout/forum.md): The Forum is the heart of every community. Members are able to collaborate, discuss key topics, drive community direction and make key decisions.
- [Side Navigation](https://docs.common.xyz/commonwealth/community-overview/community-layout/side-navigation.md)
- [Community Best Practices](https://docs.common.xyz/commonwealth/community-overview/community-best-practices.md)
- [Using Stages](https://docs.common.xyz/commonwealth/community-overview/community-best-practices/using-stages.md)
- [Organizing Topics & Thresholds](https://docs.common.xyz/commonwealth/community-overview/community-best-practices/organizing-topics-and-thresholds.md)
- [Pinned Posts](https://docs.common.xyz/commonwealth/community-overview/community-best-practices/pinned-posts.md): Pinned posts help orient community members and guide the governance process.


---

# 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.common.xyz/commonwealth/community-overview.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.
