# FAQ

<details>

<summary>Do you support Unity?</summary>

No, right now Existent only supports Unreal Engine 5, but adding support for Unity is on our roadmap.

</details>

<details>

<summary>Which versions of Unreal Engine are supported by Existent?</summary>

Currently Existent supports only Unreal Engine v5.3

</details>

<details>

<summary>Can I use a Quest 3 with Existent?</summary>

Support for Quest 3 is not available right now but it's on our roadmap. Please check [Hardware Setup](/documentation/v0.0.1/learning-existent/hardware-setup.md#supported-head-mounted-display-hmd-devices) for the list of supported devices.

</details>


---

# 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.existent.com/documentation/v0.0.1/overview/faq.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.
