> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mercurjs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commissions

> Set the fee your marketplace takes on each seller's sales.

> How the marketplace charges commission, and how to override it for specific stores or products.

A commission is the fee your marketplace keeps on every sale. You set one global commission that applies to all sales, and optionally add rules that override it for specific stores, product types, or categories.

You manage commissions from "Settings", then "Commissions". The page has two parts: the "Global Commission" that applies by default, and the "Commission Rules" that override it.

## How-tos

<CardGroup cols={2}>
  <Card title="Edit the global commission" href="/user-guide/admin/commissions/how-tos/edit-the-global-commission">
    Change the default fee applied to every sale.
  </Card>

  <Card title="Create a commission rule" href="/user-guide/admin/commissions/how-tos/create-a-commission-rule">
    Override the global commission for a store, type, or category.
  </Card>

  <Card title="Manage a commission rule" href="/user-guide/admin/commissions/how-tos/manage-a-commission-rule">
    Edit, enable, disable, or delete an existing rule.
  </Card>
</CardGroup>
