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

# Club Code of Conduct

Welcome to Club. To maintain a premium environment for creators and fans alike, we’ve established a set of rules and etiquette designed to keep our community professional, respectful, and high-vibe.

***

### 1. Respect the Craft

Club is a space for creators to monetize their hard work and for fans to enjoy exclusive content.

* No Leaking: Distribution of creator content outside of the platform is strictly prohibited.
* Support via Tips: If a creator’s post resonates with you, use the Tips feature to show direct appreciation.
* Constructive Interaction: Keep comments and messages focused on the content and the community.

### 2. Professionalism in the DMs

Direct Messaging is a tool for connection, not harassment.

* Keep it Civil: Harassment, hate speech, or bullying in private messages is not tolerated.
* Value the Time: Remember that creators manage many fans; treat the messaging space as a professional interaction.
* Unlock with Intent: Pay-Per-View (PPV) messages are a premium service—engage with them to support the creator's growth.

### 3. Transparency & Security

We believe in a safe ecosystem for your data and your earnings.

* Integrity in Growth: Fans are encouraged to engage authentically; any fraudulent activity or chargeback abuse will result in account suspension.
* Manual Safeguards: For security, certain high-value transactions may undergo manual review to protect the community from fraud.

***

### The Golden Rule: Respect the Hustle, Value the Access

At the heart of Club is a mutual respect between those who create and those who support. Our community thrives when everyone follows one simple principle: Treat this space like the premium environment it is.

***

#### For Our Creators: Lead with Authenticity

Your fans are here for *you*. To maintain the integrity of Club:

* Deliver on the Promise: Provide the exclusive value your fans expect when they subscribe.
* Protect the Community: Use your Creator Dashboard to monitor engagement and keep your space safe and professional.
* Engage with Intent: Use DMs and Post Analytics to understand what your audience loves, ensuring a high-quality experience for your supporters.

#### For Our Fans: Protect the Craft

You are part of an inner circle. To keep Club thriving:

* Keep it Exclusive: Never "leak" or distribute content outside the platform; respect the creator's ownership of their work.
* Interact with Integrity: Whether you are sending a Tip or a Direct Message, keep your interactions respectful and constructive.
* Support the Growth: Remember that every subscription and PPV unlock directly powers the creator’s ability to keep making the content you love.

***

> #### 💡 Pro-Tip
>
> The best connections happen when creators are transparent about their goals and fans are vocal about their support. Use the Comments and Chat features to keep the dialogue going.


---

# 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.club.com/introductions/club-code-of-conduct.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.
