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
1. Ensure you have a project selected using the Focus selector.
@@ -120,6 +108,65 @@ The newly created work item will include:
120
108
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."
121
109
:::
122
110
111
+
### Ask and build modes
112
+
Plane AI operates in two distinct modes to balance information retrieval with project management actions: **Ask** mode and **Build** mode. You can switch between these modes using the mode selector at the bottom of the chat interface.
113
+
114
+
#### Ask mode
115
+
Ask mode is designed for answering questions, retrieving information, and finding insights from your Plane workspace. In this mode, Plane AI is read-only—it cannot modify, create, or delete any data.
- 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.
147
+
148
+
Example commands:
149
+
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"
153
+
154
+
### Attach files
155
+
156
+
Click the **attachment icon** in the chat input to upload files:
157
+
- Screenshots and images for visual context
158
+
- Documents for reference
159
+
- Error logs or data files for analysis
160
+
161
+
Plane AI can reference attachments in its responses and help you analyze the content.
162
+
163
+
### Use voice input
164
+
165
+
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:
166
+
- Quick queries on mobile
167
+
- Complex questions that are faster to speak
168
+
- Hands-free operation
169
+
123
170
### Thread organization and management
124
171
125
172
- All conversations are saved and organized in persistent conversation threads.
0 commit comments