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

# Configuring multi-level approval policies

> Set up who approves what — and when — using approval groups and custom rules based on amounts, departments, or tags.

***Watch a step-by-step demonstration [here](https://pex.navattic.com/2q70yb9)!***

<Note>
  **At a glance:**

  Create approval groups → create a policy and add rules → enable and go live.
</Note>

## 1. Create approval groups

Before building a policy, organize your approvers into groups that reflect your org — managers, department heads, finance leads, etc. Each group should include one or more users with permission to approve.

<Note>
  **Who can approve:**

  Both admin and cardholder users can participate in approval workflows. Admin users need to have the appropriate approval permissions enabled in addition to belonging to a user group. For cardholder users, simply belonging to the correct user group is enough — no extra permissions required.
</Note>

<Steps>
  <Step>
    Go to **Team Members → Groups** tab.
  </Step>

  <Step>
    Click **Create New Group** and choose **User** as the type.
  </Step>

  <Step>
    Name the group and add the relevant users.
  </Step>

  <Step>
    Click **Create** to save.
  </Step>
</Steps>

<Note>
  **Tip:**

  Users can belong to more than one group — add them wherever they're needed.
</Note>

## 2. Create an approval policy

Once you have at least one group, create a policy and assign it to one or more workflow types (transactions, funding requests, reimbursements, spend rules, or card-unblock requests).

<Steps>
  <Step>
    Navigate to **Business Settings → Approval Policies**.
  </Step>

  <Step>
    Click **Create New Policy**.
  </Step>

  <Step>
    Choose a policy type from the dropdown and give it a name.
  </Step>

  <Step>
    Select which workflow type(s) this policy applies to.
  </Step>

  <Step>
    Add your rules (see the four types below).
  </Step>

  <Step>
    Optionally turn on **Auto-approve** for amounts below your first threshold.
  </Step>

  <Step>
    Optionally turn on **Sequential approval** to enforce a step-by-step approval order.
  </Step>

  <Step>
    Click **Create**, then toggle the policy **Status** to **Active**.
  </Step>
</Steps>

<Note>
  **Note:**

  Creating a policy doesn't affect workflows until you set its status to Active. Only one policy can be active per workflow type at a time.
</Note>

## 3. Choose your policy type

PEX offers four types of approval rules. Pick the one that matches how your organization makes decisions — or combine them with an Advanced policy.

<CardGroup cols={2}>
  <Card title="Threshold (amount-based)" icon="dollar-sign">
    Route approvals based on dollar thresholds. For example: items ≥ \$500 go to Managers, items ≥ \$5,000 go to the CFO.
  </Card>

  <Card title="Department-based" icon="people-group">
    Create departments using user groups, then route approvals based on which department made the purchase.
  </Card>

  <Card title="Tag-based" icon="tag">
    Route approvals by tag values (for example, department or cost center). Available for transaction and reimbursement workflows.
  </Card>

  <Card title="Advanced (combined rules)" icon="sliders">
    Mix threshold, department, and tag rules in a single policy.
  </Card>
</CardGroup>

### Threshold example

* **Rule:** Items ≥ \$30 require approval from *Managers*. Auto-approve is on.
* **Result:** Anything under \$30 is automatically approved. Anything \$30+ goes to Managers.

### Sequential approval example

**Rules (in sequence):**

1. Managers
2. Accounting
3. Controlling
4. CFO (only for items ≥ \$5,000)

**Result:** Each group is notified only after the previous group approves. The CFO step kicks in only for items at or above \$5,000.

### Tag example

* **Rule:** "Finance" tag → *Head of Finance* + *Head of Ops*. "Engineering" tag → *Head of Engineering*.
* **Result:** A split transaction tagged with both "Finance" and "Engineering" requires all three groups to approve.

### Advanced example

**Rules combined:**

* Auto-approve items under \$50.
* "Operational" department → *Head of Operational*.
* "Expense account" tag → *Finance*.
* Items ≥ \$5,000 → *Head of Finance*.

**Result:** An "Operational" department purchase tagged "expense account" for \$3,000 requires approval from both *Head of Operational* and *Finance*.

## 4. Understanding approval statuses

### Transactions

| Status       | Meaning                                       |
| ------------ | --------------------------------------------- |
| Blank        | Missing a receipt or required tags.           |
| Not Reviewed | Ready for review — no approver has acted yet. |
| Approved     | All required groups have approved.            |
| Rejected     | A user has rejected the transaction.          |

### Funding requests

| Status       | Meaning                                       |
| ------------ | --------------------------------------------- |
| Not Reviewed | Still waiting on one or more approval groups. |
| Approved     | All required groups have approved.            |
| Rejected     | The funding request was denied.               |
| Cancelled    | The cardholder withdrew the request.          |

## FAQ

<AccordionGroup>
  <Accordion title="Can I set up sequential (step-by-step) approvals?">
    Yes. Toggle **Set up approvals in sequence** when creating or editing a policy. Each approver group is notified only after the previous group approves.
  </Accordion>

  <Accordion title="Will approvers be notified automatically?">
    Yes — as long as notification preferences are enabled under **My Profile**. Email and push notifications go out at each stage.
  </Accordion>

  <Accordion title="Does a new policy affect older transactions?">
    No. Policies only apply to items that enter "Not Reviewed" status after the policy is activated. If you disable a policy, any pending approvals remain in place.
  </Accordion>

  <Accordion title="Can I have more than one active policy?">
    You can create multiple policies, but only one can be active per workflow type (Transactions, Funding Requests, etc.) at a time.
  </Accordion>

  <Accordion title="How many rules can a policy have?">
    There's no limit. Add as many rules as your organization needs.
  </Accordion>

  <Accordion title="Can I approve on mobile?">
    Yes. Transactions and funding requests can be approved from the PEX mobile app by any user with the right permissions.
  </Accordion>

  <Accordion title="If a second-level approver approves, does the first level still need to?">
    Yes. All required approval levels must sign off for the item to reach "Approved" status, regardless of the order — unless sequential approval is enabled.
  </Accordion>

  <Accordion title="Where can I see approval history?">
    Click into the Transaction details or Funding Request details to view the full approver history.
  </Accordion>
</AccordionGroup>
