> 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/start-earning-with-your-partnered-brand.md).

# Start Earning with Your Partnered Brand

Let’s get you earning! Follow this guide to get started.

#### Get your tracking links

As an affiliate, your first quick step to promoting your partnered brand is *creating a tracking link* to embed in any content you want to promote.

1. From the top navigation bar, select **Discover → My Brands**.
2. Hover over the brand, then select **Copy Link** to copy it to your clipboard.
3. Use it to promote the brand in your content. That's it!

You can also promote specific products, deals, and more. Each brand has different requirements and setup, so note that some of these may not be available for your brand.

* Find [products you can promote](/partner/what-would-you-like-to-learn-about/platform-features/marketing-content/product-promotions/promote-a-product-from-the-product-marketplace.md) in the Product Marketplace.
* Check out different [brand assets](/partner/what-would-you-like-to-learn-about/platform-features/marketing-content/brand-assets/asset-types-explained-for-partners.md), like ads, images, or videos, that you can include.
* Learn about [deals and promotions](/partner/what-would-you-like-to-learn-about/platform-features/marketing-content/deals/view-and-manage-deals-as-a-partner.md) the brand is running.

#### Set up your payment details

When you’ve earned at least $10 USD, the account’s balance can be withdrawn to the [bank account](/partner/what-would-you-like-to-learn-about/platform-features/finance/payments-withdrawals-and-balance/withdraw-funds-to-your-bank-account.md) or [PayPal account](/partner/what-would-you-like-to-learn-about/platform-features/finance/payments-withdrawals-and-balance/withdraw-funds-to-your-paypal-account.md) selected in your settings. Choose [how often you’re paid](/partner/what-would-you-like-to-learn-about/platform-features/finance/payments-withdrawals-and-balance/select-how-often-you-get-paid-as-a-partner.md):

* When your balance reaches a certain amount.
* On the same date every month.

All set—now you're ready to start earning!

{% hint style="info" %}
**Want to take your affiliate game to the next level?** Explore our [Getting Started help docs](/partner/what-would-you-like-to-learn-about/getting-started/readme/im-a-partner/introduction-welcome-to-impactcom-for-partners.md) for more tips and best practices to grow your success.
{% 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/start-earning-with-your-partnered-brand.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.
