Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions docs/core-concepts/issues/plane-query-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Filter work items using text-based queries with Plane Query Languag

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

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

## Use the PQL editor

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

![PQL autocomplete](https://media.docs.plane.so/work-items/pql-autocomplete.webp#hero)

This guided experience lets you construct queries without memorizing syntax.

## Query structure
Expand Down
18 changes: 17 additions & 1 deletion docs/core-concepts/pages/editor-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,23 @@ 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.

## Work item embed <Badge type="info" text="Pro" />
## AI block <Badge type="info" text="Pro" />

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.


## Work item <Badge type="info" text="Pro" />

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

Expand Down
Loading