# Wait

The **Wait** task is very simple. It tells the AI to remain at its current location for a specific amount of time or until other conditions are met.

![Wait tasks almost always use a duration result and then move onto a new task task within the same behavior](https://2501426749-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MbsB8IAdQC_jVeRoJ70%2F-MjFtjxAc3qinRJUjHPy%2F-MjFuxYxEIAEzUzTvr-T%2Fimage.png?alt=media\&token=16d7452b-f73f-4c0c-a5e9-904b4e3af2e7)

### Task Info

**Min Duration**: Minimum time, in seconds, the AI will Wait.\
**Max Duration**: Maximum time, in seconds, the AI will Wait.


---

# 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://slashin8r.gitbook.io/universal-monster/features/behavior-system/tasks/wait.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.
