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
HomeDocs
HomeDocs
    • Work with scripted bots
    • Before you begin
    • Build and maintain your bot
      • Work with blocks and apps
        • Build Answers using blocks
        • Serve content using Message blocks
        • Save chatter information using the Capture block
        • Save content in variables using the Set Variable block
        • Target content to chatters using the Conditional block
        • Create selectable menus using the List Option block
        • Serve time-specific content using the Scheduled block
        • Make API requests using the HTTP Request block
        • Calculate values using the Answer Utilities block
        • Format dates using the Answer Utilities block
        • Increment values using the Answer Utilities block
        • Format and validate text using the Answer Utilities block
        • Search for and replace text using the Answer Utilities block
        • Let chatters upload files using the File Upload block
        • Transfer chatters from one Answer to another using the Redirect block
        • Let chatters advance to other Answers with the Quick Replies block
        • Create scrollable menus using the Carousel block
        • Let chatters select dates using the Date Picker app
        • Generate a chat transcript using the Fetch Chat Metadata block
        • Send emails using the Email app
      • Train and manage Answers
      • Create conversations
      • Personalize conversations
      • Change your bot's look and feel
      • Test your bot
      • Manage your bot and your team
      • Understand the settings chatters can control
      • Create phone conversations with Voice
    • Integrate Ada with other tools
    • Use Ada with your website
    • Measure success
Login
LogoLogo
On this page
  • Overview
  • Use the Redirect Block
Build and maintain your botWork with blocks and apps

Transfer chatters from one Answer to another using the Redirect block

Previous

Let chatters advance to other Answers with the Quick Replies block

Next
Built with

Overview

The Redirect block transfers a chatter automatically from one Answer to another without requiring the chatter’s input. Use this feature to provide your customers with a guided experience when navigating the bot.

Though by no means a hard and fast rule, in most cases you’ll find a Redirect block within a Conditional block. This is because you typically only want to transfer chatters to a different Answer under specific circumstances.

Example: Let’s say your customers regularly ask your bot for help solving account login issues, such as resetting a forgotten username or password, or unlocking their account after too many failed login attempts. Using Text blocks with simple instructions, your bot can explain how to reset credentials. But for a locked account, the chatter needs help from your live support team. This is where the Redirect block comes in.

  • Using a List Option block, you ask the chatter to indicate which issue they want help with, and save their selection in a variable.

  • You use a Conditional block with a nested Redirect block to check the variable and determine whether or not they need help unlocking their account.

  • For those with locked accounts, the nested Redirect block transfers them to your live agent handoff Answer.

When redirecting chatters, be careful not to trap them in an infinite loop between the same few Answers.

Use the Redirect Block

  1. On the Ada dashboard, go to Build > Answers and open the Answer where you want to use a Redirect block.

  2. Open the block drawer, then drag and drop the Redirect block into your Answer’s build space. Position the block where you want the redirect to occur within your Answer.

  3. Click the Redirect to Answer drop-down menu, then choose the Answer the Redirect block transfers chatters to.

  4. Click Save.


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