---
title: "Build AI-powered editors"
description: "Build AI agents that can read and write documents with the AI Toolkit, or add simple AI features with AI Generation."
canonical_url: "https://tiptap.dev/docs/content-ai/getting-started/overview"
---

# Build AI-powered editors

Build AI agents that can read and write documents with the AI Toolkit, or add simple AI features with AI Generation.

Learn how to build AI-powered editors through guides, API references, and integration examples.

## Get started

Tiptap offers two frontend extensions that integrate directly into your editor.

## Explore use cases

Explore technical implementations for AI-powered editing. Build AI agents with document-editing capabilities like chatbots, inline edits, and proofreading, or add simple AI commands like autocompletion, translation, and summarization.

[View use cases](https://tiptap.dev/docs/content-ai/capabilities/use-cases.md)

## Use your own AI infrastructure

All extensions support custom AI infrastructure where no data is sent to Tiptap:

- **AI Toolkit**: Framework-agnostic. Works with Vercel AI SDK, LangChain, OpenAI SDK, Anthropic SDK, or your own implementation. [Learn more](https://tiptap.dev/docs/content-ai/capabilities/ai-toolkit/overview.md)

- **AI Generation**: Connect your own LLM by overriding the resolver. Alternatively, use Tiptap AI server as middleware to OpenAI (currently supports OpenAI models only). [Learn more](https://tiptap.dev/docs/content-ai/capabilities/generation/custom-llms.md)

**Privacy and security:** When using the Tiptap AI backend with AI Generation, learn how we handle AI data processing and content privacy in our [privacy documentation](https://tiptap.dev/docs/content-ai/resources/privacy.md).

## Legacy extensions

[AI Suggestion](https://tiptap.dev/docs/content-ai/capabilities/suggestion/overview.md), [AI Changes](https://tiptap.dev/docs/content-ai/capabilities/changes/overview.md), and [AI Assistant](https://tiptap.dev/docs/content-ai/capabilities/agent/overview.md) are being deprecated in 2026 and will be replaced by AI Toolkit. These extensions receive no new features and are maintained for existing users only.

**Migrating to AI Toolkit:** The AI Toolkit provides superior capabilities for AI agent workflows. [View migration guides](https://tiptap.dev/docs/content-ai/capabilities/ai-toolkit/advanced-guides/migration-guides.md) to learn how to transition your application.
