From the prompt library
- Open the prompt library from Composer
- Click New prompt
- Enter a name, description, tags, and the prompt text
- Optionally attach reference files
- Save
From a chat message
Organization admins can save any user message in the chat thread as a prompt, which is the fastest way to capture a prompt that already worked well.Click the bookmark icon
Click the bookmark icon on the message. The Save prompt drawer opens, pre-filled with the message text and any files that were attached to the chat message.
Only organization admins see the bookmark icon on chat messages. Saved prompts are shared across the organization.
Using a saved prompt
- Open Composer in Word or the web app
- Click the prompts icon or type
/to open the prompt picker - Filter by tag or search by name
- Select the prompt to insert it into the chat input
Filtering by tag
The prompt library supports multi-select tag filtering. Select multiple tags to see prompts matching any of them, or click All to clear the selection.Tips for good saved prompts
- Use a descriptive name so teammates know when to use it
- Add tags so prompts are easy to find
- Include reference files when the prompt depends on specific context (templates, fallback language, etc.)
- See Create Good Saved Prompts for detailed guidance When creating or editing a prompt, click Enhance prompt to have AI improve your prompt text. You can undo the enhancement to restore your original text.
File attachments
You can attach files to a saved prompt. When you or a teammate selects that prompt from the library, the attached files are automatically included in the chat. This is useful for prompts that reference specific templates, precedent documents, or guidelines.Finding and using saved prompts
Open the Prompt Library from Composer to see all your saved prompts. Click any prompt to insert it into the chat along with any attached files.
Editing and deleting prompts
Organization admins can edit or delete saved prompts:- Edit — update the title, text, notes, tags, or file attachments
- Delete — permanently remove a prompt from the library (confirmation required)
Using with playbooks
Saved Prompts work with playbooks:- Add prompts for recurring tasks like clause reviews or risk summaries
- Share across client profiles or deal types
- Keep your team reviewing contracts with the same language and standards
Best practices
- Use actionable titles so teammates know when to use a prompt
- Use tags to categorize prompts (e.g., Review for review workflows, Drafting for document creation)
- Add internal notes to explain when and how to use a prompt
- Attach reference files so they’re always included with the prompt
- Add tone or role guidance (“cooperative negotiation style,” “outside counsel perspective”)
- Refine and overwrite prompts as you learn what works
Prompt syntax
Prompts are written in Markdown format. Markdown provides clear structure that helps the AI understand your intent. You can learn more at the Markdown Guide. Markdown basics:- Section headers using
#symbols - Bulleted lists using
-or* - Numbered lists using
1.,2., etc. - Code blocks using triple backticks
- Links using
[text](url)