# Maze generator

<figure><img src="/files/sQiEDIF6F5fqLo11emXi" alt="" width="188"><figcaption></figcaption></figure>

{% hint style="info" %}
To use this maze, it is advisable to add a Basic Questions puzzle to write the answer, that is, the word that will have to be formed to get out of the maze.
{% endhint %}

<figure><img src="/files/1A5ifo5AcMCqKcU3WCmI" alt=""><figcaption></figcaption></figure>

In the settings of the maze, you will find the following sections:

* Difficulty: there are three levels of difficulty (Easy, Medium and Hard).
* Empty maze: use it to remove the letters and make only the maze appear.
* Word: here you will write the word you want to be the solution to get from the beginning to the end of the maze.
* Random Maze: generates a new maze with each game.
* Seed: an initial value used to generate predictable random results. In other words, the route of the maze will change.
* Color: change the color of the maze from black to white, or vice versa.


---

# 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://academy.theufolab.com/game-editor/components/subcomponents/maze-generator.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.
