> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/sales/commissions/creating-commission-rule/managing-sales-commissions.md).

# Managing Sales Commissions

Commission rules are used for calculating and disbursing commissions to sales representatives based on specific criteria. Once you've established your commission rules, the next step is running them to generate commission reports. In this article, we'll explore the process of setting up and running commission rules to effectively manage sales commissions.

### Setting Up Commission Rules

To get started with sales commissions, you will begin by creating the commission rules. These rules determine when and how commissions are earned. You can learn more about creating commission rules in [**Create Commission Rules**](/xoroerp-1/sales/commissions/creating-commission-rule.md).

### Running Commissions

Once you have set up the commission rules, you will then proceed to generate the commission reports based on those rules in a date window.

{% hint style="info" %}
To run commissions, go to *Menu > Sales > Commissions > Commission Reporting > Run Commission*
{% endhint %}

To run a commission, choose a start date and end date range for the report. Once the date has been set, provide a name for the report, choose the report criteria, and the commission rule you want to run. Then, click on "Run Commissions" to generate the report.

### Review Commission Reports

After running the commissions, you can review the generated report to see how much commission has been earned by your sales representatives.

{% hint style="info" %}
To review the commission report, go to *Menu > Sales > Commissions > Commission Reporting > Commission Report Centre*
{% endhint %}

In the commission report centre, you will find all the generated reports. You can open these reports to check the commission earned by the reps.


---

# 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.xorosoft.com/xoroerp-1/sales/commissions/creating-commission-rule/managing-sales-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.
