> For the complete documentation index, see [llms.txt](https://docs.portalfantasy.io/portal-fantasy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portalfantasy.io/portal-fantasy-docs/gameplay/heroes/fusion-lab/alchemy-station.md).

# Alchemy Station

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

You may also brew potions, craft [Augmentations](/portal-fantasy-docs/gameplay/heroes/fusion-lab/augmentation.md), and even make bombs or [dyes](/portal-fantasy-docs/gameplay/heroes/fusion-lab/colours.md) to your heart's content. This can be done at the Alchemy Station. To craft items, you need recipes, which can be found while travelling. Once a recipe is added to your Recipe Book, you will need the necessary ingredients to make the item. Each crafting process takes time but can be sped up using Time Tablets, which are available for purchase from the Vault.

<figure><img src="/files/tPKDT5Qtl6KbqY4vdkFx" alt="" width="375"><figcaption></figcaption></figure>

The ingredients needed can be found by [battling](/portal-fantasy-docs/gameplay/porbles/battling.md) porbles, collecting resources around the [Pyli Kingdom](/portal-fantasy-docs/locations/pyli-kingdom.md), buying them from merchants or even in chests


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.portalfantasy.io/portal-fantasy-docs/gameplay/heroes/fusion-lab/alchemy-station.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
