# Special product commission

To set up a **Special product commission**, you must go to **Program** > **Edit** and click the **Add product** button under **Special product commission** section.

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

#### **Example**

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

Here are some examples of combinations of **Special product commission** and **Default commission** within the same order:

* If your default commission type is **Percent of sale**:

> *Product A ($30) gives a 20% commission and the default commission is 10%, so when a customer places an order of product A and product B ($100), the commission to be given will be: $30x20% + $100x10% = $16.*

* If your default commission type is **Fixed amount per order**:

> *Product A ($30) gives a 20% commission and the default commission is $15 per order, so when a customer places an order of product A and product B, the commission to be given will be: $30x20% + $15 = $21.*

You can also **sync**, **edit** or **delete** the **Special product commission** by clicking these three **Actions** buttons.

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

{% hint style="warning" %}
In case you select **Specific collections**, please click the **Sync** button to re-sync the collection when new products are added to it on Shopify.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.bixgrow.com/affiliate-program/special-commission-rules/special-product-commission.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
