---
title: Feature Flag History
description: Track and manage the history of your feature flags
breadcrumbs: Docs > Feature Flags > Feature Flag History
---

# Feature Flag History

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com, us2.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site.md). ().
{% /alert %}

{% /callout %}

## Overview{% #overview %}

Flag History allows you to track changes and maintain an audit trail of your Datadog feature flags over time. Knowing who changed what can be useful for governance and troubleshooting unexpected behavior in your application. You can view the history of individual flags or access a global view of all flag changes across your organization.

## Individual flag history{% #individual-flag-history %}

When you view an individual feature flag, the **Version history** sidebar section displays all changes made to that specific flag.

- Select an **Environment** tab to view changes in a particular environment.
- Select **View diff** to display a diff view of a specific change.

{% image
   source="https://docs.dd-static.net/images/feature_flags/flag_history.a17e85024d51001f3c3b5b534301006e.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/feature_flags/flag_history.a17e85024d51001f3c3b5b534301006e.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="History panel for a single feature flag" /%}

## Global flag history{% #global-flag-history %}

Navigate to **Feature Flags > [Global Flag History](https://app.datadoghq.com/feature-flags/global-history)** to show all flag changes across your organization in a single view.

- Use the **Environment** filter to view changes in a particular environment or all environments.
- Use the **Feature Flag** filter to view changes for a specific flag.
- Use the date range filter to narrow results to a specific time period.
- Select **See Changes** to display a diff view of a specific change.

{% image
   source="https://docs.dd-static.net/images/feature_flags/flag_history_global.e2a3d14feaa3b60198070869b3e989fb.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/feature_flags/flag_history_global.e2a3d14feaa3b60198070869b3e989fb.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Global flag history view" /%}

## Further reading{% #further-reading %}

- [Getting Started with Feature Flags](https://docs.datadoghq.com/getting_started/feature_flags.md)
- [Learn about Feature Flags](https://docs.datadoghq.com/feature_flags.md)
