# Installation

At the core of CameraTwin's virtual production toolkit are two essential components: the mobile application and an integrated Unreal Engine plugin, which work in tandem to transform your smartphone into a dynamic virtual production camera. CameraTwin tracks the spatial location of your device and streams synchronized camera video and position data in real time to compatible receivers, such as Unreal Engine.

Make sure to go through the detailed installation guides for both the [Mobile app](/cameratwin/installation/installation-mobile-app.md) and the[ Unreal Engine plugin](/cameratwin/installation/installation-unreal-engine.md) in the following pages to get started.


---

# 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.realtwin.org/cameratwin/installation.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.
