# Game Timeline

## <mark style="color:$primary;">When the Game is Created.</mark>

After the word streak is created, a light-green embedded announcement message with the streak details will be posted in the **Discord** channel you chose as the <mark style="color:$primary;">**Info Channel**</mark>.

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

## <mark style="color:$primary;">When the Game is Started.</mark>

After the word streak started, every day a user posts a message containing the target word(s), <mark style="color:purple;">**Bocto**</mark> will reply with a random phrase and add a point to the user's score.

<figure><img src="/files/3oRYJEt0X7MGn2Iv1Tzl" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Only the one (the first one) mention of a target word per day counts. If several target words are added in the [streak creation form](/plugins/mini-games/word-streak/streak-creation-form.md), only the mention of one of them counts for this day.&#x20;
{% endhint %}

{% hint style="info" %}
If the user misses one day, the streak count will not be reset to zero and will continue the next day.
{% endhint %}

## <mark style="color:$primary;">When the Game is Finished.</mark>

After the word streak ends, a purple embedded message with detailed leaderboard and results will be posted in the **Discord** channel you selected as the <mark style="color:$info;">**Info Channel**</mark>. If multiple users have the same score, one will be chosen at random.

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

{% hint style="warning" %}
Don't ask us why some usernames rendered as IDs - we don't have a clue!😁 It is a **Discord** issue, and there is no difference for <mark style="color:purple;">**Bocto**</mark> between them. Just don't mind.
{% endhint %}

{% hint style="danger" %}
And don't forget to send the promised prizes!
{% endhint %}


---

# 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/game-timeline.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.
