# Example

* Ensure that you have enabled the display of content from plugins
* Find directory **Plugins->DialogueBranchSystemContent** in plugins.&#x20;
* Next **Example->Maps**.&#x20;
* Open level **DBS\_Example\_Map**  and play it.

<figure><img src="/files/WKBsvX9qxb60FFuwU9G0" alt=""><figcaption></figcaption></figure>

The result is a scene with a sample dialogue, where you can explore the visual features of the dialogue system.

{% hint style="info" %}
*Don't be intimidated by the appearance of the HUD. This is just a lightweight example so as not to clutter up your project. Later on, you can create your own based on your design or copy this one and customize it to suit your needs.*
{% endhint %}

<figure><img src="/files/zSi0KPM8IJv1WnQzj5Wh" alt=""><figcaption></figcaption></figure>


---

# 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/first-steps/example.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.
