---
name: prioritize-approval-queue
description: "Rank your approval queue by due date, amount, and age — not just a flat list."
title: "Prioritize what to approve first"
url: https://agents.ramp.com/playbooks/prioritize-approval-queue
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Prioritize what to approve first

When approvals pile up, order matters. Your agent pulls everything waiting on you across bills, reimbursements, and requests, then ranks by urgency so you clear the highest-risk items first.

## How to run

Identify which runtime you're operating in (Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity). Use the matching section below; ignore the others.

## Claude Desktop

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Claude Desktop ([connector directory](https://claude.ai/directory/61bac03c-3f98-4b3c-affb-1b99533fa82c))

Prioritize everything waiting on my approval in Ramp.

Pull bills, reimbursements, and spend or fund requests in my queue, then rank them by urgency:
1. Due within 3 days or already overdue
2. Amount over $10,000
3. Waiting more than 7 days

For each item show vendor or requester, amount, due date or age, and a one-line summary.
Recommend the order I should work through them. Do not approve anything.
```

## ChatGPT

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in ChatGPT ([app](https://chatgpt.com/apps/ramp/asdk_app_69250fb6281c819195b52a1556b0060c))

Prioritize everything waiting on my approval in Ramp.

Pull bills, reimbursements, and spend or fund requests in my queue, then rank them by urgency:
1. Due within 3 days or already overdue
2. Amount over $10,000
3. Waiting more than 7 days

For each item show vendor or requester, amount, due date or age, and a one-line summary.
Recommend the order I should work through them. Do not approve anything.
```

## Claude Code

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`

Prioritize everything waiting on my approval in Ramp.

Pull bills, reimbursements, and spend or fund requests in my queue, then rank them by urgency:
1. Due within 3 days or already overdue
2. Amount over $10,000
3. Waiting more than 7 days

For each item show vendor or requester, amount, due date or age, and a one-line summary.
Recommend the order I should work through them. Do not approve anything.
```

## Codex

Copy and run this prompt:

```
## Before you run
- Ramp CLI installed: `curl -fsSL https://agents.ramp.com/install.sh | bash`
- Logged in: `ramp auth login`

Prioritize everything waiting on my approval in Ramp.

Pull bills, reimbursements, and spend or fund requests in my queue, then rank them by urgency:
1. Due within 3 days or already overdue
2. Amount over $10,000
3. Waiting more than 7 days

For each item show vendor or requester, amount, due date or age, and a one-line summary.
Recommend the order I should work through them. Do not approve anything.
```

## Perplexity

Copy and run this prompt:

```
## Before you run
- Ramp connector enabled in Perplexity ([connector](https://www.perplexity.ai/computer/connectors?connector=ramp))

Prioritize everything waiting on my approval in Ramp.

Pull bills, reimbursements, and spend or fund requests in my queue, then rank them by urgency:
1. Due within 3 days or already overdue
2. Amount over $10,000
3. Waiting more than 7 days

For each item show vendor or requester, amount, due date or age, and a one-line summary.
Recommend the order I should work through them. Do not approve anything.
```
