# Monitoring the progress of your pipeline tasks (Jobs)

Monitoring the progress of your pipeline tasks, or jobs, involves tracking the status and performance of each task throughout the pipeline execution.

<br>

This includes checking whether tasks are running, completed, failed, or pending. Tools or dashboards are often used to provide real-time updates on job states, resource usage, and logs for error handling or debugging.&#x20;

<br>

Monitoring helps ensure that jobs are on track, resources are optimally utilized, and issues are detected early, allowing for quick resolution to keep the pipeline running smoothly:

<br>

!\[A screenshot of a computer

Description automatically generated]\(<https://lh7-rt.googleusercontent.com/docsz/AD_4nXcEr7noyV-Q23HQq0X0S7PvexL5c7wsE-8CZ4VbVHw38lrfLo19G1WCKuHOBEu8qBb0HyMlJWEXKhjgQZlpa7Fvk3C-0yDSf9PKGuvAj974XBuk-WZPn6nqq3cDRZZxIoylsV2Ijgyqoe_Bzn61ADQaruP_KO55Me-iu5YNgTBTHsjihvCeFdo?key=ihWpnacGhFPvEXYYLGtkwA>)

\ <br>


---

# 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.libnova.com/libnova/pipelines-module/monitoring-the-progress-of-your-pipeline-tasks-jobs.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.
