> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/goaffpro/affiliate-dashboard/home.md).

# Home

The **Home** tab displays a unique referral link and a coupon code to the affiliate. Below, there is a summary table that gives affiliates a clear overview of their performance and metrics.

<figure><img src="/files/NLSbudozEKamTac147jo" alt=""><figcaption><p>Home Tab</p></figcaption></figure>

### Referral Details

Affiliates can access their referral link, quick share icons, and the option to edit their unique referral code, which appears at the end of their link. Additionally, they can view their coupon code and have the ability to edit the name of their coupon.

<figure><img src="/files/ZIldwPoB7GCKhMpF3RG9" alt=""><figcaption><p>Referral Link &#x26; Coupon Code</p></figcaption></figure>

{% hint style="info" %}
When a customer uses the affiliate's referral link or coupon code to make a purchase in the store, that order will get recorded in the app. The affiliate will earn a commission on that sale.&#x20;
{% endhint %}

### Summary

In the **Summary** table, affiliates can view their referral data such as:

* **Referrals**: unique visits made using the affiliate's referral link.&#x20;
* **Orders**: number of orders referred by the affiliate.&#x20;
* **Conversions**: orders/referrals \* 100&#x20;
* **Sales**: the sales revenue amount referred by the affiliate.&#x20;
* **Earnings**: the commission earned by the affiliate.

<figure><img src="/files/btvFQ1cz9azTmdUINqAA" alt=""><figcaption><p>Summary</p></figcaption></figure>

{% hint style="info" %}
To add widgets and analytics to the affiliate dashboard, you can follow this [guide](/affiliate-portal-customization/advanced-customization/widgets-and-analytics.md).&#x20;
{% 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://docs.goaffpro.com/goaffpro/affiliate-dashboard/home.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.
