# Monitoring a Quest

When the quest is deployed, you can track results by visiting the Quest Details page under "My Quests". While you will be able to start seeing quest completions immediately, you will need to wait an hour before seeing chart data. You can click into a given quest to and see more performance details such as hourly/daily breakdown of completions, and quest participant insights like things like top protocols used, wallet balances, and transaction history info.

You can also visit the quest on RabbitHole to understand how it appears to users.

<figure><img src="/files/q06PVx79qHwScujfPXQK" alt=""><figcaption><p>My Quest list</p></figcaption></figure>

<figure><img src="/files/PidI0qjG34U7q23tg9BL" alt=""><figcaption><p>Quest Performance Insights</p></figcaption></figure>


---

# Agent Instructions: 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://help.rabbithole.gg/deploying-quests-on-quest-terminal/monitoring-a-quest.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.
