> ## 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.

# Admin Panel

> What marketplace operators do in the Admin Panel, with no technical knowledge required.

The Admin Panel is where you run the marketplace. You approve sellers, set commissions, review the products sellers submit, and configure how the catalog works.

## Areas

<CardGroup cols={2}>
  <Card title="Stores" href="/user-guide/admin/stores">
    Create, approve, and manage seller stores.
  </Card>

  <Card title="Commissions" href="/user-guide/admin/commissions/overview">
    Set the fee your marketplace takes on each sale.
  </Card>

  <Card title="Product Requests" href="/user-guide/admin/product-requests/overview">
    Approve or reject the products and edits sellers submit.
  </Card>

  <Card title="Product Attributes" href="/user-guide/admin/attributes/overview">
    Create the attributes sellers use to describe products.
  </Card>
</CardGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Vendor Panel" href="/user-guide/vendor/overview">
    See the marketplace from a seller's point of view.
  </Card>
</CardGroup>
