> For the complete documentation index, see [llms.txt](https://guide.hypercape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.hypercape.com/creator-guide/step-2.-apply-to-an-event.md).

# Step 2. Apply to an Event

{% hint style="success" %}
This guide walks you through submitting your application to a campaign.
{% endhint %}

{% hint style="info" %}
If you’re applying via a **public form link** (no login), you’re in the **Form Events** flow. Follow [Form Events](/creator-guide/form-events.md) instead.
{% endhint %}

### Before you start

* You found an event you want to join. See [Step 1. Discover Events](/creator-guide/step-1.-discover-events.md).
* The event is accepting applications (usually **Ongoing**).
* You meet the eligibility requirements shown on the event detail page.

### What you will do

1. Open the event detail page.
2. Fill in the application form.
3. Submit your application.
4. Confirm status in **Applications**.

### Steps

#### 1) Click Apply Now

Open the event detail page.

Click **Apply Now**.

{% hint style="info" %}
If the button isn’t available, it usually means one of these:

* You already applied.
* Applications are not open yet.
* Applications are closed.
* Your profile is missing required info.
  {% endhint %}

#### 2) Fill in the application form

Typical fields:

* **Why do you want to join?** (required)
* **Content idea** (required)
* **Social media links** (optional)

#### 3) Click Submit Application

Review carefully, then click **Submit Application**.

{% hint style="warning" %}
You can’t edit an application after submission.

Double-check before you submit.
{% endhint %}

#### 4) Check your application status

Go to **Applications**.

Statuses:

* **Under Review**: the brand is reviewing.
* **Selected**: you were chosen. Next: [Step 3. After Selection](/creator-guide/step-3.-after-selection.md).
* **Not Selected**: you were not chosen.

### Expected result

Your application shows **Under Review** in **Applications**.

### Troubleshooting

* **Apply Now is disabled**: check eligibility and complete your profile. See [\[Creator\] Managing Your Profile](/reference/creator-managing-your-profile.md).
* **Form won’t submit**: confirm required fields are filled.
* **Application not visible**: refresh the Applications list.

### Need help?

Email **<help@hypercape.com>** with the event name and a screenshot.


---

# 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://guide.hypercape.com/creator-guide/step-2.-apply-to-an-event.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.
