# Custom Action

The Custom Action node allows for specialized operations and system integrations.

Features:

* Named actions
* Value passing
* Custom logic integration
* System interaction

<figure><img src="/files/fTX2lKV5nVFh6SW38Yhk" alt=""><figcaption><p>Example of Custom Action node</p></figcaption></figure>

Custom Action can be used to pass events to your website to trigger specific features. Requires adding the handling to the code of your website. It can also be used when working with our Unity ir Unreal SDKs.


---

# 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.virbe.ai/dashboard-management/conversation-flows/nodes/integration-nodes/custom-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.
