# Answer Hub

{% columns %}
{% column width="75%" %}
This node defines the dialogue response phase. It evaluates the connected Answer nodes based on their conditions and compiles the final list of valid options for the player’s response menu.

Each Answer node is connected to a unique pin on the AnswerHub, ensuring a direct link between a specific option and its subsequent dialogue branch.&#x20;
{% endcolumn %}

{% column width="25%" %}

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

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

* Assign a unique ID to the phase.
* Define conditions for starting the phase:
  * Once – the phase can only start a single time.
  * Known Phase – the phase starts only if the specified phase has already been triggered.
  * Unknown Phase – the phase starts only if the specified phase has not been triggered before.
* Additional Pins:
  * OnRun – executed each time this node is activated.
  * Post – executed right before the next dialogue phase is launched.
    {% endcolumn %}

{% column width="41.66666666666667%" %}

<figure><img src="/files/ZSdPVjMLX7JrOY0Hkywc" 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/answer-hub.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.
