For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
HomeDocsAPI ReferenceMCP ServerChat SDKsRelease Notes
  • Welcome
    • Getting started
    • Key concepts
    • Dashboard navigation
    • Agent logic
    • Improvement tactics
  • Knowledge
    • Content ingestion
    • Article management
  • Automation
    • Actions
    • Processes
      • Process management
        • Action blocks
        • Text block
        • Link block
        • Scheduled block
        • Conditional block
        • Handoff block
        • List Option block
        • Set Variable block
        • Instruction block
    • Playbooks
    • Proactives
    • Greetings
    • Custom Instructions
    • Variables
  • Setup
    • Persona
    • Languages
    • Redactions
  • Handoffs
    • Handoff management
    • Salesforce
    • Zendesk
  • Channels
    • Chat
    • Voice
    • Email
    • Social
    • Third party
  • Optimization
    • Testing
    • Conversations
    • Coaching
Login
LogoLogo
On this page
  • Overview
AutomationProcessesBlocks

Instruction block

Previous

Playbooks

Overview
Next
Built with

Overview

The Instruction block provides additional guidance to your AI Agent about how to help customers. You can coach your AI Agent directly using plain language without having to worry about writing exact phrasing.

For example, if you have an Action that retrieves a list of the customer’s recent order items, you can use the Instruction block to tell your AI Agent to send the customer a list of those items and ask them to confirm which item they’re asking about.

  • Avoid inserting an Instruction block directly before a block that either captures or uses a variable.

    Your AI Agent typically pauses so it can capture information in a variable, or process information in a Conditional block, but it doesn’t pause when it’s gathering information with an Instruction block. Putting an Instruction block before a block with a variable in it might get in the way of the usual pauses for customer inputs and cause odd pacing.

  • If you need to gather information from a customer to run an Action, or evaluate a conditional block, use an auto-capture variable instead.

    For example, if you want to present a list of options to a customer, then gather which option your customer wants to proceed with, use an Instruction block to instruct your AI Agent to present the list of options, then an auto-capture variable to gather the option your customer wants to proceed with.


Have any questions? Contact your Ada team, or email us at help@ada.cx.