# Mini Games

- [Introduction](https://guide.bocto.octopeeps.com/plugins/mini-games/introduction.md)
- [Word Streak](https://guide.bocto.octopeeps.com/plugins/mini-games/word-streak.md): This feature enables running Discord challenges where users post a selected word, such as GM, daily, for a specific period, and winners are automatically chosen when the challenge ends.
- [Streak Creation Form](https://guide.bocto.octopeeps.com/plugins/mini-games/word-streak/streak-creation-form.md)
- [Game Timeline](https://guide.bocto.octopeeps.com/plugins/mini-games/word-streak/game-timeline.md)
- [Commands and Widgets](https://guide.bocto.octopeeps.com/plugins/mini-games/word-streak/commands-and-widgets.md): The Word Streak offers a set of Discord commands to give users various types of statistics. here is the list of all of them.


---

# 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://guide.bocto.octopeeps.com/plugins/mini-games.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.
