# Jobs

{% hint style="success" %}
*Please go through the below given demonstration for the Job Overview page.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6ZP8JhQPMmuTgMyLMcCU%2Fuploads%2FgEFjyXSLZVzWD2uxERKo%2F2024-03-20-11-55-19%20(online-video-cutter.com).mp4?alt=media&token=1209304e-9eb6-4ccc-b437-f26125d80777>" %}
***Job overview***
{% endembed %}

This tab will open by default once the user navigates to the Pipeline and Job Overview page. It contains the following information of the Jobs in graphical format:

**Job Status:**&#x20;

<figure><img src="/files/5Kh8JnojMLKOPBLZWZAZ" alt=""><figcaption><p><em><strong>Job Overview</strong></em></p></figcaption></figure>

* This section displays the total number of Jobs created along with their count and percentage in a tile manner the following different running status :
  * **Running:** This section displays the number and total percentage of running jobs.
  * **Success:** This section displays the number and total percentage of successfully ran jobs.
  * **Interrupted:** This section displays the number and total percentage of interrupted jobs.
  * **Failed:** This section displays the number and total percentage of failed jobs.
* Once the user clicks on any of the status, it will list down all the jobs related to that particular category along with the following option:
  * **View:** Redirects the user to the selected job workspace.
  * **Monitor:** Redirects the user to the [***monitoring page***](/data-pipeline-6/getting-started/job-monitoring.md) for the selected job.

<figure><img src="/files/7ksPk0rov2VRrLYZnJoz" alt=""><figcaption><p><em><strong>listing job with status as Success</strong></em></p></figcaption></figure>

**Job Type:**&#x20;

* It displays the total number and percentage of jobs created for the following categories in the graphical format:
  * [**Script Executer**](/data-pipeline-6/getting-started/homepage/create/creating-a-new-job/script-executer-job.md)
  * [**Spark Job**](/data-pipeline-6/getting-started/homepage/create/creating-a-new-job/spark-job.md)
  * [**Python Job**](/data-pipeline-6/getting-started/homepage/create/creating-a-new-job/python-job.md)
  * [**PySpark Job**](/data-pipeline-6/getting-started/homepage/create/creating-a-new-job/pyspark-job.md)
* Once the user clicks on any of the job type, it will list down all the jobs related to that particular job type along with the following option:
  * **View:** Redirects the user to the selected job workspace.
  * **Monitor:** Redirects the user to the [***monitoring page***](/data-pipeline-6/getting-started/job-monitoring.md) for the selected job.

<figure><img src="/files/mhEqBpc7sMzg73ByxsUI" alt=""><figcaption><p>S<em><strong>electing Python job as Job type</strong></em></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://docs.bdb.ai/data-pipeline-6/getting-started/homepage/overview/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.
