# Battle Potions

{% hint style="success" %}
This module can be activated in [Settings](/english/module/settings.md#other-tab)
{% endhint %}

![Icon](/files/B0SGICGWRSfystiEgTnS)

The **Battle Potions** module shows an icon in the top-right corner of the screen. When a potion effect is active it displays the **shortest remaining active boost** and, when hovered over, shows a **summary of all potions in your inventory**.

## Menu Overview

![Menu Overview](/files/dZKj0QrIdbdFKoRtLrF6)

The menu is structured as follows:

* **Effect Preview**: Shows the current effect type (e.g., Red for attack), bonus percentage (e.g., 10%), and remaining time (e.g., 7:59:52).
* **Potion Inventory Table**: Lists potions by type, showing:
  * Number of potions available
  * Effect strength (%)
  * Duration of each potion type

## Usage

Once a potion is activated:

* The icon will update to reflect the **active boost type** and **remaining duration**.

![Icon - Active](/files/S1iFmNrFoxfr8A6c26j8)

* Hovering over the icon will open the [Menu Overview](#menu-overview), displaying detailed inventory and status information.

## FAQ

**Q: What do the three values shown next to each potion mean?**\
A: They indicate the number of potions available in inventory, the percentage effect provided, and the remaining time for that effect (e.g., 329x 5% 8:00:00).

**Q: Can I see multiple potions simultaneously?**\
A: No, the icon will show only the **shortest remaining active boost**.


---

# 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.foe-helper.com/english/module/potions.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.
