# Payroll Setup

The **Payroll Setup** page defines how your company compensates users across different departments. This configuration establishes the foundation for all payroll logic applied when inviting users, assigning pay types, and generating earnings reports.

This setup impacts:

* Driver and back-office payroll structures
* Load and commission splits
* Salary vs performance-based compensation
* Default pay rules shown during user creation

***

### What You Can Configure

* **Department Pay Types**\
  Define default pay models for each department (e.g., Dispatch, Accounting, Safety). Choose between Salary, Load %, Revenue %, or hybrid (Base + %).
* **Salary vs Commission Logic**\
  Understand how the system calculates pay from combinations of base salary and percentage earnings.
* **Solo / Team / Combined Setup**\
  Configure how pay is split when more than one driver is assigned to a load.

***

### When to Use

* During initial system setup (via Setup Wizard)
* Before inviting users to ensure pay options are pre-filled correctly
* When changing payroll logic across the company (e.g., switching to % commission models)

***

### Related Sections

* Add or Edit User → Payroll Tab
* Driver Payroll Reports

> ✅ **Tip**: It's recommended to configure this section early to avoid manual overrides later.


---

# 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://rute.gitbook.io/carrier/company/settings/payroll-setup.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.
