> For the complete documentation index, see [llms.txt](https://help.supporthunt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supporthunt.com/action-blocks/trigger.md).

# Trigger

​[**Trigger action block**](https://wotnot.atlassian.net/servicedesk/customer/portal/3/article/1180958763?src=1989667414) acts as a starting point for the bot to initiate the conversation with the visitor. By default, the bot is triggered to appear and initiate the conversation without any condition.

As a business, you may build multiple bots using the no-code bot builder. Now, deciding which bot is to be shown becomes a challenge. This is where the trigger action block comes in, the user can define rules with which a bot needs to be used.

The three ways you can define this rule are,

{% tabs %}
{% tab title="Data Range" %}
If you want the bot to trigger on a specific date or on selected days

<figure><img src="/files/Wzrz2yxlZ2jrhhTtjKEi" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Browser Language" %}
If the visitor has set their browser language to what you have defined&#x20;

<figure><img src="/files/2pmirSp9fGZ5L5W6HTt2" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="URL" %}
If the visitor lands on specific URLs. You can even include/exclude group of URLs

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

**Note:**

* You can include regex expressions on the URL input box.&#x20;
* You can validate query parameters too by enabling the feature
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.supporthunt.com/action-blocks/trigger.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.
