Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions contents/docs/settings/approvals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ export const approvalsChangeRequest2Dark = "https://res.cloudinary.com/dmukukwp6

Approvals add a review step before high-impact changes take effect. Use them to prevent accidental rollouts, enforce change management processes, or meet compliance requirements that mandate human review of critical changes.

<CalloutBox icon="IconInfo" title="Availability" type="fyi">

On PostHog Cloud, Approvals requires a [Scale or Enterprise plan](https://posthog.com/pricing). Self-hosted instances have unrestricted access to Approvals.

</CalloutBox>

<ProductScreenshot
imageLight = {approvalsOverviewLight}
imageDark = {approvalsOverviewDark}
Expand Down