Prompts
Create reusable prompt templates you trigger with / in the chat.
Location: Settings → Prompts
Prompts are reusable templates. Type / in the chat to trigger one. Use them for code review, commit messages, meeting notes, anything you type repeatedly.
Create a prompt
Click Add Prompt. Set a prompt name (what you type after /) and the prompt content.
Use ARG anywhere in the content as a placeholder. Whatever you type after the command in chat replaces ARG in the template. You can make the prompt prepend to your message, append to it, or wrap around it. Just place ARG where your input should go.
Example:
Name: review
Content: Review the following code for bugs, security issues, and style. Focus on correctness.
ARG
In chat: /review function add(a, b) { return a + b }. The agent receives the template with your code inserted.
Use a prompt
In the message box, type / followed by the prompt name. A helper shows available prompts. Press Tab or Enter to autocomplete.
No restart needed. Changes take effect immediately.
What's next
- Preconfigs: bundle prompts, tools, and models into agent personalities
- Chat Controls: everything in the chat input area