# Installation

<a href="https://github.com/Mr-Baguetter/ThaumielMapEditorUnityProject/archive/refs/heads/main.zip" class="button secondary" data-icon="arrow-down-to-line">Download Latest</a><a href="https://unity.com/download" class="button secondary" data-icon="unity">Unity Hub Download</a>

***

1. Install Unity Hub
   * Download from: Unity Hub
   * Follow the installation wizard
2. Install Required Unity Version
   * Open Unity Hub
   * Go to the Installs tab
   * Click Add and search for Unity 6000.4.0f1
   * Install this version
3. Clone the Repository
   * Go to: ThaumielMapEditorUnityProject
   * Click Code > Download ZIP
   * Extract to a folder (e.g., `C:\UnityProjects\ThaumielMapEditor`)
4. Import into Unity
   * Open Unity Hub
   * Go to the Projects tab
   * Click Add and select the extracted folder
   * Wait for Unity to index the project


---

# 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://thaumiel.gitbook.io/tme-docs/documentation/tutorials/unity/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.
