> For the complete documentation index, see [llms.txt](https://docs.streamhq.xyz/stream-product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.streamhq.xyz/stream-product-documentation/product-guides/getting-set-up/stream-creator.md).

# Stream Creator

## Step 1 - Sign up for your Stream account

Head directly to our official web application or go through a referral link to sign up for your stream account. You can use your email or any of the supported social accounts which will automatically generate a non-custodial wallet through [Dynamic's wallet technology](https://www.dynamic.xyz/). <br>

<figure><img src="/files/tKlyyAZU1D21AS9FIBC5" alt=""><figcaption></figcaption></figure>

## Step 2 - Apply to join our Creator program

In our beta launch, stream creators will only be accepted through our waitlist, vetted by the stream team. Criteria for joining as a creator will be lowered in the future as we want to ensure high quality creators during the initial phases of our product. Fill up the creator form after signing up for an account to join the waitlist and the team will reach out via email if your application is successful.

<figure><img src="/files/AWbDSyYWye6pyxcgpJdI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0jv5Jn0SanFO1rvbg4aV" alt=""><figcaption></figcaption></figure>

## Step 3 - Participate as a fan while you wait

You can participate as a fan on Stream (find out more [here](/stream-product-documentation/product-guides/getting-set-up/stream-fan.md)) while you wait for your profile to be reviewed.&#x20;

## Step 4 - Access Creator Dashboard

In our beta launch, we will be supporting X spaces only. Once you have been approved for the Creator Program, you will automatically have access to the Creator dashboard. The dashboard showcases an overview of your progress as a Creator and allows you to manage/execute your streamdrops as well.

<figure><img src="/files/5pvOzYLYofKV2iXcZu58" alt=""><figcaption></figcaption></figure>


---

# 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.streamhq.xyz/stream-product-documentation/product-guides/getting-set-up/stream-creator.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.
