> For the complete documentation index, see [llms.txt](https://docs.pawtato.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pawtato.gg/pawtato-land/gameplay/consumables/potions.md).

# Potions

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

Potions are powerful Consumables that can have a variety of different effects on a Hero. Some effects are limited in duration while others can be permanent.

{% hint style="info" %}
Effects of the same Potion **do not stack**, consuming multiple Potions of the same Type **increases the duration**.

Effects of different Potions **do stack**, so +5 AGI and +5 INT can be active **at the same time**.
{% endhint %}

### Basic Potions

<table><thead><tr><th width="79" align="center">Icon</th><th width="237">Name</th><th width="274">Effect</th><th width="128">Duration</th></tr></thead><tbody><tr><td align="center"><img src="/files/EV0PlFFZ86h6M90afG34" alt="" data-size="original"> </td><td><strong>Lesser Agility Potion</strong></td><td>Increases AGI by 5</td><td>24 hours</td></tr><tr><td align="center"><img src="/files/w38krJoXgp3WMA56sbQM" alt="" data-size="original"></td><td><strong>Lesser Strength Potion</strong></td><td>Increases STR by 5</td><td>24 hours</td></tr><tr><td align="center"><img src="/files/Fw4gkNegkqmjYahDgChg" alt="" data-size="original"></td><td><strong>Lesser Dexterity Potion</strong></td><td>Increases DEX by 5</td><td>24 hours</td></tr><tr><td align="center"><img src="/files/Ag16o0s1eUom95e9XvkA" alt="" data-size="original"></td><td><strong>Lesser Intelligence Potion</strong></td><td>Increases INT by 5</td><td>24 hours</td></tr><tr><td align="center"><img src="/files/gYeoKfiWuZVM7sMg5VgQ" alt="" data-size="original"></td><td><strong>Lesser Vitality Potion</strong></td><td>Increases VIT by 5</td><td>24 hours</td></tr><tr><td align="center"><img src="/files/4UdgYYW038bBy1thz3Q3" alt="" data-size="original"></td><td><strong>Prismatic Elixir</strong></td><td>Increases a chosen Stat by 3. <mark style="color:$warning;">Can only be used <strong>once</strong> per Hero.</mark></td><td>Permanent</td></tr></tbody></table>

### Advanced & Masterwork Potions

To craft advanced and masterwork Potions, an [**Alchemy Lab Building**](/pawtato-land/gameplay/buildings.md) on an **Estate** or **Province** as well as the respective **Blueprint** is required.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.pawtato.gg/pawtato-land/gameplay/consumables/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.
