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

# Request Approval • AI Agent SDK

> request_approval: API reference for AutoApproveBackend.request_approval

# request\_approval

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AutoApproveBackend**](../classes/AutoApproveBackend) class in the [**backends**](../modules/backends) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def request_approval(request: ApprovalRequest) -> ApprovalDecision
```

## Parameters

<ParamField query="request" type="ApprovalRequest" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="ApprovalDecision">
  The result of the operation.
</ResponseField>

## Uses

* `ApprovalDecision`

## Used By

* [`AgentApproval.request_approval_sync`](../functions/AgentApproval-request_approval_sync)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/approval/backends.py#L74">
  `praisonaiagents/approval/backends.py` at line 74
</Card>
