> For the complete documentation index, see [llms.txt](https://wiki.eloria.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eloria.pl/eloria-wiki/en/tutorials/elden-reputation-alchemist.md).

# Elden Reputation - Alchemist

#### 🧪 Mission: Potion Crafting

Visit **Azoth Alchemist**, located in **Elden City, Depot Level +1**.\
He’s your go-to NPC for brewing powerful potions that grant both **combat and utility bonuses**.

***

**🔹 How It Works**

You can craft **one potion every 2 hours**.\
Each crafted potion grants **3–6 reputation points**.\
No special commands are needed — simply **gather the required ingredients** and **select** the potion you wish to craft.

***

**🔹 Available Potions & Effects**

**Arcane Catalyst** – +15 Magic Level for 1 hour\
**Drunk Rune** – Makes another player drunk for 30 seconds\
**Dust Collector’s Brew** – +150 Dust\
**Elixir of Vital Flow** – Restores +300 HP and +300 MP every 3 seconds for 1 hour\
**Essence of Restoration** – Instantly restores full HP and Mana\
**Phial of Immortality** – Grants invincibility for 20 seconds\
**Warrior’s Tincture** – +15 to all combat skills *(Distance, Sword, Axe, Club, Shielding)* for 1 hour

<figure><img src="/files/Cp72eMXfKzYRPTdfh5tQ" alt=""><figcaption><p>NPC Azoth Alchemist</p></figcaption></figure>


---

# 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://wiki.eloria.pl/eloria-wiki/en/tutorials/elden-reputation-alchemist.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.
