> For the complete documentation index, see [llms.txt](https://wiki.revolgc.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.revolgc.pro/en/introduction-to-the-game/kvesty/ezhednevnye-zadaniya/podzemele-valefora.md).

# Valefor Dungeon

This dungeon is divided into 3 floors.

The entrance to each floor is divided into character levels.

## Level 1 Valefor Dungeon

{% hint style="warning" %}
These quests are available from levels 40 to 59.
{% endhint %}

<details>

<summary>Weeping Ghost (Daily)</summary>

This quest will give you [Crying Ghost](https://revolgc.pro/wiki/m1749)\
if you have completed its previous quests\
[Hungry Ghost and Hanging Ghost.](/en/introduction-to-the-game/kvesty/obshie-zadaniya/podzemele-valefora-1.md)

Need to destroy 10 [Royal Guards](https://revolgc.pro/r2wiki/1312/monster/)

For completing this quest, you will receive the following rewards:

1. ![](https://revolgc.pro/data/items/item/71692.png) 5% experience if your level is 40-59
2. ![](https://revolgc.pro/data/items/item/925.png) [Sapphire](https://revolgc.pro/r2wiki/925/item/)

</details>

{% hint style="info" %}
All tasks are updated at 6 am.
{% endhint %}


---

# 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.revolgc.pro/en/introduction-to-the-game/kvesty/ezhednevnye-zadaniya/podzemele-valefora.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.
