Greeting management

To make sure your AI Agent makes a good first impression, you have total control over how your AI Agent starts conversations with your customers. You can build your greeting with modular blocks, so you can control the content of the AI Agent’s messaging and the pacing it delivers content with, and customize content based on customers’ needs.

Understand how variables work in greetings

You can create variables to capture or set a piece of information, so you can use the value saved in the variable later. Variables are useful for:

  • Referring to basic pieces of information in a conversation (e.g., get the customer’s name so you can refer back to it later)
  • Customizing content based on metavariables about the customer (e.g,. which country they’re located in)
  • Dynamically collecting information with auto-capture variables (e.g., if you create an auto-capture variable for the customer’s account number, your AI Agent will check to see if it has that information, and if not, it will ask the customer autonomously)

You can use the same variable in other places where you can use blocks in your AI Agent, too - your AI Agent will know not to ask for the same piece of information twice, and if you do want it to ask twice, it’ll know to always use the newest value.

These variables only work within the structured content you create with blocks, and are separate from information that your AI Agent collects for Actions.

As a best practice, when you’re using a variable to repeat a piece of information in text (e.g., if you’re repeating the customer’s name), make sure you set fallback values so that if the variable isn’t set, your AI Agent can still have something to say.

Edit your AI Agent’s greeting

By default, your greeting already contains a few blocks containing some generic content. You can edit that content directly, or you can change your greeting by adding or removing blocks.

  1. On the Ada dashboard, go to Config > AI AGENT > Greeting.

  2. On the Greeting page, edit the blocks that comprise your greeting. You can:

    • Edit the existing content in a block directly
    • Drag additional blocks from the block drawer on the right side of your screen into your greeting, then add content in them
    • Click the Delete icon on a block to remove it

    Depending on the way your AI Agent is configured, the blocks available to you may vary. Click a block name below to learn more:

    BlockDescription
    Text blockDelivers simple text messages to customers. Each block appears as a single chat bubble.
    Link blockAdds links to direct customers to websites, support articles, or communication methods.
    Capture blockPrompts customers for information and saves it as a variable for use in other blocks.
    Set Variable blockAutomatically defines variables that you can use in other blocks.
    Conditional blockTargets specific content to different customers depending on variables associated with them.
    Request blockMakes an API call and saves all or part of the response as a variable.
    List Option blockOffers customers a list of selectable items and saves their selection as a variable.
    Sign In and Sign Out blocksAuthorizes customers by asking them to sign in to their account.
    Fetch Chat Metadata blockAdds the chat transcript and/or customer information from a conversation as variables.
    Email blockHands customers off via email with customizable fields.
    Scheduled blockSets days of the week and time ranges for your AI Agent to deliver different responses.
  1. On the Greeting page, at the bottom of the screen, click Save. Your AI Agent saves your changes.

View and manage previous versions of your greeting

Your AI Agent saves a history of all edits you’ve made to your greeting over the last 30 days. You can revert your changes to your greeting back to any of these saved versions.

  1. On the Ada dashboard, go to Config > AI AGENT > Greeting.
  2. At the top of the Greeting page, you can see when the greeting was last edited. Click that text to open a pane that contains a list of versions of the greeting over the last 30 days. You can click a version to see the greeting at that time.
  3. Optionally, for significant versions, you can add a name and description for future edits. To do this, hover over the version, click the More options button that appears, filling in the Version Title and Description fields as required, then clicking Save.
  4. To revert to a previous version of your greeting, select the version you want to go back to. Then, at the top of the page, click Restore Version. Review your changes to ensure you’re not reverting anything you want to keep, then click Save to save your reverted changes.