> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/what-would-you-like-to-learn-about/getting-started/complete-your-application-checklist.md).

# Complete Your Application Checklist

Your application checklist will open once [your account is created](/partner/what-would-you-like-to-learn-about/getting-started/sign-up-after-a-brand-invites-you.md). It is named after the brand that invited you — for example, *Complete Acme's application* — and shows your progress as a percentage alongside an estimated time to finish. The checklist collects the information brands use to understand what kind of partner you are. If you signed up through impact.com rather than a brand's invitation, see [Sign Up as a Partner on impact.com](/partner/what-would-you-like-to-learn-about/getting-started/sign-up-as-a-partner-on-impactcom.md).

{% hint style="warning" %}
**Note:** The brand will only receive your application after you complete every step. The brand won't see anything until the application is completed.
{% endhint %}

## What the checklist covers

| Section                   | Steps                                                                     | Time            |
| ------------------------- | ------------------------------------------------------------------------- | --------------- |
| *Build your profile*      | Categorize your business, connect your channels, personalize your profile | About 4 minutes |
| *Complete brand's survey* | Provide your responses                                                    | About 4 minutes |

The survey section appears only if the brand includes a survey. If a brand invited you to a creator campaign, your checklist is shorter and asks only for your promotional channels.

## Build your profile

{% stepper %}
{% step %}

### Categorize your business

1. The *Tell us about yourself* screen asks what kind of business you run and how you operate. Your answers tell brands what kind of partner you are, so answer as accurately as you can.
2. Select **Next**.

<div data-with-frame="true"><figure><img src="/files/lOStqi2nWn3DQu75pJA8" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Connect your channels

1. On the *Maximize Your Revenue Potential* screen, add at least one channel.

<div data-with-frame="true"><figure><img src="/files/yzQKA7BlkVex9Ae190kP" alt="" width="563"><figcaption></figcaption></figure></div>

{% tabs %}
{% tab title="Social platforms" %}
Select **Instagram**, **TikTok**, **YouTube**, **X**, or **Facebook**, then follow the prompts to authenticate your account.

Authenticated channels strengthen your application, because the brand can see the channel belongs to you.
{% endtab %}

{% tab title="Website or other" %}
Select **Website**, or select ![](/files/KTvaS28gBKXZMVtmkxzp) **\[More]** for another platform.

Enter a name, an optional description, the platform, and the URL, then select **Add**.

To verify a website, see [Connect and Verify a Website](/partner/what-would-you-like-to-learn-about/account-management/account-settings/connect-media-properties/connect-and-verify-a-website.md).
{% endtab %}
{% endtabs %}

2. Your channels appear under *My Channels*. Select **Next**.
   {% endstep %}

{% step %}

### Complete your profile

1. This step appears once you have connected a channel. If you authenticated a social account or verified a website as your first channel, your profile logo and description are generated from it.
2. Review your profile information, edit anything that does not sound like you, and add your own if they are empty. Select **Next**.
   {% endstep %}
   {% endstepper %}

## Complete brand's survey

Not every brand uses a survey. Brands might choose to add a survey when they want more information about you than your profile provides.

On the *Provide your responses* step, answer every question, then select **Next**.

See [Respond to Brand Surveys](/partner/what-would-you-like-to-learn-about/platform-features/working-with-brands/surveys/respond-to-brand-surveys.md) for surveys a brand sends you after you join their program.

<div data-with-frame="true"><figure><img src="/files/qXj6ClohgZIrCD1Tl4gK" alt="" width="563"><figcaption></figcaption></figure></div>

## Finish the checklist

At 100% a *Thank you for signing up* screen will appear, followed by *Thank you for applying* while your application is sent. Your dashboard will open with a status widget for the brand.

{% hint style="info" %}
**Finish later if you need to:** Select *Return to dashboard* at any point. Your checklist stays in your *To Do List* with a **Return to Checklist** button.
{% endhint %}


---

# 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://help.impact.com/partner/what-would-you-like-to-learn-about/getting-started/complete-your-application-checklist.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.
