Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Quick Text entry
How-to guide

Setting up Quick Text for agent response templates

Setting up Quick Text is a quick configuration: enable the feature, build the initial library, organize into folders, share with the team. The work pays back within days as agents adopt the snippets.

By Dipojjal Chakrabarti · Founder & Editor, Salesforce DictionaryLast updated May 16, 2026

Setting up Quick Text is a quick configuration: enable the feature, build the initial library, organize into folders, share with the team. The work pays back within days as agents adopt the snippets.

  1. Enable Quick Text

    Setup, Quick Text Settings, Enable Quick Text. Without this flag, the feature does not appear in any text publisher.

  2. Create folders for organization

    Setup, Quick Text, Folders. Create folders by team (Tier 1, Tier 2) or by channel (Email Snippets, Chat Snippets). Set sharing on each folder during creation.

  3. Build the initial library

    Create 10 to 15 high-value snippets covering the most common responses: greeting, hold, resolution, escalation, closing, refund confirmation. Each snippet has a Name, Category, Channel, and Body.

  4. Add merge fields where appropriate

    Use {!Contact.FirstName}, {!Case.CaseNumber}, {!Account.Name} to personalize. Test each snippet against a real case to confirm the merge fields resolve correctly.

  5. Categorize each snippet

    Pick from the Category picklist values: Greeting, Refund, Escalation, Closing, Hold, Follow-up. Add new categories through the picklist field metadata if needed.

  6. Share folders with appropriate teams

    Edit each folder's sharing settings. Grant Read to all agents on shared folders, Read/Write to senior agents on Tier 2 folders.

  7. Pin the Quick Text widget to the Service Console

    Add Quick Text to the Utility Bar in the Service Console app. Agents who do not see the widget will not use the feature.

  8. Communicate the keyboard shortcut

    Tell agents the shortcut explicitly: Ctrl-period on Windows, Cmd-period on Mac. Productivity gains scale with shortcut adoption.

Channelremember

Limits where the snippet appears: Email, Chat, Phone, Knowledge, Internal Post, Messaging. Multi-select supported.

Categoryremember

Admin-defined picklist tag for filtering. Examples: Greeting, Refund, Escalation, Closing.

Bodyremember

The actual snippet text. Supports merge fields, rich text formatting, and HTML in email contexts.

Folderremember

Organizational container with sharing permissions. Required for non-personal snippets.

Keyboard shortcutremember

Configurable in Quick Text Settings. Default Ctrl-period (Windows) / Cmd-period (Mac).

Insert Quick Text macro instructionremember

Macro instruction that auto-inserts a specified snippet. Enables Macro + Quick Text combinations.

Gotchas
  • Quick Text only works in supported text contexts. Custom fields and many custom Lightning components do not surface the picker without explicit integration code.
  • Merge fields resolve at insert time. A snippet that references {!Contact.FirstName} on a case with no Contact resolves to "Hi ," which is unprofessional. Build defensive snippets that work even when context is sparse.
  • Channel restrictions filter the picker. A snippet marked Email only does not appear in chat. Mismatched Channel settings cause "where did my snippet go" support tickets.
  • Folder sharing is the primary access control. A snippet in a folder the agent cannot read does not appear in the picker. Audit folder sharing quarterly.
  • Keyboard shortcuts conflict with browser shortcuts on some operating systems. If Ctrl-period does not work, check whether a browser extension or OS-level binding intercepts it.

See the full Quick Text entry

Quick Text includes the definition, worked example, deep dive, related terms, and a quiz.