# Game Action Task

A Game Action Task is a specific task that can be performed by a Game Action. Each task can have a delay defined in the inspector that will be awaited before the task is executed. You can also create your own custom tasks by implementing the Game Action Task interface. This allows you to create highly customizable tasks that are specific to your game's unique requirements.

<figure><img src="/files/oRclf5LN3D2C8Su9fP1n" alt=""><figcaption><p>Three tasks with a delay of 1 second. Each task will switch the material of a sphere to green. As the Game Action is set to Parallel, all tasks will be executed after 1 second.</p></figcaption></figure>

To add a task to a Game Action, select the Game Action, click ***Add Component->Game Action System->Tasks*** and select a task from the list.


---

# 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://ilumisoft.gitbook.io/documentation/tools/game-action-system/components/game-action-task.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.
