AI ConfigPlaybooks
AI Config

Configure AI Playbooks

Define reusable AI behavior playbooks, manage versions, and control channels and tools from the AI Playbooks page in the Autoch.at app.

What AI Playbooks are

AI Playbooks define structured behavior for your assistants across channels. Each playbook packages a persona, tone, goals, constraints, safety rules, channel settings, and model configuration into a reusable configuration you can apply consistently.

Use playbooks when you need repeatable behavior patterns, for example dedicated flows for lead qualification, customer support, or a general assistant.

AI Playbooks live on an authenticated tenant page. Access depends on a playbooksEnabled feature flag and a canAccessPlaybooks permission check, with admins bypassing the flag. If you do not see AI Playbooks in the sidebar, ask an admin to enable the feature.

URL and navigation

The AI Playbooks page is a dedicated screen under AI configuration.

  • Route: /playbooks
  • Sidebar: Listed in the main app sidebar under the AI Config section as AI Playbooks.
  • Access: Requires you to be signed in to a tenant and to pass the canAccessPlaybooks check.

When you open /playbooks, you see the playbooks list on the left and the playbook editor on the right.

Playbooks list and lifecycle

The left-hand panel shows your playbooks in two states: active and archived. Each entry displays:

  • Name of the playbook
  • Status (for example active vs archived)
  • Version label
  • Last updated timestamp

From the list, you can:

  • Select a playbook to open it in the editor
  • Duplicate a playbook to create a starting point based on an existing configuration
  • Archive a playbook to remove it from active use without deleting its history

The main editor panel uses a skeleton loader while data is loading, and shows errors and toast messages if operations fail or succeed.

Main workflows

Configure and manage playbooks through a few repeatable workflows.

Create a new playbook

Open the AI Playbooks page at /playbooks and use the New playbook action.

  • Enter a clear name for the new playbook so you can recognize it later in the list.
  • Choose a template: General Assistant, Lead Qualification, or Customer Support.

The template seeds the Identity, Goals, Tone, and other sections with sensible defaults targeted to that use case. The new playbook appears in the list and opens in the editor as an editable draft.

Edit a playbook and save as draft

With a playbook selected, adjust its behavior in the editor tabs on the right.

  • Work through Identity, Tone, Goals, Constraints, Safety, Channels, Tools, Model, and Context as needed.
  • Use the Save Draft action to persist your changes without affecting the active behavior of that playbook.

After saving, the editor keeps your changes as the current working draft. Success toasts confirm that the draft saved correctly.

Publish a new version

When your draft is ready for use, publish it as a new version.

  • Click Publish New Version.
  • Enter a short changelog description so other admins understand what changed in this version.
  • Confirm the publish action.

Publishing creates a new version entry for this playbook. The newly published version becomes available in the Versions tab for activation and comparison.

Activate a version

Use the Versions tab in the editor to control which version is currently active.

  • In Versions, select a version from the list to view a diff against the currently active version.
  • Review changes across the configuration sections in the diff viewer.
  • Use Load to bring that version into the main editor if you want to inspect or adjust it further.
  • Use Activate to make that version the live configuration used by your assistants.

The active version is clearly labeled so you always know which configuration is in effect.

Archive or duplicate a playbook

From the playbooks list:

  • Use Archive to retire a playbook from active use while keeping its history and versions for reference.
  • Use Duplicate to copy an existing playbook, including its settings, into a new draft you can adjust independently.

Archiving and duplication both trigger toast notifications with success or error states so you can verify the action completed.

Try changes in the playground

Use the Open Playground action from the editor to test how the current configuration behaves.

  • Open Playground while viewing a playbook draft or version.
  • Interact with the assistant using the configured Identity, Tone, Goals, Constraints, and other settings.
  • Adjust the configuration and reopen Playground as needed until responses meet your expectations.

Use the playground before publishing a new version to reduce surprises once the configuration goes live.

Editor sections

The right-hand editor is organized into tabs so you can reason about different parts of behavior separately while still managing a single playbook.

Use Identity to define the base persona and prompt that shape how the assistant sees itself.

  • Describe who the assistant is, who it helps, and how it should introduce itself.
  • Capture any persistent role instructions, such as acting as a sales rep, support agent, or onboarding guide.

Identity is the foundation for downstream behavior; adjust this first when you build a new playbook.

Best practices for admins and advanced users

When you configure AI Playbooks for a tenant, start with templates to move quickly, then refine.

  • Map each playbook to a clear use case, such as a specific team or funnel stage.
  • Keep Identity and Goals tightly aligned; adjust Constraints and Safety before rolling out widely.
  • Use the Playground to validate behavior after any meaningful change, then publish a new version with a descriptive changelog.
  • Prefer duplicating an existing playbook over editing a heavily used one if you are experimenting with major changes.

Use these pages together with AI Playbooks to control end-to-end AI behavior.