/ commands.
Sharing validated prompts with your team yields consistent-quality AI responses.
What is a Prompt?
A prompt is a reusable template for the questions or instructions you send to the AI. Instead of typing long instructions every time, invoke them with a single command.Why Use Prompts?
| Benefit | Description |
|---|---|
| Time saving | No need to retype long instructions each time |
| Consistency | Repeatedly produce same-format outputs |
| Team collaboration | Share effective prompts with teammates |
| Quality | Drive better answers with validated prompts |
Prompt List
In Workspace > Prompts, view all prompts.
| Item | Description | Example |
|---|---|---|
| Command | Shortcut used to invoke | /email-draft |
| Title | Prompt name | ”Business Email Draft” |
| Author | User who created the prompt | ”By John Doe” |
Creating a Prompt
Create a new prompt
In Workspace > Prompts, click the + button at the top-right.

| Field | Description | Example |
|---|---|---|
| Command | Shortcut starting with / | email-draft |
| Title | Prompt display name | ”Business Email Draft” |
Set variables (optional)
Use
{{variable_name}} syntax to accept dynamic values.
When using the prompt, real values are substituted at the variable positions.System Variables
The following built-in variables are filled automatically.| Variable | Description |
|---|---|
{{CLIPBOARD}} | Clipboard content |
{{USER_NAME}} | Current user’s name |
{{USER_LANGUAGE}} | User’s language setting |
{{USER_LOCATION}} | User’s location |
{{CURRENT_DATE}} | Today’s date |
{{CURRENT_TIME}} | Current time |
{{CURRENT_DATETIME}} | Current date and time |
{{CURRENT_TIMEZONE}} | Current timezone |
{{CURRENT_WEEKDAY}} | Current day of week |
Set access permissions
Choose the prompt’s sharing scope.
| Option | Description |
|---|---|
| Public | All users can invoke via / command |
| Private | Available only to selected groups or organizational units. If unspecified, only the creator can access |
The Public option is only available to admins or users with the prompt-public permission (
sharing.public_prompts).Using Prompts
Invoke with /
Typing / in the chat input shows an autocomplete list of available prompts.
{{content}} variable, the text after the command is substituted into that variable.
Prompt Examples
- Email Drafting
- Report Writing
- Code Review
- Meeting Notes
- Translation
Command: Usage:
/email-draftPrompt Management
Edit and Clone
- Edit: Click the pencil icon in the prompt list to open the edit page
- Clone: Choose Clone from the prompt menu (⋮) to create a new version
Users with write permission or admins can edit other users’ prompts. If you don’t have permission, Clone to create your own version, then modify.
Export / Import
Export and import prompts as JSON files.- Share prompts with teammates
- Back up and restore
- Move to other environments
Bulk export/import is admin-only. Individual prompt export is available to all users from the prompt menu (⋮).
Delete
Delete prompts no longer needed. The creator, users with write permission, or admins can delete.Tips for Effective Prompts
1. Define a role
1. Define a role
Giving the AI a clear role yields more expert answers.
2. Concrete instructions
2. Concrete instructions
Describe the desired output specifically. State length, tone, and content to include.
3. Specify output format
3. Specify output format
Specifying the format (table, list, markdown) yields consistent results.
4. Provide examples
4. Provide examples
Showing examples of the desired output helps the AI understand format and style precisely.
5. State constraints
5. State constraints
Telling the AI what to avoid prevents undesired output.
Sharing Prompts with the Team
Access Permissions
Set access at prompt creation to specify the sharing scope.| Option | Description |
|---|---|
| Public | All users can invoke via / command |
| Private | Available only to selected groups/organizational units. If unspecified, only the creator can access |
FAQ
Can I use Korean characters in prompt commands?
Can I use Korean characters in prompt commands?
No. Commands only allow lowercase letters, digits, and hyphens (
-). Examples: /email-draft, /code-review, /meeting-notesCan I include files in prompts?
Can I include files in prompts?
The prompt template itself can’t include files, but you can attach files alongside the prompt when using it.
Can I edit someone else's prompts?
Can I edit someone else's prompts?
Only with write permission granted, or as an admin. Without permission, Clone to create your own version, then modify.
Can variables hold long text?
Can variables hold long text?
Yes — there’s no length limit for text input into variables. You can pass an entire document as a variable.
Next Steps
Use Prompts in Agents
Apply validated instructions to an agent’s system prompt
Chat Advanced Features
Use advanced chat features like web search and file attachment
