---
title: "Track and review AI-generated changes"
description: "Track, review, and accept or reject AI-generated content modifications with visual change highlighting in your Tiptap editor."
canonical_url: "https://tiptap.dev/docs/content-ai/capabilities/changes/overview"
---

# Track and review AI-generated changes

Track, review, and accept or reject AI-generated content modifications with visual change highlighting in your Tiptap editor.

> **Deprecated:**
>
> This extension is being phased out in favor of the AI Toolkit, which offers enhanced capabilities
> and a modernized API. While you can continue using this extension, we recommend exploring the AI
> Toolkit for new implementations.

The AI Changes extension enables you to track, review, and manage content modifications made by AI in your editor. It clearly highlights changes, making it easy to see what has been added or removed.

Combine it with the [AI Generation extension](https://tiptap.dev/docs/content-ai/capabilities/generation/overview.md) to create content and provide your users with a seamless review workflow.

> **Interactive demo:** [AiChanges](https://feature-beta-ai-extensions--tiptap-pro.netlify.app/preview/Extensions/AiChanges)

## AI Changes features

- Integrates seamlessly with our [AI Generation extension](https://tiptap.dev/docs/content-ai/capabilities/generation/text-generation.md) and [AI Agent extension](https://tiptap.dev/docs/examples/experiments/ai-agent.md)
- Supports rich text formatting, including images, links, and mentions
- Enables users to [accept and reject individual changes](https://tiptap.dev/docs/content-ai/capabilities/changes/features/review-changes.md) or make adjustments to generated content
- Provides a [fully customizable UI](https://tiptap.dev/docs/content-ai/capabilities/changes/features/display-changes.md) for displaying changes

> **When to use AI Changes?:**
>
> The AI Changes extension displays changes **after** they are applied to the document. To preview
> changes before they are applied, use the [AI
> Suggestion](https://tiptap.dev/docs/content-ai/capabilities/suggestion/overview.md) extension. Follow the [diff
> view](https://tiptap.dev/docs/content-ai/capabilities/suggestion/features/diff-view.md) guide.

## How it works

The AI Changes extension adapts to your specific text editing workflow. Integrate it in four simple steps:

1. [Install](https://tiptap.dev/docs/content-ai/capabilities/changes/install.md) and [configure](https://tiptap.dev/docs/content-ai/capabilities/changes/configure.md) the extension
2. Edit the editor's content (for example, by inserting AI-generated text)
3. [Display changes](https://tiptap.dev/docs/content-ai/capabilities/changes/features/display-changes.md) in the editor
4. [Review changes](https://tiptap.dev/docs/content-ai/capabilities/changes/features/review-changes.md) made by AI
