> For the complete documentation index, see [llms.txt](https://wiki.entropia.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.entropia.top/custom-content/soulreaver/ethral/ethral-garden.md).

# Ethral Garden

The Ethral Garden is the weapon dungeon in the Soulreaver content and is noticeably shorter than Trigrem Ruins, but also slightly more difficult. To enter this dungeon, you must have **3.700.000 HP** and a strong damage output.

Similar to [Trigrem Ruins](/custom-content/soulreaver/trigrem/trigrem-ruins.md), having a character with AoE damage is desirable, as well as a [tank with Suck Blood](/balance/self-sustain-tank.md) and a strong 1v1 damage dealer. The end boss in this dungeon drops Soulreaver Relics, which can be exchanged for a weapon box in [Ethral](/custom-content/soulreaver/ethral.md). With a bit of luck, you can obtain a powerful weapon from the box.

In addition to the Relics, you can also obtain items that can be used to enhance your future weapons. These items can be used to increase the stats of your weapons or add additional effects to them.

[You can see the map of Ethral Garden here.](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb31Yp1jJXF9fFE5753Pu%2Fuploads%2F8X4kCI0EnOQ3VQDOIaTL%2FEthralGardenMap.png?alt=media\&token=eb39cb31-815b-46b7-82d1-35ebd66400af)

<figure><img src="/files/iljkK3NWa44f4cKKyz89" alt=""><figcaption></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.entropia.top/custom-content/soulreaver/ethral/ethral-garden.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.
