You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai/pi-chat.mdx
+81-49Lines changed: 81 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
-
title: Pi chat
2
+
title: Plane AI
3
3
hide_title: true
4
-
description: Meet Pi, Plane's AI assistant that helps you find project data, analyze work items, and get insights using natural language queries. Try it today.
4
+
description: Plane AI is your intelligent assistant for finding project data, analyzing work items, and managing tasks using natural language.
5
5
---
6
-
7
6
importTagsfrom"@site/src/components/Tags";
8
7
9
8
<divclassName="tag-wrapper">
@@ -12,15 +11,15 @@ import Tags from "@site/src/components/Tags";
Pi (Plane Intelligence) is an AI assistant that helps you interact with your Plane workspace using natural language. Instead of navigating through menus and filters, you can simply ask Pi questions about your projects, work items, and documentation in plain English.
14
+
Plane AI is an AI assistant that helps you interact with your Plane workspace using natural language. Instead of navigating through menus and filters, you can simply ask Plane AI questions about your projects, work items, and documentation in plain English.
16
15
17
-
Think of Pi as a knowledgeable team member who has instant access to all your project data. You can ask it to find specific issues, analyze project progress, search through documentation, or help you understand complex relationships between work items.
16
+
Think of Plane AI as a knowledgeable team member who has instant access to all your project data. You can ask it to find specific issues, analyze project progress, search through documentation, or help you understand complex relationships between work items.

20
19
21
-
## What Pi can do today
20
+
## What Plane AI can do today
22
21
23
-
Pi excels at finding and analyzing information from your Plane workspace:
22
+
Plane AI excels at finding and analyzing information from your Plane workspace:
24
23
25
24
**Search and discovery**
26
25
- Find work items by describing what you're looking for: "Show me all bugs related to user authentication".
@@ -44,36 +43,69 @@ Pi excels at finding and analyzing information from your Plane workspace:
44
43
- Navigate complex project structures.
45
44
- Access step-by-step instructions and how-to guidance.
46
45
47
-
## What Pi cannot do (yet)
46
+
## What Plane AI cannot do (yet)
48
47
49
-
Pi is currently **read-only**. It cannot perform actions that modify your workspace:
48
+
Plane AI is currently **read-only**. It cannot perform actions that modify your workspace:
50
49
51
-
- ❌ Create new work items, cycles, or modules.
52
-
- ❌ Update existing issues or change their status.
53
-
- ❌ Assign tasks to team members.
54
-
- ❌ Modify project settings or permissions.
55
-
- ❌ Delete any content.
56
50
- ❌ Execute automated task workflows.
57
51
- ❌ Handle bulk operations or routine project management tasks.
58
52
59
-
The Action Executor Agent is in development and will enable these capabilities in future releases.
60
-
61
-
## How to use Pi
53
+
## How to use Plane AI
62
54
63
-
### Access Pi
55
+
### Access Plane AI
64
56
65
-
Pi is accessible from the left sidebar (Pi icon for a dedicated chat interface with recent history) or directly within a project’s Work Items and Cycles pages (Pi icon on the top right to start a new chat in a side panel without leaving your view).
57
+
Plane AI is accessible from the left sidebar (AI icon for a dedicated chat interface with recent history) or directly within a project's Work Items and Cycles pages (AI icon on the top right to start a new chat in a side panel without leaving your view).

69
+
70
+
### Attach files
71
+
72
+
Click the **attachment icon** in the chat input to upload files:
73
+
- Screenshots and images for visual context
74
+
- Documents for reference
75
+
- Error logs or data files for analysis
76
+
77
+
Plane AI can reference attachments in its responses and help you analyze the content.
78
+
79
+
### Use voice input
80
+
81
+
Click the **microphone icon** to speak your query instead of typing. Plane AI transcribes your speech and processes it as a text query, useful for:
82
+
- Quick queries on mobile
83
+
- Complex questions that are faster to speak
84
+
- Hands-free operation
85
+
86
+
### Create items with Plane AI
87
+
88
+
Plane AI can create work items, projects, cycles, and modules through natural language commands.
89
+
90
+
#### Create a work item
91
+
92
+
1. Ensure you have a project selected using the Focus selector.
93
+
2. Type a creation command describing what you want to create:
94
+
```
95
+
Create a bug report for the login page crash
96
+
```
97
+
3. Plane AI processes your request and shows its thinking.
98
+
4. Once completed, the work item is created and you'll see a success confirmation with the work item ID.
99
+
100
+
The newly created work item will include:
101
+
- Automatically generated title based on your description
102
+
- AI-generated description summarizing the issue
103
+
- Appropriate work item type (bug, feature, etc.) inferred from your command
104
+
- Default project properties
105
+
106
+
:::tip
107
+
Be specific in your commands. Include details like priority, assignees, or descriptions to help Plane AI create more complete work items. For example: "Create a high-priority bug for the payment gateway timeout issue and assign it to the backend team."
108
+
:::
77
109
78
110
### Thread organization and management
79
111
@@ -94,25 +126,25 @@ Conversational features
94
126
Notice the **Focus** selector at the bottom of the chat interface.
95
127
- Set your conversation scope to a specific workspace.
96
128
- Switch between different workspaces if you have access to multiple ones.
97
-
- Ensure Pi searches and analyzes data from the right context.
129
+
- Ensure Plane AI searches and analyzes data from the right context.
98
130
- Narrow context to individual projects when needed.
99
131
100
-
### Pi's reasoning and responses
132
+
### Plane AI's reasoning and responses
101
133
102
-
Pi includes a **Show thinking** feature that reveals how it processes your queries.
103
-
- Click **Show thinking** to see Pi's step-by-step reasoning process.
104
-
- Watch as Pi understands your query, plans its approach, and executes database searches.
105
-
- This transparency helps you understand why Pi provides certain results and how to refine your questions.
134
+
Plane AI includes a **Show thinking** feature that reveals how it processes your queries.
135
+
- Click **Show thinking** to see Plane AI's step-by-step reasoning process.
136
+
- Watch as Plane AI understands your query, plans its approach, and executes database searches.
137
+
- This transparency helps you understand why Plane AI provides certain results and how to refine your questions.
106
138
107
-
Pi provides structured responses that may include:
139
+
Plane AI provides structured responses that may include:
108
140
- Direct answers with relevant data from live Plane databases.
109
141
- Tables and lists for organized information with complex filtering.
110
142
- Links to specific work items and pages with clickable references.
111
143
- Explanations of why certain results were included with reasoning.
112
144
- Aggregations and analytics that generate insights from project data.
113
145
- Relationship mapping showing connections between entities.
114
146
115
-
When Pi references work items, it will show you the title and provide clickable links to view them directly in Plane.
147
+
When Plane AI references work items, it will show you the title and provide clickable links to view them directly in Plane.
116
148
117
149
### Get better results
118
150
@@ -126,7 +158,7 @@ When Pi references work items, it will show you the title and provide clickable
126
158
- "Find documentation about setting up webhooks"
127
159
128
160
**Ask follow-up questions**
129
-
-Pi remembers your conversation context
161
+
-Plane AI remembers your conversation context
130
162
- Build on previous queries: "Now show me only the ones assigned to Sarah"
131
163
- Ask for different formats: "Can you show this as a summary instead?"
132
164
@@ -153,61 +185,61 @@ Based on the interface, here are some example questions you might ask:
153
185
154
186
-**Recent chats**: Access your conversation history from the **Recents** section in the sidebar.
155
187
-**New conversations**: Click "New chat" to start fresh when switching topics.
156
-
-**Contextual help**: Pi will suggest relevant follow-up questions based on your queries
188
+
-**Contextual help**: Plane AI will suggest relevant follow-up questions based on your queries
157
189
158
190
### Response interactions
159
191
160
-
At the bottom of each Pi response, you'll find:
161
-
-**Thumbs up/down**: Rate the helpfulness of Pi's response.
192
+
At the bottom of each Plane AI response, you'll find:
193
+
-**Thumbs up/down**: Rate the helpfulness of Plane AI's response.
162
194
-**Copy**: Copy the response text for use elsewhere.
163
195
-**Share**: Share the conversation or specific responses with team members.
164
196
165
197
## Platform availability
166
198
167
-
Pi works across all your devices:
199
+
Plane AI works across all your devices:
168
200
169
-
-**Web interface**: Access Pi directly within your Plane workspace.
170
-
-**Mobile apps**: Native iOS and Android apps with full Pi functionality.
201
+
-**Web interface**: Access Plane AI directly within your Plane workspace.
202
+
-**Mobile apps**: Native iOS and Android apps with full Plane AI functionality.
171
203
-**Sync across devices**: Your conversation history stays consistent everywhere.
172
204
173
205
## Privacy and permissions
174
206
175
-
Pi respects your Plane permissions and workspace boundaries:
207
+
Plane AI respects your Plane permissions and workspace boundaries:
176
208
- You can only access data you normally have permission to view.
177
209
- Conversations are scoped to your current workspace.
178
-
-Pi cannot see or access other workspaces you don't belong to.
210
+
-Plane AI cannot see or access other workspaces you don't belong to.
179
211
180
212
## Tips for effective use
181
213
182
-
**Start broad, then narrow down**. Begin with general queries and use Pi's responses to refine your search:
214
+
**Start broad, then narrow down**. Begin with general queries and use Plane AI's responses to refine your search:
183
215
1. "Show me recent bugs"
184
216
2. "Focus on the ones from the authentication module"
185
217
3. "Which of these are assigned to the backend team?"
186
218
187
-
**Use Pi for discovery**
219
+
**Use Plane AI for discovery**
188
220
- "What documentation exists about our API?"
189
221
- "Find all work items mentioning performance issues"
190
222
- "Show me pages related to user onboarding"
191
223
192
224
**Leverage context awareness**
193
-
Pi understands your project structure and relationships:
225
+
Plane AI understands your project structure and relationships:
194
226
- "What's blocking the login feature work?"
195
227
- "Find related issues to PROJ-123"
196
228
- "Show me work items similar to this bug report"
197
229
198
-
If Pi doesn't understand your query or provides unexpected results:
230
+
If Plane AI doesn't understand your query or provides unexpected results:
199
231
- Try rephrasing your question with different terms
200
232
- Be more specific about timeframes, projects, or work item types
201
-
- Ask Pi to explain its reasoning: "Why did you include these results?"
233
+
- Ask Plane AI to explain its reasoning: "Why did you include these results?"
202
234
203
-
Pi is continuously learning and improving. The more you use it, the better it becomes at understanding your team's specific needs and terminology.
235
+
Plane AI is continuously learning and improving. The more you use it, the better it becomes at understanding your team's specific needs and terminology.
204
236
205
237
## What's coming next
206
238
207
-
We're actively working on expanding Pi's capabilities:
239
+
We're actively working on expanding Plane AI's capabilities:
208
240
-**Action execution**: Create and update work items through conversation
-**Voice interface**: Speak your queries instead of typing
211
243
-**Enhanced analytics**: Predictive insights and recommendations
212
244
213
-
Pi represents the future of project management, where natural conversation replaces complex interfaces, and your AI assistant helps you focus on what matters most: building great products.
245
+
Plane AI represents the future of project management, where natural conversation replaces complex interfaces, and your AI assistant helps you focus on what matters most: building great products.
Copy file name to clipboardExpand all lines: docs/core-concepts/issues/bulk-ops.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Bulk operations
2
+
title: Bulk Ops
3
3
hide_title: true
4
4
description: Learn how to save time by updating multiple work items at once in Plane. Change states, priorities, assignees, dates, and more with efficient bulk operations.
Free plan projects support up to 6 custom estimate values. [Upgrade to Pro](https://plane.so/pricing) to add additional estimate values for Points, Categories, and Time-based estimates.
Copy file name to clipboardExpand all lines: docs/core-concepts/issues/issue-types.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Work item types
2
+
title: Work Item Types
3
3
hide_title: true
4
4
description: Create specialized work item types in Plane with custom properties, icons, and colors for different teams and workflows to streamline project management.
Copy file name to clipboardExpand all lines: docs/core-concepts/issues/states.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Workflow states
2
+
title: Workflow States
3
3
description: Manage work item progress with customizable states in Plane. Organize tasks through backlog, unstarted, started, completed, and cancelled state groups.
0 commit comments