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

# Request Review

> Test an Operator Task from request to approval or rejection.

## 1. Set a capability to Review

Choose a low-risk test capability and set its Gateway action to **Review**.

## 2. Send a request

Send a message that causes the Agent to choose that capability. A pending Operator Task should appear.

## 3. Inspect the task

Check the Agent, Channel, request preview, Gateway, capability, input, Workspace, and linked Trace.

## 4. Approve or reject

Approval:

```bash theme={null}
gforge operator tasks approve <task-id> \
  --comment "Test approval completed"
```

Rejection:

```bash theme={null}
gforge operator tasks reject <task-id> \
  --comment "Rejected during the policy test"
```

## 5. Verify the result

After approval, confirm that the reviewed capability runs once. After rejection, confirm that it does not run. In both cases, the Trace should show the decision and final Channel result.

See [Operator Tasks](/governance/approvals) and [Traces](/observability/traces).


## Related topics

- [Operator Review](/concepts/operator-review.md)
- [Governance](/sdk/governance.md)
- [Operator Tasks](/governance/approvals.md)
- [Examples](/examples/index.md)
