Skip to content
Open
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
25 changes: 24 additions & 1 deletion docs/core-concepts/pages/editor-blocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,30 @@ Both modes feature a consistent toolbar with **Save** and **Exit** buttons, maki
Creates visually distinct sections with customizable icons and colors for highlighting warnings, tips , and calls-to-action.

<div className="tag-wrapper">
## Work item embed
## AI block
<Tags
tags={[
{ name: "Pro", link:"https://plane.so/pricing", additionalClass: "pro" }
]}
/>
</div>

Generate or transform content directly within your pages using AI. The AI Block lets you draft new content, summarize existing text, or run custom prompts without leaving the editor.

![AI Block](https://media.docs.plane.so/pages/ai-block.webp#hero)

Type `/ai` to insert an AI Block. The block appears with a prompt input area and a dropdown to select the action type.

### Action types

**Summarize page**
Generates a concise summary of your page content. Useful for creating executive summaries, TL;DRs, or quick overviews of longer documents.

**Custom prompt**
Write your own instructions to generate or transform content. Use this for drafting sections, rewriting text, structuring notes, expanding ideas, or any other AI-assisted writing task.

<div className="tag-wrapper">
## Work item
<Tags tags={[{ name: "Pro", link: "https://plane.so/pricing", additionalClass: "pro" }]} />
</div>

Expand Down