> 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/sign-up-after-a-brand-invites-you.md).

# Sign Up After a Brand Invites You

When a brand invites you to their program, you sign up on a page that the brand controls. Their logo, cover image, and description appear on it. If the brand has not uploaded their own assets, impact.com default branding appears instead.

Creating your account takes three steps.

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

## Before you start

| What you need                                  | Notes                                      |
| ---------------------------------------------- | ------------------------------------------ |
| The invitation link from the brand             | Sent by email, or shared with you directly |
| An email address, or a Google or Apple account | Determines how you sign in from then on    |
| A mobile number                                | Receives your verification code            |

## Create your account

{% stepper %}
{% step %}

### Accept the brand's terms and choose how to sign up

1. Select the brand's **agreement link**. The contract opens in a separate tab, where you can read the payout details, schedule, qualified activity, and general terms.
2. If the brand uses custom terms, select the additional **PDF link** and review it.
3. Select the ![](/files/PLjxX7jlPWbFrlFVQj5g) **\[Checkbox]** to agree to the brand's terms.

{% hint style="info" %}
**Two agreements apply:** The brand's terms cover your work with that brand. The impact.com Partner Program Agreement covers your use of the platform. You accept the second one in the final step.
{% endhint %}

{% tabs %}
{% tab title="Google or Apple" %}
Select **Continue with Google** or **Continue with Apple**, then follow the prompts to authorize the connection.
{% endtab %}

{% tab title="Email" %}
Select **Continue with Email**, then enter your email address, first name, last name, password, and mobile number.

Select **Continue**.
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Verify your mobile number

1. On the *Verify Your Mobile Number* screen, enter the code you receive.&#x20;
2. Depending on your country, the code arrives by SMS or by email.
3. Select **Continue**. If nothing arrives, select **Resend code**.

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

{% step %}

### Confirm your account details

1. On the *Fill out your account details* screen, your *Country*, *Timezone*, and *Currency* are pre-filled based on your location, and your *Account name* comes from the name you entered. Check each one.
2. Select the checkbox to accept the **Partner Program Agreement.**
3. Set your email preference.
4. Select **Continue**.

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

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

{% hint style="success" icon="circle-info" %}
**Note:** Your currency cannot be changed after you create your account, so make sure it is correct before you continue.
{% endhint %}

| Field            | What to check                                                                                                              |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
| *Account name*   | Your own name if you are an individual, your company name if you are an organization. This name will be seen by the brand. |
| *Country*        | Where you operate                                                                                                          |
| *Timezone*       | Affects the dates on your reports                                                                                          |
| {% endstep %}    |                                                                                                                            |
| {% endstepper %} |                                                                                                                            |

## What happens next

A *Hang tight* screen appears while your account is created. Your [application checklist](/partner/what-would-you-like-to-learn-about/getting-started/complete-your-application-checklist.md) opens next, named after the brand that invited you.

The brand receives your application after you complete every step on it.


---

# 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/sign-up-after-a-brand-invites-you.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.
