# Home

| Page                                                                                         | Description                                         |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| [Installation](https://tetrisfriends.benzoft.com/installation)                               | Guide on how to install TetrisFriends               |
| [Dependencies](https://tetrisfriends.benzoft.com/dependencies)                               | Overview of TetrisFriend's dependencies             |
| [Configuration Files](https://tetrisfriends.benzoft.com/configurations)                      | View the content of the default configuration files |
| [Game Configuration Files](https://tetrisfriends.benzoft.com/game-configuration-files)       | View info on game configuration files               |
| [Game Modes](https://tetrisfriends.benzoft.com/game-modes)                                   | Description of the current game modes               |
| [Commands and Permission](https://tetrisfriends.benzoft.com/commands-and-permissions)        | Overview of all commands and permissions            |
| [Controls](https://tetrisfriends.benzoft.com/controls)                                       | How to play and control types                       |
| [Challenges](https://tetrisfriends.benzoft.com/challenges)                                   | Info on the types of challenges there are           |
| [Scoring](https://tetrisfriends.benzoft.com/scoring)                                         | Overview of how score is awarded.                   |
| [Highscores](https://tetrisfriends.benzoft.com/highscores)                                   | Overview of what highscores there are               |
| [Creating your own schematic](https://tetrisfriends.benzoft.com/creating-your-own-schematic) | Extensive guide on how to create a custom schematic |
| [World Mechanics](https://tetrisfriends.benzoft.com/world-mechanics)                         | How does the plugin work and note on performance    |


---

# 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://tetrisfriends.benzoft.com/master.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.
