# The Clubs App Docs

## What is Clubs App?

Clubs App is a hybrid web2/web3 application made for iOS and Android. It enables users to create "clubs" which track and enforce repetitive actions for its members while collecting a "commitment fee". Once a club's duration has lapsed, all fees are returned to members who have completed the club successfully. Those who are unable to complete their clubs forfeit their commitment fees, which are ultimately split among the remaining, successful members.

### How do I get in?

Currently, Clubs App is in an invitation-only beta state. While the team irons out all of the kinks, we invite anyone to join our waitlist [here](https://clubs.app) to get access to codes as they become available.&#x20;

Every user gets 2 codes to invite their friends. These members also get 2 codes to share at will, though each is consumed upon use.&#x20;

Read on to learn more!

{% content-ref url="clubs" %}
[clubs](https://docs.clubs.app/clubs)
{% endcontent-ref %}

{% content-ref url="challenges" %}
[challenges](https://docs.clubs.app/challenges)
{% endcontent-ref %}

{% content-ref url="broken-reference" %}
[Broken link](https://docs.clubs.app/broken-reference)
{% endcontent-ref %}

{% content-ref url="commitment-fees" %}
[commitment-fees](https://docs.clubs.app/commitment-fees)
{% endcontent-ref %}

{% content-ref url="blockchain-in-clubs-app" %}
[blockchain-in-clubs-app](https://docs.clubs.app/blockchain-in-clubs-app)
{% endcontent-ref %}


---

# Agent Instructions: 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/the-clubs-app-docs.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.
