> 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-1.-discover-events.md).

# Step 1. Discover Events

{% hint style="success" %}
This guide shows you how to browse campaigns and find events to apply for.
{% endhint %}

### Before you start

* You’re signed in to your Hypercape Creator account.

{% hint style="info" %}
You can browse events before your profile is fully ready.

But you may need an approved profile to apply. See [\[Creator\] Managing Your Profile](/reference/creator-managing-your-profile.md).
{% endhint %}

### What you will do

1. Open the Events page.
2. Search or filter events.
3. Open event details and check eligibility.

### Steps

#### 1) Open Events

Sign in, then click **Events**.

Events is the main hub for campaigns.

#### 2) Search or filter

* Use the **search bar** to find events by name or brand.
* Filter by status:
  * **All**
  * **Ongoing**
  * **Upcoming**
  * **Ended**

#### 3) Read an event card

Each card typically shows:

* Brand name and logo
* Event title and category
* Event type badge (**Content Campaign** or **Product Gifting**)
* Countdown / remaining time
* Applicants count
* Reward amount (H‑Points)

#### 4) Open event details

Click an event card to see:

* **Description**
* **Requirements** (content campaigns only)
* **Product gifting notice** (product gifting only)
* **Rewards**
* **Products**
* **Timeline**

#### 5) Check eligibility

{% hint style="info" %}
If you match the requirements, you’ll see a green check.

If not, you’ll see what’s missing.
{% endhint %}

### Expected result

You found an event you want to join.

You understand what it requires.

### Tips

* Check the **Timeline** first.
* Read the requirements before you apply.
* Apply early for competitive events.

### Need help?

Email **<help@hypercape.com>**.

Include 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-1.-discover-events.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.
