# Revenue Sharing

The **Revenue Sharing** screen lets healthcare facilities set up revenue-sharing details for doctor users. In some facilities, doctor users may receive a commission based on the revenue they generate.

***

### Steps for Setting Up Revenue Sharing for a Doctor User

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

* Open the **Revenue Sharing (Home > Admin > User Setup > Revenue Sharing)** screen.
* Select the respective **Doctor User** in the spread.
* Below the **User Revenue Sharing Details** label, select the **Clinic Branch** from the dropdown menu.
* Under **Percentage Sharing Type**, choose one of the following options to define how revenue will be shared:
  * **Share Against Profit (Sales Price – Cost Price):** Calculates the share based on the profit margin.
  * **Share Against Invoiced Value:** Calculates the share based on the total invoiced amount.
* After selecting the **Sharing Type**, choose the **Mode of Sharing** as either **Percentage (%)** or **Amount**.
  * **Overall Percentage (%):** Applies a single percentage rate to all applicable transactions. Enter the **Percentage** in the provided field.
  * **Item Type Wise Percentage:** Defines percentages for specific item types (e.g Services, Procedures etc). Select the **Item Type** from the drop-down, then enter the applicable **Percentage**. Multiple item types can be added with different values.
  * **Visit Wise Percentage:** Sets percentage values based on visit count. Define the range using the **From** and **To** (for example, Visit Count from 5 to 20) fields, and enter the corresponding **Percentage** for that range. This supports flexible commission structures based on volume.
* Once all relevant fields are completed, select **SAVE** to apply the settings.
* To edit the details, select the doctor user and update the information as needed.
* The report can be viewed on the **Clinic Wise Revenue Sharing** screen **(Home > Reports > Revenue Reports > Clinic Wise Revenue Sharing)** and the **User Wise Revenue Sharing** screen **(Home > Reports > Revenue Reports > User Wise Revenue Sharing)**.

***


---

# 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://unitecare.gitbook.io/uniteemr/master-modules/user-setup/revenue-sharing.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.
