Reserved Snippets

Reserved Snippets are used by the Cast player. Like Snippets, they let you personalize content, narration, and visuals—but they have special purposes tied to project settings and built-in player features.

All Reserved Snippets (Reference Table)

Snippet Name Purpose Where to Edit
reserved_cast_agent_persona Cast agent persona used in AMA greetings (e.g. “your CSM”) Project Settings → AMA Agent Personas
reserved_feedback_agent_persona Feedback agent persona used when collecting feedback Project Settings → AMA Agent Personas
reserved_feedback_product_name Product or service name shown in feedback flows Project Settings → AMA Agent Personas
reserved_feedback_type Feedback type (e.g. NPS, survey type) Project Settings → Feedback Settings
reserved_female_agent_name Female agent name for AMA and feedback Project Settings → AMA Agent Personas
reserved_male_agent_name Male agent name for AMA and feedback Project Settings → AMA Agent Personas
reserved_url_slug Custom slug to personalize cast/website URLs Project Settings → URL Slug
reserved_goto_first_narration Narration played when navigating back to home Project Settings → Default Narrations, or Reserved Snippets tab
reserved_ama_questions Default AMA questions for the presentation (JSON array) Reserved Snippets tab (create from “Not Created”)

Finding the Reserved Snippets Tab

In the left navigation, expand Variables to access Contact Variables, Fields, Snippets, and Reserved Snippets. Click Reserved Snippets to manage reserved snippets.

Reserved Snippets tab

Creating a Reserved Snippet

Option 1: Add a new reserved snippet manually

  1. Click Add new reserved snippet.
  2. Enter a name that starts with reserved_ (e.g. reserved_custom_greeting).
  3. Add your Liquid content and save.

Option 2: Create from the “Not Created” list

Some reserved snippets are predefined but not yet added to your cast. They appear in the Not Created section of the sidebar. Click an item to create it with a default value.

Snippet Name Purpose
reserved_ama_questions Default AMA questions for the presentation (JSON array)
reserved_goto_first_narration Narration text when going back to home navigation

Not Created section in Reserved Snippets sidebar

Settings-Bound Reserved Snippets

Seven reserved snippets are bound to Project Settings. For those, the value is edited in Settings rather than in the snippet editor. In the Reserved Snippets tab, the editor shows Edit in Settings instead of Save/Revert, and the content area is read-only.

Settings-bound snippet with Edit in Settings

Using Reserved Snippets in Narrations

The Insert Liquid button (under narrations) opens a dropdown with four options: Contact Variables, Fields, Snippets, and Reserved Snippets. Select Reserved Snippets to choose and insert a reserved snippet variable.

Steps:

  1. Place your cursor in the narration where the variable should go.
  2. Click Insert Liquid.
  3. Choose Reserved Snippets from the dropdown.
  4. Select the reserved snippet you need (e.g. reserved_male_agent_name).

Usage in Liquid:

{{ reserved_male_agent_name }}
{{ reserved_goto_first_narration }}

Restrictions for Reserved Snippets

  • Naming – Names must start with reserved_ (case-insensitive).
  • Deletion – Delete is not available for reserved snippets.
  • Duplication – Duplicate is not available for reserved snippets.
  • Settings-bound snippets – Content is edited in Project Settings, not in the snippet editor.

This site uses Just the Docs, a documentation theme for Jekyll.