# Add Routing Buttons

When your AI bot doesn't have a relevant answer, it will provide a fallback response.&#x20;

You can optionally provide routing buttons along with every fallback response so users have a way to get in touch with you if required.&#x20;

## What are routing buttons?

Routing buttons can be used to **guide users to a specific link** (for eg; to create a ticket or to schedule time) or **a predefined message** (for eg; "Call us at +1 123 456 789 between 9 am and 5 pm") when a fallback response is triggered.

Routing buttons are displayed along with the fallback response you've provided.

{% hint style="info" %}
You can add any number of routing buttons. They will be displayed together.
{% endhint %}

Here's an example of the AI bot responding with a canned response when the user clicks 'Call Us'.

<figure><img src="/files/5JCpL3fxSOGUPqCcpnIg" alt=""><figcaption></figcaption></figure>

## Adding Routing Buttons

To add routing buttons, head to <mark style="color:purple;">**Bots > Manage > Settings > Routing**</mark> and scroll down to the Routing buttons section.

<figure><img src="/files/dFnVVTCnkHMxKJwvAIz1" alt=""><figcaption></figcaption></figure>

Click on 'Enable Routing Buttons' to activate routing buttons.

To add a button, fill in the following fields.

**Route to:** Select the department or routing category. This is for your internal use and will not be displayed to users.

**Button text:** Provide the text for the routing button.

**Action on click:** Select what should happen when a user clicks on the button - whether it should open a link in a new tab or the bot should display a canned response.

**Enter link to open / Enter canned response to show:** If you selected 'Open link', add the link you'd like to direct the user to. If you selected 'Canned Response', add the message you'd like to display.

Click on Save. The routing button will not be displayed when a fallback (I don't know) response is triggered.

To delete a routing button, simply click on the delete icon.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superseek.ai/home/using-superseek/fallback-routing-eur-human-handoff/add-routing-buttons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
