# API Key Configuration

To configure your API key you should follow the instructions below:

### Step 1: Sign in to the [CameraTwin Dashboard](https://app.cameratwin.com/)

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

After entering your email address you will receive an email with your One-Time-Password (OTP). You should use this code in the following screen in order to login, no other password is required.

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

### Step 2: Go to the [API Key Section](https://app.cameratwin.com/dashboard/api-keys)

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

### Step 3: Acquire the API Key

Generate new API key from the button at the top and copy it

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

Or

Copy your existing API Key from more options button at the right of the API Key entry

<figure><img src="/files/6jQtHulYkYGBALnlZ8ot" alt=""><figcaption></figcaption></figure>

### Step 4: Open the Unreal Engine Project and insert the API Key to the Project Settings->CameraTwin

1. Open the Unreal Engine Project and go to the Project Settings-> CameraTwin
2. Find the API key property and insert/paste your API key in the field.

{PLACEHOLDER: Screenshot CameraTwin Project settings, highlight API Key Field}

<figure><img src="/files/xOP2ZAKx5dGU4QHQ5now" 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://docs.realtwin.org/cameratwin/documentation/unreal-engine-plugin/api-key-configuration.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.
