# Keywords

With "Keyword", your users can easily jump to sub flows by typing in keywords rather than being lost in menus or buttons.

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

1. Go to "Automation" from the sidebar
2. Click "Keywords"
3. Click "+ New Keyword"

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

1. Choose a condition from "is", "contains" or "starts with"
2. Put one or more than one keyword, separated by **only commas**, no space allowed
3. Choose a sub flow to send

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

### Hotword

When bot user answered a question, the normal keywords will be ignored. However, hot words will be checked before validating the user input for question.

### Send text reply

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

Alternatively to only sending a flow, you can use the reply text message option to send a text message either by it's self or with the selected flow.&#x20;

The image below displays when a user types in the word free trial, and also contains a reply text message response also 'Sure lets get you started'

<div align="left"><figure><img src="/files/anjZEmTALyhoD0qda2oX" alt=""><figcaption></figcaption></figure></div>

As you can see, a pre-defined flow has been sent. Also the text message reply.. pretty cool ah!&#x20;

### Default Reply <a href="#default-reply" id="default-reply"></a>

"Default Reply" is sent when the bot doesn't know what to reply. When the active button is off or no sub flow was chosen for "Default Reply", the main flow will be sent.

{% hint style="info" %}
So when you build and test flows, you can reply anything to quickly re-start the conversation.

You can also adjust the frequency to send "Default Reply". Its default value is set to fire "Every Time".
{% endhint %}


---

# 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.rapidbott.com/help-center/bot-automation/keywords.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.
