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
- Create work items: "Create a new bug titled 'Login page 404 error' in the Core project".
141
-
- Update statuses: "Move all issues in the Backlog cycle to Todo".
142
-
- Assign users: "Assign all high-priority design tasks to Sarah".
143
-
- Manage projects: "Create a new project called 'Q4 Marketing Push'".
144
-
- Generate cycles and modules: "Start a new cycle named 'Sprint 24' beginning next Monday".
145
-
146
-
Build mode respects your user permissions. You cannot perform actions via Plane AI that you wouldn't be allowed to do manually. Some actions may require explicit authorization to ensure secure access.
138
+
:::warning
139
+
Build mode actions respect your Plane permissions. You can only perform actions you're authorized to do manually. Some operations (like deleting projects or managing workspace features) require admin permissions.
140
+
:::
147
141
148
-
Example commands:
142
+
#### What you can do in Build mode
143
+
144
+
Build mode gives you the ability to create, update, and manage nearly every aspect of your Plane workspace through natural language commands. Here's what Plane AI can do for you:
145
+
146
+
**Work items**
147
+
148
+
Create and manage work items with full control:
149
+
- Create new work items with complete details (title, description, priority, assignees, labels, start/due dates).
150
+
- Update any field on existing work items.
151
+
- Delete work items permanently.
152
+
- Add [relations](/core-concepts/issues/overview#add-relations to work items (blocking, blocked by, relates to, duplicate of, etc.).
153
+
154
+
Add context and collaboration:
155
+
- Add comments to any work item.
156
+
- Edit or delete existing comments.
157
+
- Log time spent on work items.
158
+
- Edit or delete time log entries.
159
+
- Add, edit, or remove external URL references..
160
+
161
+
*Example commands:*
162
+
```
163
+
Create a high-priority bug for login timeout, assign to Sarah, and add label "authentication"
164
+
Update WEB-123 to set priority to urgent and move to In Progress
165
+
Delete all comments on MOB-456 that mention the old API
Create an intake item for the customer feature request about dark mode
271
+
Update intake item INT-45 to high priority
272
+
```
273
+
274
+
**Initiatives**
275
+
276
+
Align work with strategic goals:
277
+
- Create, update, or delete initiatives.
278
+
- Create, update, or delete initiative-specific labels.
279
+
- Attach or remove labels from initiatives.
280
+
- Link or unlink projects to initiatives.
281
+
- Link or unlink epics to initiatives.
282
+
283
+
*Example commands:*
284
+
```
285
+
Create an initiative "Improve Platform Performance"
286
+
Link the Backend Optimization project to the Performance initiative
287
+
Add the "Q4 Priority" label to the User Experience initiative
288
+
```
289
+
290
+
**Teamspaces**
291
+
292
+
Manage teams and collaboration spaces:
293
+
- Create, update, or delete teamspaces.
294
+
- Add or remove members from teamspaces.
295
+
- Add or remove projects from teamspaces.
296
+
- Create, update, or delete sticky notes for brainstorming.
297
+
298
+
*Example commands:*
299
+
```
300
+
Create a teamspace called "Frontend Team"
301
+
Add Sarah and Mike to the Design teamspace
302
+
```
303
+
304
+
**Sticky notes**
305
+
Brainstorm and capture ideas:
306
+
- Create, update, or delete sticky notes.
307
+
308
+
*Example commands:*
309
+
```
310
+
Create sticky notes for today's retrospective ideas
311
+
Update the sticky note about API redesign to include performance concerns
312
+
```
313
+
314
+
**Customer management**
315
+
316
+
Track and manage customer information:
317
+
- Create new customer profiles.
318
+
- Update customer information (name, contact details, revenue, industry).
319
+
- Delete customer records.
320
+
321
+
*Example commands:*
322
+
```
323
+
Create a customer profile for Acme Corp with $50k annual revenue
324
+
Update the contact email for TechStart Inc
325
+
```
326
+
327
+
**Workspace configuration**
328
+
329
+
Control workspace-level features:
330
+
- Enable or disable workspace features (Initiatives, Teamspaces, Customers, Analytics).
331
+
332
+
*Example commands:*
333
+
```
334
+
Enable Initiatives for this workspace
335
+
Disable the Customers feature
336
+
```
149
337
150
-
- "Create a new work item for 'Update API documentation' and assign it to Mike"
151
-
- "Change the priority of issue MOB-12 to Urgent"
152
-
- "Add all authentication-related tasks to the Security module"
338
+
:::tip
339
+
**Be specific with commands** The more details you provide, the better Plane AI can execute your request. Instead of "create a bug", try "create a high-priority bug for the payment gateway timeout, assign to backend team, and add to Sprint 24".
340
+
:::
153
341
154
342
### Attach files
155
343
@@ -309,11 +497,16 @@ If Plane AI doesn't understand your query or provides unexpected results:
309
497
310
498
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.
311
499
312
-
## What's coming next
500
+
Add this section at the very end of the document, after "What's coming next":
501
+
502
+
## Turn off Plane AI for your workspace
503
+
504
+
Workspace admins can disable Plane AI if your organization prefers not to use AI assistance.
505
+
506
+
1. Navigate to **[Workspace Settings](/core-concepts/workspaces/overview#access-workspace-settings)**.
507
+
2. Go to **Plane AI** in the sidebar.
508
+
3. Toggle off **Turn on AI for this workspace**.
313
509
314
-
We're actively working on expanding Plane AI's capabilities:
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.
512
+
Once disabled, Plane AI becomes inaccessible to all workspace members. Conversation history is preserved and restored when re-enabled.
0 commit comments