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

# Clubs

Clubs are groups of people. These groups can be large, small, professional or conversational - any group of any size can be a club. Clubs let users chat, share posts, and most importantly create and join challenges. &#x20;

Clubs contain a collection of challenges that its members can choose to participate in. Depending on the moderation policy of the club creator, other club members are able to propose and create challenges within their respective clubs.  Those challenge creators, separate from the club creator, have moderation domain within their challenges.

### Club Moderation vs. Challenge Moderation

{% hint style="info" %}
As a rule of thumb, club creators are able to moderate their club members' social behavior and challenge creators are able to moderate their fund-related post behavior.&#x20;
{% endhint %}

\
Club creators can always create challenges within their clubs for other members to join while also allowing for members themselves to create their own challenges with their own rules. While club creators typically have control over their members, those in challenges have access to those challenges until completion. This means that challenge creators and club creators have a delineation of power where challenge creators can moderate their challenges separately from the club creators. <br>

### Personal Clubs

Everyone is assigned their own personal club once they start on Clubs App.  Here, you can make private challenges where you work on your own goals - even without other joining in. You can open up your own personal club for friends to join as you see fit, though all challenges and posts are, by default, private.


---

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

```
GET https://docs.clubs.app/clubs.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.
