# Event Trigger

## Overview

![The Event Trigger Node.](/files/wGwxy23eNhSp65HzR0Sa)

**Event Trigger** is a **Custom Event Node** used for triggering an **Event**, which then activates the corresponding **Custom Event Listener Node**.

The number, type, and default value of the **Input** parameters can be set in the **Event** **Attributes**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type          | Description                                                           |
| ----------------- | ------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**     | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Parameter [n]`   | **Drop-down** | `Parameter` that will be passed on to the **Listener** **Node**.      |

## See Also

* [**Custom**](/incari-studio/toolbox/events/custom.md)
* [**Event Listener**](/incari-studio/toolbox/events/custom/event-listener.md)


---

# 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://docs.incari.com/incari-studio/toolbox/events/custom/event-trigger.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.
