Skip to content

Commit 1036dc0

Browse files
authored
AI block (#414)
1 parent 4f44d4c commit 1036dc0

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

docs/core-concepts/issues/plane-query-language.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Filter work items using text-based queries with Plane Query Languag
77

88
Plane Query Language (PQL) lets you filter work items using text-based queries. Write structured expressions to quickly find exactly what you need.
99

10-
![PQL editor](https://media.docs.plane.so/work-items/pql-editor.webp#hero)
10+
![PQL editor](https://media.docs.plane.so/issues/pql-editor.webp#hero)
1111

1212
## Use the PQL editor
1313

@@ -22,8 +22,6 @@ When you start typing in the PQL field:
2222
3. Then you choose or type **values**
2323
4. Continue building your query using **AND** or **OR**
2424

25-
![PQL autocomplete](https://media.docs.plane.so/work-items/pql-autocomplete.webp#hero)
26-
2725
This guided experience lets you construct queries without memorizing syntax.
2826

2927
## Query structure

docs/core-concepts/pages/editor-blocks.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,23 @@ Both modes feature a consistent toolbar with **Save** and **Exit** buttons, maki
162162

163163
Creates visually distinct sections with customizable icons and colors for highlighting warnings, tips , and calls-to-action.
164164

165-
## Work item embed <Badge type="info" text="Pro" />
165+
## AI block <Badge type="info" text="Pro" />
166+
167+
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.
168+
169+
![AI Block](https://media.docs.plane.so/pages/ai-block.webp#hero)
170+
171+
Type `/ai` to insert an AI Block. The block appears with a prompt input area and a dropdown to select the action type.
172+
173+
### Action types
174+
175+
**Summarize page**
176+
Generates a concise summary of your page content. Useful for creating executive summaries, TL;DRs, or quick overviews of longer documents.
177+
178+
**Custom prompt**
179+
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.

180+
181+
## Work item <Badge type="info" text="Pro" />
166182

167183
References work items directly in the editor to track details and progress.
168184

0 commit comments

Comments
 (0)