---
name: audit-uncoded-transactions
description: "Company-wide transactions missing coding, memos, or receipts."
title: "Find uncoded transactions"
url: https://agents.ramp.com/playbooks/audit-uncoded-transactions
runtimes: [Claude Desktop, ChatGPT, Claude Code, Codex, Perplexity]
---

# Find uncoded transactions

Close doesn't wait for stragglers. Your agent scans company spend for uncoded or incomplete transactions, groups gaps by type, and prioritizes high-value items that block accounting sync.

## 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))
- Finance admin visibility into company transactions

Find uncoded or incomplete Ramp transactions across the company.

Time window: [REPLACE — e.g. "last 90 days"]

For each gap:
- Transaction count and total amount
- What's missing — tracking category, GL code, memo, or receipt
- Department or owner if available

Group by missing item type. Prioritize high-value uncoded spend over $500.
Read-only — do not edit transactions.
```

## ChatGPT

Copy and run this prompt:

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

Find uncoded or incomplete Ramp transactions across the company.

Time window: [REPLACE — e.g. "last 90 days"]

For each gap:
- Transaction count and total amount
- What's missing — tracking category, GL code, memo, or receipt
- Department or owner if available

Group by missing item type. Prioritize high-value uncoded spend over $500.
Read-only — do not edit transactions.
```

## 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`
- Finance admin visibility into company transactions

Find uncoded or incomplete Ramp transactions across the company.

Time window: [REPLACE — e.g. "last 90 days"]

For each gap:
- Transaction count and total amount
- What's missing — tracking category, GL code, memo, or receipt
- Department or owner if available

Group by missing item type. Prioritize high-value uncoded spend over $500.
Read-only — do not edit transactions.
```

## 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`
- Finance admin visibility into company transactions

Find uncoded or incomplete Ramp transactions across the company.

Time window: [REPLACE — e.g. "last 90 days"]

For each gap:
- Transaction count and total amount
- What's missing — tracking category, GL code, memo, or receipt
- Department or owner if available

Group by missing item type. Prioritize high-value uncoded spend over $500.
Read-only — do not edit transactions.
```

## Perplexity

Copy and run this prompt:

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

Find uncoded or incomplete Ramp transactions across the company.

Time window: [REPLACE — e.g. "last 90 days"]

For each gap:
- Transaction count and total amount
- What's missing — tracking category, GL code, memo, or receipt
- Department or owner if available

Group by missing item type. Prioritize high-value uncoded spend over $500.
Read-only — do not edit transactions.
```
