> 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-3.-after-selection.md).

# Step 3. After Selection

{% hint style="success" %}
This guide explains what to do after you’re selected.
{% endhint %}

{% hint style="info" %}
If you joined via a **Form Event**, you track selection, shipping, and submission from your **ticket page**. See [Form Events](/creator-guide/form-events.md).
{% endhint %}

### Before you start

* Your application status is **Selected**.
* Your shipping address is up to date.

{% hint style="warning" %}
If you need to change your address, update it in your profile first.

Profile changes can require admin review. See [\[Creator\] Managing Your Profile](/reference/creator-managing-your-profile.md).
{% endhint %}

### What you will do

#### Content Campaign

1. Confirm shipping address.
2. Receive the product.
3. Create content that matches requirements.
4. Submit content URLs.

#### Product Gifting

1. Confirm shipping address.
2. Receive the product.

No content submission is required.

### Steps (Content Campaign)

#### 1) Confirm your shipping address

Open your application detail page.

Confirm your shipping address if prompted.

#### 2) Track shipping

Shipping info appears in your application detail.

See [Step 4. Shipping & Tracking](/creator-guide/step-4.-shipping-and-tracking.md).

#### 3) Create your content

Check the event **Requirements** for:

* Platforms
* Hashtags / mentions
* Content guidelines
* Deadline in the **Timeline**

{% hint style="info" %}
Some events require your post to be **Public**.

Follow the event requirements shown on the detail page.
{% endhint %}

#### 4) Submit content URLs

Submit from your **application detail** page.

1. Verify your email (use the email you applied with).
2. Click **Add URL**.
3. Choose the platform.
4. Paste the link.
5. Review and agree to terms.
6. Click **Submit Content**.

Supported platforms:

* Instagram
* TikTok
* YouTube
* Facebook
* Threads

{% hint style="warning" %}
You can’t modify your submission after confirming.

Double-check every URL first.
{% endhint %}

### Steps (Product Gifting)

#### 1) Confirm your shipping address

Same as above.

#### 2) Receive your product

No further action is required in Hypercape.

### Expected result

* Content Campaign: your content submission is accepted and visible in the application detail.
* Product Gifting: shipping progresses to **Delivered**.

### Troubleshooting

* **Email verification fails**: use the exact email you applied with.
* **URL looks wrong**: open it in an incognito window to confirm it loads.
* **Submitted the wrong URL**: contact **<help@hypercape.com>** immediately.

### 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-3.-after-selection.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.
