# Rule Cards

Rules cards are a type of logic component that allow you to control the flow of your journeys. Rules cards can be used to create conditional branching, random variation, time delay, or termination of the conversation.

## Go-To Rule Card:

The Go-To rule card acts as a signpost that tells the bot where to move next when a certain keyword is triggered.

{% content-ref url="/pages/NNCzgT0PjsXOSv5hbN2w" %}
[Go-To Card](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards/go-to-card.md)
{% endcontent-ref %}

## A/B Splitter:

Conduct A/B Testing within a chatbot's conversational flow.

{% content-ref url="/pages/BhziLEqQm8xjK8jycdvt" %}
[A/B Splitter](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards/a-b-splitter.md)
{% endcontent-ref %}

## Run-If Card:

The Run-If card checks the user's request and acts accordingly, making the conversation more personalized and relevant to the user's preferences.

{% content-ref url="/pages/wVDz7hKZy1O02IkGZvBd" %}
[Run-If Card](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards/run-if-card.md)
{% endcontent-ref %}

## Time-Delay Card:

Pause your conversational flow for the time being.

{% content-ref url="/pages/5c4JNLGIf5Rql6IuXlgq" %}
[Time Delay Card](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards/time-delay-card.md)
{% endcontent-ref %}

## End Conversation:

Add this card to end the conversation and close the journey.

{% content-ref url="/pages/Qxnilsylq9I65FWgRuVS" %}
[End Conversation](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards/end-conversation.md)
{% endcontent-ref %}


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/rule-cards.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.
