# Consumables

## Current Consumables

{% hint style="info" %}
**Available Now**

Consumables are the only manual actions in a run.

Everything else (combat + skills) is automatic.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/0M0JI9Qi9FFzQvI80DRm" alt=""><figcaption></figcaption></figure></div>

### Health Potion

<table><thead><tr><th width="373.0001220703125">Property</th><th>Value</th></tr></thead><tbody><tr><td><strong>Effect</strong></td><td>Restores 30% health</td></tr><tr><td><strong>Stack Size</strong></td><td>Unlimited</td></tr><tr><td><strong>Source</strong></td><td>Enemy drops, Marketplace</td></tr></tbody></table>

**Usage**: Click to consume instantly. Use strategically when health is low but not in immediate danger.

***

<div data-with-frame="true"><figure><img src="/files/kkOSDUSeL6xVb29lpJRp" alt=""><figcaption></figcaption></figure></div>

### Armor Potion

<table><thead><tr><th width="373">Property</th><th>Value</th></tr></thead><tbody><tr><td><strong>Effect</strong></td><td>Instantly restores armor</td></tr><tr><td><strong>Stack Size</strong></td><td>Unlimited</td></tr><tr><td><strong>Source</strong></td><td>Enemy drops, Marketplace</td></tr></tbody></table>

**Usage**: Click to consume when armor is low and incoming damage is high.

***

## Planned Consumables

{% hint style="warning" %}
**Coming Soon**

The following consumables are in development and will be added in future updates:
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/wEpl6uThZvQq0XYPbZS0" alt=""><figcaption></figcaption></figure></div>

### Stamina Potion

| Property     | Value                                             |
| ------------ | ------------------------------------------------- |
| **Effect**   | Reduces dash cooldown or increases movement speed |
| **Duration** | Limited time buff                                 |
| **Use Case** | Escaping tight situations or kiting enemies       |

***

## Consumable Strategy

### When to Use Health Potions

| Situation              | Action          |
| ---------------------- | --------------- |
| HP below 30%           | Consider using  |
| Surrounded with low HP | Use immediately |
| Before boss fight      | Use proactively |
| Safe moment after wave | Save for later  |

### When to Use Armor Potions

| Situation                            | Action         |
| ------------------------------------ | -------------- |
| Armor is low and the wave is ramping | Use soon       |
| Before a boss spawn                  | Consider using |
| You’re safe and armor is fine        | Save for later |

***

*Use wisely. Resources are limited.*


---

# 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.insomnus.xyz/core-gameplay/consumables.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.
