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

# Per-buyer auto-approve tasks

> Enable, disable, and list per-buyer media-buy auto-approve overrides.

A per-buyer auto-approve override opts one trusted buyer into automatic approval
for their media buys while the storefront stays in manual review for everyone else.
See the [overview](/v2/storefront/buyer-auto-approvals/overview) for the semantics —
it is relax-only, media-buy-only, and effective only while `mediaBuyApproval` is
`manual`.

<CardGroup cols={2}>
  <Card title="Set per-buyer auto-approve" href="/v2/storefront/buyer-auto-approvals/tasks/set-buyer-auto-approval" icon="user-check">
    Enable or disable auto-approve for one buyer.
  </Card>

  <Card title="List per-buyer auto-approvals" href="/v2/storefront/buyer-auto-approvals/tasks/list-buyer-auto-approvals" icon="list">
    Read every override on the storefront.
  </Card>
</CardGroup>
