> For the complete documentation index, see [llms.txt](https://docs.build.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.build.fun/create-an-agent/getting-started/configure-triggers.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.build.fun/create-an-agent/getting-started/configure-triggers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
