# Phrase

{% columns %}
{% column width="58.33333333333333%" %}
This node plays a dialogue line spoken by one of the participants in the dialogue branch. The speaker can be the main character or any other entity involved in the dialogue.

The phrase phase is the core narrative node, through which dialogue interaction and story content are delivered. It can include text, voice-over, and accompanying actions (such as animations or effects).
{% endcolumn %}

{% column width="41.66666666666667%" %}

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

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

* Defines who the speaker is for the current line.
* Can include both text and voice-over.
* Serves as the fundamental building block of narrative within the dialogue.
* 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/xwtbuimJvwIUCu8EESfJ" 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/phrase.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.
