> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/overview.md).

# Convai Unreal Engine plugin overview

New to the plugin? Start with what it is and how it is built, then use the feature map to find the right guide for your goal. These pages are orientation only — installation and setup live in Getting started.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>What is the Convai Unreal Engine plugin</strong><br>Understand what the plugin does, its relationship to Convai, and what it adds to a UE project.</td><td><a href="/pages/10h7Zgk3jx1Y3dSXWFS4">/pages/10h7Zgk3jx1Y3dSXWFS4</a></td></tr><tr><td><strong>Plugin architecture</strong><br>Understand the plugin modules and how the runtime components fit together.</td><td><a href="/pages/avDtqiuctK8vS16Q8s7w">/pages/avDtqiuctK8vS16Q8s7w</a></td></tr><tr><td><strong>Feature map</strong><br>One-screen overview of every major feature and links to the corresponding feature pages.</td><td><a href="/pages/HcWIzLmISVXTnaagYQMj">/pages/HcWIzLmISVXTnaagYQMj</a></td></tr><tr><td><strong>Release notes</strong><br>Version history and notable changes for the Convai Unreal Engine plugin.</td><td><a href="/pages/Z2cuD4gzRs1MiHPN778m">/pages/Z2cuD4gzRs1MiHPN778m</a></td></tr></tbody></table>

### Next steps

If you are ready to install the plugin, go directly to Getting Started.

{% content-ref url="/pages/5oPvRJZZEVuIVMYZLYh8" %}
[Getting started](/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/getting-started.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/convai-unreal-engine-plugin/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
