# Wait before running another action

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

The "Wait before running another action" action has the ability to wait a predefined amount of time before running the next action / condition in the command / event builder.

## Wait Time

The Wait Time field represents the amount of seconds the bot will wait before running the next block. This field accepts only a plain integer and the max amount of seconds it can wait is 850. [Variables](/custom-commands-and-events/variables.md) can be used as well.

<figure><img src="/files/kBzQNCduevlhuYl2vd2i" 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/actions/other-actions/wait-before-running-another-action.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.
