> 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/welcome-to-club.md).

# Welcome to Club

We are thrilled to have you here. Whether you’re a creator building a digital empire or a fan looking for exclusive access to the people you admire, you’ve found your new home for authentic connection.

***

### What is Club?

Club is a premier platform built to bridge the gap between creators and their communities. Our mission is to provide a clean, powerful, and intuitive space where content thrives and engagement is rewarded.

* For Members: Discover high-quality content, interact directly with your favorite creators via DMs, and support the work you love.
* For Creators: Take full control of your business with advanced analytics, and robust tools to manage your growing fanbase.

***

### What to Expect

As you settle in, you’ll notice a few things that set us apart:

#### A Seamless Experience

From our streamlined sidebar navigation to our high-speed media vault, every feature is designed to get you where you need to go without the clutter.

#### Transparency & Growth

We believe in empowering our users with data. Creators have access to deep insights into their earnings and audience trends, while fans enjoy a secure and private environment to engage.

#### Community-First Connection

Club isn't just about scrolling; it’s about participating. Use the For You and Following feeds to stay updated, or jump into the Chat tab for a more personal touch.

***

### Ready to Dive In?

* Update your profile: Let the community know who you are.
* Explore your feed: Find your favorite creators or discover someone new.
* Check the Dashboard: If you're a creator, head over to the Creator Dashboard to see your journey begin.


---

# 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/welcome-to-club.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.
