# Narrative Design | Unreal Engine

Narrative Design can be extended using Unreal Engine Blueprints, allowing you to invoke triggers created in the Narrative Graph, as well as access dynamic variables such as the time of day or relevant information like inventory contents in the game.

{% content-ref url="/spaces/EtUJA212Zc1S9ACc8T4l/pages/gGJP53o4lQfE0aIzav1t" %}
[Narrative Design Trigger](/api-docs/plugins-and-integrations/unreal-engine/guides/narrative-design/narrative-design-trigger.md)
{% endcontent-ref %}

{% content-ref url="/spaces/EtUJA212Zc1S9ACc8T4l/pages/R29p3bGAiJ37As5ctIns" %}
[Narrative Design Keys](/api-docs/plugins-and-integrations/unreal-engine/guides/narrative-design/narrative-design-keys.md)
{% endcontent-ref %}


---

# 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.convai.com/api-docs/plugins-and-integrations/unreal-engine/guides/narrative-design.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.
