# Entry

{% columns %}
{% column width="66.66666666666666%" %}
This node acts as an alternative entry point into the dialogue. It is used when it is necessary to start a conversation from another topic or jump into a dialogue branch at an arbitrary point.

The node is triggered by calling BeginDialogue in the dialogue manager, with its ID specified to locate it within the branch.&#x20;
{% endcolumn %}

{% column width="33.33333333333334%" %}

<figure><img src="/files/Ev48PaQhgQlJsWc9QtFm" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="66.66666666666667%" %}
Features:

* Assign a unique ID to identify the entry point.&#x20;
* It does not provide launch condition options — it can only be activated directly through the manager.&#x20;
* Additional Pins:
  * OnRun – executed each time this node is activated.
  * Post – executed right before the next dialogue phase is launched.
    {% endcolumn %}

{% column width="33.33333333333333%" %}

<figure><img src="/files/ICDl5mfX1FcnVM4vB7Hz" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://gamewaycreator.gitbook.io/dbs-docs/dialogue-branch-system/dialogue-nodes-phases/entry.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.
