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

# Update an Anthale Policy Without Breaking Rollout

> Update an Anthale policy without losing control of rollout, guardrail coverage, or runtime enforcement behavior in existing workflows.

This guide covers changes to guardrails, actions, thresholds, or lists for an existing Anthale policy.

## Before you start

* Know which workflow or trust boundary this policy protects.
* Decide which settings need to change before you open the editor.
* Switch to the correct Organization and identify the policy you plan to update.

## Update the policy

<Steps>
  <Step title="Find the policy in the dashboard">
    Open the [Policies page](https://platform.anthale.com/policies) and choose the policy you want to update.
  </Step>

  <Step title="Review the current configuration">
    Check the current guardrails, `input` and `output` path settings, and returned actions so you know exactly what will
    change.
  </Step>

  <Step title="Update the policy settings">
    Update the guardrails, actions, thresholds, lists, or other policy settings that need to change.
  </Step>

  <Step title="Save the changes">Save the updated policy.</Step>
</Steps>

## Verify the update

* Reopen the policy and confirm the edited settings persisted.
* Confirm the changed guardrails, lists, thresholds, or returned actions now match the intended workflow.
* Run a normal integration or policy test before you rely on the updated behavior in production.

## Related pages

For review, runtime behavior, or retirement, see [View policies](/docs/learn/policies/view-policies), [Actions and evaluation flow](/docs/learn/policies/actions-and-evaluation-flow), or [Delete a policy](/docs/learn/policies/delete-a-policy).
