# 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="https://1264947844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeblYqV1NZLJShkJyj6m5%2Fuploads%2FF3gPzt6Ev220nHSrmecE%2Fdata.gif?alt=media&#x26;token=274a03c9-d6d6-4e06-ac47-ec24de44c7ef" 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="https://1264947844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeblYqV1NZLJShkJyj6m5%2Fuploads%2FYfuh2H1ZTtlLKtMX9ACe%2FCleanShot%202023-06-06%20at%2016.28.06.gif?alt=media&#x26;token=6b8e99cf-8f39-4ab7-853b-d436f9cfbbd6" 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="https://1264947844-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeblYqV1NZLJShkJyj6m5%2Fuploads%2FNJbJphEhyBVuXaVBtOgf%2FCleanShot%202023-06-06%20at%2016.28.44.gif?alt=media&#x26;token=b092d59b-dee7-4733-9979-19e3c71cda33" 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 %}
