# Components

- [Subcomponents](https://academy.theufolab.com/game-editor/components/subcomponents.md)
- [Action Scheduler](https://academy.theufolab.com/game-editor/components/subcomponents/action-scheduler.md)
- [Variable Prompt](https://academy.theufolab.com/game-editor/components/subcomponents/variable-prompt.md)
- [Maze generator](https://academy.theufolab.com/game-editor/components/subcomponents/maze-generator.md)
- [Flashlight](https://academy.theufolab.com/game-editor/components/subcomponents/flashlight.md)
- [Dialogue](https://academy.theufolab.com/game-editor/components/subcomponents/dialogue.md)
- [Box](https://academy.theufolab.com/game-editor/components/subcomponents/box.md)
- [Embedded frame](https://academy.theufolab.com/game-editor/components/subcomponents/embeded-frame.md)
- [Ranking](https://academy.theufolab.com/game-editor/components/subcomponents/ranking.md)
- [Minigames](https://academy.theufolab.com/game-editor/components/minigames.md)
- [Questions (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/questions-basic-puzzle.md)
- [Colors (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/colors-basic-puzzle.md)
- [Arrows (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/arrows-basic-puzzle.md)
- [Shapes (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/shapes-basic-puzzle.md)
- [Letters (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/letters-basic-puzzle.md)
- [Numbers (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/numbers-basic-puzzle.md)
- [True or False (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/true-or-false-basic-puzzle.md)
- [Scratch Image (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/scratch-image-basic-puzzle.md)
- [Custom Images (Basic Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/custom-images.md)
- [Simon](https://academy.theufolab.com/game-editor/components/minigames/simon.md)
- [Rings (Advanced Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/rings-advanced-puzzle.md)
- [Fill the gaps (Advanced Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/fill-the-gaps-advanced-puzzle.md)
- [Control Access Password (Advanced Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/control-access-password-advanced-puzzle.md)
- [Computer Access (Advanced Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/computer-access-advanced-puzzle.md)
- [Phone Access (Advanced Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/phone-access-advanced-puzzle.md)
- [Jigsaw (Advanced Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/jigsaw-advanced-puzzle.md)
- [Tic-Tac-Toe (Minigame)](https://academy.theufolab.com/game-editor/components/minigames/tic-tac-toe-minigame.md)
- [Quiz (Minigame)](https://academy.theufolab.com/game-editor/components/minigames/quiz-minigame.md)
- [Swipe Time (Minigame)](https://academy.theufolab.com/game-editor/components/minigames/swipe-time-minigame.md)
- [Wordwheel (Minigame)](https://academy.theufolab.com/game-editor/components/minigames/wordwheel-minigame.md)
- [Timeline (Advanced Minigame)](https://academy.theufolab.com/game-editor/components/minigames/timeline-advanced-minigame.md)
- [Crossword (Advanced Minigame)](https://academy.theufolab.com/game-editor/components/minigames/crossword-advanced-minigame.md)
- [Memory Game (Advanced Minigame)](https://academy.theufolab.com/game-editor/components/minigames/memory-game-advanced-minigame.md)
- [Einstein's Riddle (Advanced Minigame)](https://academy.theufolab.com/game-editor/components/minigames/einsteins-riddle.md)
- [Quizz Run (Advanced Minigame)](https://academy.theufolab.com/game-editor/components/minigames/quizz-run-advanced-minigame.md)
- [Racer](https://academy.theufolab.com/game-editor/components/minigames/racer.md)
- [Padlock (Advanced Puzzle)](https://academy.theufolab.com/game-editor/components/minigames/padlock-advanced-puzzle.md)
- [Catch and avoid (Minigame)](https://academy.theufolab.com/game-editor/components/minigames/catch-and-avoid-minigame.md)
- [Letter Platformer](https://academy.theufolab.com/game-editor/components/minigames/letter-platformer.md)
- [Gamification Bar](https://academy.theufolab.com/game-editor/components/gamification-bar.md)


---

# 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.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.
