> ## 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.

# Auto Approve Backend • AI Agent SDK

> AutoApproveBackend: Always approves.  Use for bots or trusted unattended environments.

# AutoApproveBackend

> Defined in the [**backends**](../modules/backends) module.

<Badge color="blue">AI Agent</Badge>

Always approves.  Use for bots or trusted unattended environments.

## Methods

<CardGroup cols={2}>
  <Card title="request_approval()" icon="function" href="../functions/AutoApproveBackend-request_approval">
    Instance method.
  </Card>

  <Card title="request_approval_sync()" icon="function" href="../functions/AutoApproveBackend-request_approval_sync">
    Instance method.
  </Card>
</CardGroup>

## Source

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