# Site Partners

*Article Topics:* [*NATS Admin*](/getting-started/common-topics/nats-admin.md)*,* [*Sites*](/nats-admin/sites.md)*,* [*Affiliates*](/getting-started/common-topics/affiliates.md)

A Site Partner is an affiliate who gets extra statistics in NATS due to their status. Site Partners also generally receive an allocated percentage of a site's revenue, which can also be configured.&#x20;

## Partners Tab

![](/files/LA5PlPptwaXERUzzNgqs)

The Partners Tab displays all of the Site Partners or affiliates who receive an allocated percentage of a site's revenue.

The Site Partners table displays the following information:

* **Affiliate -** Name of the Affiliate Site Partner.
* **Start Date:** When the revenue-sharing program begins.
* **End Date:** When the revenue-sharing program ends.
* **Percentage:** The percentage of revenues you will give the Site Partner.
* **Expenses:** The percentage of income or profit you want to take out before you calculate your partner's payout. This will be taken from your NET transaction amount.
* **Income/Profit:** Whether you want your Site Partner to be paid from your total income (gross amount) or your total profit (net amount).
* **Flat Adjustment:** A flat amount (in dollars) to add or subtract from the Site Partner for each transaction, allowing you to pay your partner a flat rate for every member they bring.
* **Flat Percentage:** A flat percentage to add or subtract from the Site Partner for each transaction.

The table can be specifically filtered only to display specific site partners as well as show or hide disabled site partners. This can be done by clicking the "Filter" button next to the "Add Site Partner" button.

## Creating a Site Partner

To add a new Site Partner, click the "Add Site Partner" button and you will be redirected to a new page where you may fill out all of the necessary fields to create a new Site Partner.

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

{% hint style="info" %}
**Please Note:**  An Affiliate must have the [Account Type ](/nats-admin/affiliates/affiliate-account-types.md)of **Site Partner** for them to appear as a selectable option.  &#x20;
{% endhint %}

Once you have filled out these fields, click the "Add" button to make your changes take effect. You may  repeat these steps to add multiple Site Partners to the Site.

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

## Payout Calculation

Site partner payout is calculated based on this formula.\
(((T - F - P - (T \* flat\_perc)) - (abs(T - F - P - (T \* flat\_perc)) \* exp)) \* perc) - flat

T - transaction amount\
F - biller fees (if biller fee deduct is set to never, 0)\
P - sum of all payouts (affilaite, referral, account rep, byoa, promotional) (if pay on income, 0)\
exp - expenses percentage\
perc - site partner percentage\
flat - flat adjustment\
flat\_perc - flat percentage adjustment\
abs - absolute value operand

## Example

Transaction amount - $100\
Biller Fees - 10%\
Affiliate payout - $60\
Expenses - 20%\
Flat adjustment - $1\
Percentage - 50%\
Flat percentage - 5%\
deduct biller fees after the affiliate payout

#### On Income

(((100 - 10 - 0 - (100 \* 0.05)) - (abs(100 - 10 - 0 - (100 \* 0.05)) \* .2)) \* .5) - 1 = $33

#### On Profit

(((100 - 10 - 60 - (100 \* 0.05)) - (abs(100 - 10 - 60 - (100 \* 0.05)) \* .2)) \* .5) - 1 = $9

## Related Articles

{% content-ref url="/pages/aKTuzCzbBjGtoBpNtJIW" %}
[Affiliate Account Types](/nats-admin/affiliates/affiliate-account-types.md)
{% endcontent-ref %}

{% content-ref url="/pages/2euvgLrZUbmAu0kDajQy" %}
[Affiliate Overview](/nats-admin/affiliates/affiliate-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/ikeVI3xyk9slnFufaUxI" %}
[Site Overview](/nats-admin/sites/site-management/site-overview.md)
{% endcontent-ref %}


---

# 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.toomuchmedia.com/nats-admin/sites/site-management/site-overview/site-partners.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.
