# Triggers

### Interactive Guide

{% embed url="<https://app.arcade.software/share/euaON6NvuGOuDnWzFiCw>" %}

***

The **Triggers** section allows you to define when the chatbot should appear on the website or mobile screen.&#x20;

Here’s how you can configure it:

* Go to the “Bots” section from the left sidebar.
* Select any website bot
* Select your bot and click on “Settings”.

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

1. **Timing for Desktop Trigger**:
   * Set the delay (in seconds) after which the bot should trigger on the desktop screen.
2. **Timing for Mobile Trigger**:
   * Set the delay (in seconds) after which the bot should trigger on the mobile screen.
3. **Chat Bubble Automatic Opening Behavior**:
   * Choose from the following options using the dropdown:
     * **Always Open After Specified Time**: The bot will trigger automatically based on the timing you’ve set in the fields above.
     * **Automatically After Selected Amount of Time**: If the bot is opened and then closed by the user, it will reopen automatically after the time specified in this field.
     * **Never Open Automatically**: The bot will not open automatically. It will only open if the user clicks on it.
4. **Disable Trigger Toggles**:
   * Use these toggles to disable the bot’s trigger separately for the desktop screen or mobile screen.

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


---

# 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://help.botpenguin.com/bots/website-mobile-app-bot/chatbot-settings/triggers.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.
