# Configure Triggers

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

### Triggers:

What is a trigger?

* A trigger is a way to initiate an action from your agent
* Ex. Every 30 minutes do Y
* Ex. Whenever someone mentions my bot reply to them

Name & Description

* These are purely for yourself to identify your trigger&#x20;

How Often Should The Trigger Run?

* Specific Minute is used if your trigger is run less than once per hour
* Ex: If you tell your agent to run 1 time per hour and then choose specific minute :05 it will run at 12:05, 1:05, 2:05, 3:05, etc.

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

***

Trigger Function

* This is where you can choose between Tweet, Get Mentions, Or a custom function you built in the configure functions page

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

Once the trigger is created you will be able to enable/disable it as well as edit it.&#x20;

<figure><img src="/files/B12hPrxq09tr4eCsa0xo" 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://docs.build.fun/create-an-agent/getting-started/configure-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.
