# Trigger Sequence

## Overview

A trigger sequence is a set of instructions that the bot follows when a particular event occurs. This event can be a user action, a time-based condition, or any other predefined criterion. The sequence determines how the bot should respond and what actions it should take next.

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

By using trigger sequences, you can create dynamic and responsive bot interactions that cater to user needs and streamline processes. This ensures a more personalized and effective user experience.

## Benefits of Trigger Sequences

**Automation:** Trigger sequences automate various processes, such as categorizing and organizing contacts into sequences, saving time and effort.

**Efficiency:** They streamline contact management tasks, ensuring that contacts are properly sorted for follow-up actions and other relevant processes.


---

# 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.bizmagnets.ai/bot-flows/actions/trigger-sequence.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.
