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

# Affiliate Admin - Commissions

In **Commission,** you can see the status of all referrals recorded (including *Approved/Denied/Paid or Pending* referrals). Click **Detail** to see more information about each referral.

<figure><img src="/files/fRubpbXPE7KXt1XHDTvH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/afDV4cz1n9yascQbsZ96" alt=""><figcaption></figcaption></figure>

The **Referral details** page provides you with a summary of their referral performance and commission calculation. Here's an overview of the sections:

1. **Referral overview**: Displays the referral ID and status (e.g., Pending, Approved, Denied).
2. **Product information**: Shows details of the product sold, including quantity, sales amount, commission rate, and commission earned.
3. **Additional information**: Includes data such as subtotal, shipping, and tax, which contribute to the final commission calculation.
4. **Total information**: Summarizes the total sales and commission for the referral, including any merchant adjustments.
5. **Conversion details**: Displays the Shopify order ID, conversion date, and tracking type, providing details of the referral's conversion.

<figure><img src="/files/tfoPHErYVmv31bKJH5Qn" alt=""><figcaption></figcaption></figure>


---

# 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.uppromote.com/guide-for-affiliate/affiliate-admin/affiliate-admin-commissions.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.
