# Boosts

Boosts are powerful, one-time-use, in-game items that can be used to help solve a word or award additional points. Boosts cannot be saved in-between games, but can only be earned per-match.

While boosts may be used to help solve a word, in many brackets, if they are instead **not** used, they provide a point bonus at the end of a match, when all rounds are completed.

<figure><img src="/files/6wiFrD6HC7qby5Izlf9B" alt=""><figcaption></figcaption></figure>

There are currently four types of boosts:

### **Encyclopedia**

<figure><img src="/files/ZUgY6stbkCC0a7SYwl51" alt="" width="150"><figcaption></figcaption></figure>

This boost will lookup and circle a letter that is in the word, that has not been guessed.

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

### Knockout

<figure><img src="/files/5B2ttOlneADWsqfRpM5P" alt="" width="150"><figcaption></figcaption></figure>

These boosts will destroy multiple letters that are **not** in the word, which narrows down the choices.

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

### Slowmo

<figure><img src="/files/xy2aIbzOiVkTJwhLIIfO" alt="" width="150"><figcaption></figcaption></figure>

This boost will temporarily slow down the Boost Meter to give you more time to make a guess.

### Health

<figure><img src="/files/9vkhLHmmIT6w3jPTpUaI" alt="" width="150"><figcaption></figcaption></figure>

A health boost will increase a player's Health Bar, to give them a few more letters to choose.

<figure><img src="/files/5XziZWNstHI9Z9hSfV1F" alt=""><figcaption></figcaption></figure>


---

# 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://docs.hangmanclash.com/hangman/how-to-play/boosts.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.
