# Monitor Execution

Now that your program is deployed, you can head to the [program's dashboard](https://main.mercurydata.app/custom-ingestion) on the app to monitor it.

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

From the dashboard, you can currently:

* pause/resume the execution of your program.
* see your tables and their space growth.
* start/end logs streaming.

Coming soon, you'll be able to manage tables directly from the dashboard, including adding filtering queries and modifying their structure in the database (you can currently re-deploy the program with new tables, or reach out to us to change the existing ones). Additionally, once the *projects* feature is released, you'll be able to deploy multiple programs using the same account.

To monitor the correct execution of the program, just click on "start streaming" and the logs will appear in the program logs tab:

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

{% hint style="info" %}
Logs will automatically be emptied when a certain threshold is reached, the app is closed, or the program is paused.
{% endhint %}


---

# 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://docs.mercurydata.app/zephyr-full-customization/learn/get-started-set-up-and-manage-the-project/monitor-execution.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.
