---
app: agent
audience:
  - owner
since: 0.1.8
ui_only: false
agent_actions:
  - tool: app_drafts_list
    permission: auto
    example: which drafts are waiting for me?
  - tool: app_draft_request_revision
    permission: auto
    example: ask Dina to change the quotation to 5 units
  - tool: app_draft_set_status
    permission: auto
    example: mark that quotation as done
agent_examples:
  - what did the agents create in Bakulai today?
  - send the invoice draft back with a note
llm_weight: promote
title: The Review tab
description: Every document your agents wrote in Bakulai — open it, mark it
  done, or send the agent back for a revision.
editUrl: true
head: []
template: doc
sidebar:
  order: 1
  hidden: false
  attrs: {}
pagefind: true
draft: false
---

import { Steps, Aside } from "@astrojs/starlight/components";
import { AgentAsk, Shot } from "@components";

**Who this is for:** an owner who wants one place to see — and approve — what the agents wrote.

Everything an agent creates or changes in Bakulai is a **draft**. The Review tab lists those drafts as they happen: a quotation from a WhatsApp price request, a Lead from a prospect's email, a leave application from a staff message, a journal entry from a receipt photo.

## Steps

<Steps>

1. Open the panel's **Review** tab (the clipboard icon; the TopBar shows a badge with the number of open drafts). Your own desk lists the whole office; an agent's desk lists only its documents. <Shot src="agent/review/review-tab.png" alt="The Review tab with open drafts" />

2. Press the document's name — **Open in Bakulai** — to read it in the ERP. Approve or submit it there; the Review tab never submits.

3. Press **Done** when you have handled it (the row moves under **Done**; **Back to open** brings it back).

4. Press **Ask for revision**, type what should change ("qty 5, ship next Monday") and **Send to …**. The agent receives it as an inbox message, edits the draft, and the row reopens marked **updated**.

</Steps>

## Notifications

New drafts are announced on your phone in batches (Settings → Office → **Escalations to your phone**): when five are waiting, or ten minutes after the first one.

<Aside type="note">
  A document the agent updates again after a revision request comes back as **open** — you see every round.
</Aside>

## Ask your agent

<AgentAsk />

## Limits & safety

- The tab records what agents did; submitting, cancelling and deleting stay in the ERP, under your login.
- Drafts made while the app was closed are still recorded (the agent's tools report them when the app is next open).

## Troubleshooting

- **A draft is missing** — the agent's tool call failed (no draft was made) or it was made by a tool outside Bakulai; open the agent's chat to see what it did.
- **"Ask for revision" says the agent is gone** — the agent was removed; edit the draft yourself in the ERP.

## Related

[How automations work](/agent/automations/how-automations-work/) · [What agents never do](/agent/roles/what-agents-never-do/)