# Word Streak

## <mark style="color:$primary;">Preparing Channels and Setting Up the Permissions.</mark>

Before starting to create the word streaks, first, you need to prepare the public channels where you want to run the streaks and the channel where you want to post their results by setting up the [correct channel permissions](/appendix/setting-up-channels-permissions.md).

## <mark style="color:$primary;">Word Streak Activation.</mark>

To start creating the game rules, you first need to activate them. For this, go to the <mark style="color:$primary;">**Select a Plugin**</mark> page and click on the <mark style="background-color:purple;">`≡ Features`</mark> button on the <mark style="color:blue;">**Mini Games**</mark> card.

<figure><img src="/files/ZtOIConjbnnr3e3b0p46" alt=""><figcaption></figcaption></figure>

Now, activate the <mark style="color:$primary;">**Word Streak**</mark> by clicking on the switcher on the corresponding card, and confirm activation.

<figure><img src="/files/svdm3c5E01lFRNYSz0G9" alt=""><figcaption></figcaption></figure>

Now click the <mark style="background-color:purple;">`≡ Configure`</mark> button on this card to visit the page with the list of Word Streaks.

<figure><img src="/files/U8ceI4lTs18hkAFkCPjw" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">Word Streak Setup.</mark>

To add your first rule, click on the <mark style="background-color:$primary;">`+ Add New Game`</mark> button to call the rule creation form.

<figure><img src="/files/HQB3NxCrfvNVD8nAspib" alt=""><figcaption></figcaption></figure>

For the detailed instructions on how to fill the <mark style="color:$primary;">**Word Streak**</mark> creation form, visit the corresponding page:

{% content-ref url="/pages/wUkx0aqp81fWtTU6soZw" %}
[Streak Creation Form](/plugins/mini-games/word-streak/streak-creation-form.md)
{% endcontent-ref %}

## <mark style="color:$primary;">Game Card Buttons Explanation.</mark>

When done, you will see the game card with the button panel in the top-right corner.

* To create a **duplicate** of the streak, use the **Copy** button.
* To **edit** the rule, use the **Pencil** button (streaks with <mark style="color:red;background-color:red;">`Ended`</mark> status can't be edited).
* To **delete** a rule, use the **Trash bin** button.

<figure><img src="/files/PktnZDbpVRiaA7d8GywL" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">Game Limits Display Explanation.</mark>

After adding at least one rule, a statistic widget will appear on this rule type page, where:

* <mark style="color:$primary;">**Current Games**</mark> - the number of created streaks (number of cards on this page).
* <mark style="color:$primary;">**Total**</mark> - for <mark style="color:blue;">**Mini Games**</mark> is the same as <mark style="color:$primary;">**Current Games**</mark>.
* <mark style="color:$primary;">**Limit**</mark> - the maximum number of streaks you can create on your active tier.

<figure><img src="/files/qYSk7EhRVfrYvwPIkJkH" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">Verification Logs Explanation.</mark>

After the first game event takes place, the <mark style="color:$primary;">**Games Logs**</mark> table will appear below the game types section with the following data:

* <mark style="color:$primary;">**Game Name**</mark> - the name of the game as it was given during the [creation process](/plugins/mini-games/word-streak/streak-creation-form.md).
* <mark style="color:$primary;">**Type**</mark> - the type of the game.
* <mark style="color:$primary;">**Status**</mark> - the status of the game if it is time-framed.
* <mark style="color:$primary;">**Start Date**</mark> - the date and time when the game has or is going to start.
* <mark style="color:$primary;">**End Date**</mark> - the date and time when the game has or is going to end.
* <mark style="color:$primary;">**Participants**</mark> - the list of all users who took part in this game.
* <mark style="color:$primary;">**Prizes**</mark> - the list of prizes as they were named during the [creation process](/plugins/mini-games/word-streak/streak-creation-form.md).

<figure><img src="/files/jNDToSz1MYTKe1n8czWv" alt=""><figcaption></figcaption></figure>

## <mark style="color:$primary;">Available Commands.</mark>

You can find all available commands with a detailed explanation on this page:

{% content-ref url="/pages/jLfJH4jK1mOX4LRZfFcR" %}
[Commands and Widgets](/plugins/mini-games/word-streak/commands-and-widgets.md)
{% endcontent-ref %}


---

# 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/word-streak.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.
