# Quick Start

### Dependencies

#### <mark style="color:red;">**Important**</mark>**: Install all the dependencies&#x20;**<mark style="color:red;">**before**</mark>**&#x20;adding** Calysto Village **to your project**. Otherwise, you may have missing variables and Calysto Village will not work properly.

Massive Village requires a few plugins made by Unreal to work, activate the plugin below then restart your project.

1. *Procedural Content Generation Framework (PCG)*
2. *Procedural Content Generation Framework (PCG) Geometry Script Interlop*
3. *Scriptable Tools Editor Mode*
4. *Scriptable Tools Framework*

Be sure never to move CalystoVillage folder in your project, this could cause some problems with updating and cloning tools.

### Join us on Discord

Join us on [Discord](https://discord.gg/rDspQXzxNU) to share your work or get help if you can't find your answer in the documentation!


---

# 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://qwertystudio.gitbook.io/massive-village/quick-start.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.
