Skip to content

Commit 706da90

Browse files
authored
Merge pull request #361 from makeplane/updates-30-10-2025
Doc updates and new features
2 parents 7f055bb + 8e02681 commit 706da90

23 files changed

+275
-85
lines changed

docs/ai/pi-chat.mdx

Lines changed: 81 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
title: Pi chat
2+
title: Plane AI
33
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.
55
---
6-
76
import Tags from "@site/src/components/Tags";
87

98
<div className="tag-wrapper">
@@ -12,15 +11,15 @@ import Tags from "@site/src/components/Tags";
1211
<Tags tags={[{ name: "Business", additionalClass: "business" }]} />
1312
</div>
1413

15-
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.
1615

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.
1817

19-
![Pi chat sidebar](https://media.docs.plane.so/pi-chat/pi-chat-sidebar.webp#hero)
18+
![Plane AI chat sidebar](https://media.docs.plane.so/pi-chat/pi-chat-sidebar.webp#hero)
2019

21-
## What Pi can do today
20+
## What Plane AI can do today
2221

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:
2423

2524
**Search and discovery**
2625
- 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:
4443
- Navigate complex project structures.
4544
- Access step-by-step instructions and how-to guidance.
4645

47-
## What Pi cannot do (yet)
46+
## What Plane AI cannot do (yet)
4847

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:
5049

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.
5650
- ❌ Execute automated task workflows.
5751
- ❌ Handle bulk operations or routine project management tasks.
5852

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
6254

63-
### Access Pi
55+
### Access Plane AI
6456

65-
Pi is accessible from the left sidebar (Pi icon for a dedicated chat interface with recent history) or directly within a projects 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).
6658

67-
![Pi chat project](https://media.docs.plane.so/pi-chat/pi-chat-project.webp#hero)
59+
![Plane AI chat project](https://media.docs.plane.so/pi-chat/pi-chat-project.webp#hero)
6860

6961
### Start a conversation
7062

71-
1. Type your question in the chat input at the bottom of the Pi interface.
72-
2. Pi will process your query and provide a response.
63+
1. Type your question in the chat input at the bottom of the Plane AI interface.
64+
2. Plane AI will process your query and provide a response.
7365
3. You can ask follow-up questions to dive deeper into the results.
7466
4. Use `@mentions` for direct entity reference, for eg., "@WEB-4651 what's the status of this issue?"
7567

76-
![Pi chat mentions](https://media.docs.plane.so/pi-chat/pi-chat-mentions.webp#hero)
68+
![Plane AI chat mentions](https://media.docs.plane.so/pi-chat/pi-chat-mentions.webp#hero)
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+
:::
77109

78110
### Thread organization and management
79111

@@ -94,25 +126,25 @@ Conversational features
94126
Notice the **Focus** selector at the bottom of the chat interface.
95127
- Set your conversation scope to a specific workspace.
96128
- 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.
98130
- Narrow context to individual projects when needed.
99131

100-
### Pi's reasoning and responses
132+
### Plane AI's reasoning and responses
101133

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.
106138

107-
Pi provides structured responses that may include:
139+
Plane AI provides structured responses that may include:
108140
- Direct answers with relevant data from live Plane databases.
109141
- Tables and lists for organized information with complex filtering.
110142
- Links to specific work items and pages with clickable references.
111143
- Explanations of why certain results were included with reasoning.
112144
- Aggregations and analytics that generate insights from project data.
113145
- Relationship mapping showing connections between entities.
114146

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.
116148

117149
### Get better results
118150

@@ -126,7 +158,7 @@ When Pi references work items, it will show you the title and provide clickable
126158
- "Find documentation about setting up webhooks"
127159

128160
**Ask follow-up questions**
129-
- Pi remembers your conversation context
161+
- Plane AI remembers your conversation context
130162
- Build on previous queries: "Now show me only the ones assigned to Sarah"
131163
- Ask for different formats: "Can you show this as a summary instead?"
132164

@@ -153,61 +185,61 @@ Based on the interface, here are some example questions you might ask:
153185

154186
- **Recent chats**: Access your conversation history from the **Recents** section in the sidebar.
155187
- **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
157189

158190
### Response interactions
159191

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.
162194
- **Copy**: Copy the response text for use elsewhere.
163195
- **Share**: Share the conversation or specific responses with team members.
164196

165197
## Platform availability
166198

167-
Pi works across all your devices:
199+
Plane AI works across all your devices:
168200

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.
171203
- **Sync across devices**: Your conversation history stays consistent everywhere.
172204

173205
## Privacy and permissions
174206

175-
Pi respects your Plane permissions and workspace boundaries:
207+
Plane AI respects your Plane permissions and workspace boundaries:
176208
- You can only access data you normally have permission to view.
177209
- 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.
179211

180212
## Tips for effective use
181213

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:
183215
1. "Show me recent bugs"
184216
2. "Focus on the ones from the authentication module"
185217
3. "Which of these are assigned to the backend team?"
186218

187-
**Use Pi for discovery**
219+
**Use Plane AI for discovery**
188220
- "What documentation exists about our API?"
189221
- "Find all work items mentioning performance issues"
190222
- "Show me pages related to user onboarding"
191223

192224
**Leverage context awareness**
193-
Pi understands your project structure and relationships:
225+
Plane AI understands your project structure and relationships:
194226
- "What's blocking the login feature work?"
195227
- "Find related issues to PROJ-123"
196228
- "Show me work items similar to this bug report"
197229

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:
199231
- Try rephrasing your question with different terms
200232
- 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?"
202234

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.
204236

205237
## What's coming next
206238

207-
We're actively working on expanding Pi's capabilities:
239+
We're actively working on expanding Plane AI's capabilities:
208240
- **Action execution**: Create and update work items through conversation
209241
- **Advanced workflows**: Automate routine project management tasks
210242
- **Voice interface**: Speak your queries instead of typing
211243
- **Enhanced analytics**: Predictive insights and recommendations
212244

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.

docs/communication-and-collaboration/comments-and-activity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Work item comments
2+
title: Work Item Comments
33
description: Add comments, mention team members, and track activity on work items
44
---
55

docs/communication-and-collaboration/project-updates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Project updates
2+
title: Project Updates
33
description: Share project status and track progress over time
44
---
55

docs/core-concepts/issues/bulk-ops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Bulk operations
2+
title: Bulk Ops
33
hide_title: true
44
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.
55
---

docs/core-concepts/issues/estimates.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Getting started with estimates in your project is quick and easy. Here’s how y
3232

3333
![Enable estimate type](https://media.docs.plane.so/projects/enable-estimate-toggle.webp#hero-tr)
3434

35+
:::info
36+
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.
37+
:::
38+
3539
## Types of estimates
3640

3741
### Points

docs/core-concepts/issues/issue-types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Work item types
2+
title: Work Item Types
33
hide_title: true
44
description: Create specialized work item types in Plane with custom properties, icons, and colors for different teams and workflows to streamline project management.
55
---

docs/core-concepts/issues/states.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Workflow states
2+
title: Workflow States
33
description: Manage work item progress with customizable states in Plane. Organize tasks through backlog, unstarted, started, completed, and cancelled state groups.
44
---
55

docs/core-concepts/issues/time-tracking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Time tracking
2+
title: Time Tracking
33
hide_title: true
44
description: Log hours on work items, view timesheet records, and download comprehensive reports for project time management.
55
---

0 commit comments

Comments
 (0)