# Timed Events

The timed events module allows users to setup events to be triggered on the specified days/times selected. This is super handy for reminders or other important messages that need to be sent every so often.

## Settings

Here you can customise the settings for the module, create new events, edit events and more.

### Timezone

The timezone section allows you to specify the timezone you wish the events to trigger in. By default it will be set to your current timezone on your computer/device.

### Add a new timed event

Below you can see a image of the event creator. Here you can select the trigger time, trigger day, name and type of event.

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

### Event Type

Here you can select between 'Schedule' or 'Interval'. By default it is set to 'Interval'.  Selecting the 'Interval' type will allow you to make the event trigger on a interval (Run events every X amount of seconds, minutes, hours or days. The minimum interval is 10 seconds.) (Green = active Red = Disabled)

Setting this to Schedule will display some new options:

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

Here you can set the event to tigger every X day(s) at X time. Example, run the event every Monday at 12:00:00PM. (Green = active Red = Disabled)

## Active Timed Events

Here you can find all of your created timed events, you will be able to modify each one by clicking on the event.

<figure><img src="/files/I1y5hCVwViRTjQdxu797" 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://documentation.botghost.com/custom-commands-and-events/events/timed-events.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.
