# Overview

The **Overview page** in the Data Pipeline module provides a consolidated summary of your pipelines and jobs.\
From this page, you can quickly assess:

* **Running status** of pipelines and jobs.
* **Types of pipelines** created.
* **Number of pipelines and jobs** configured.
* **Resources used** by active workloads.

This page acts as the **entry point for monitoring and managing pipeline activity**.

### Access the Overview Page

**Navigation path:** *Data Pipeline > Overview*

1. Navigate to the **Data Pipeline module**.
2. On the **Pipeline homepage**, click **Overview**.
3. You will be redirected to the **Pipeline and Job Overview page**.

### Page Structure

The **Pipeline and Job Overview page** contains two main tabs:

* **Jobs**
  * Provides a list of all jobs created in the Data Pipeline module.
  * Displays job status, type, scheduling, and resource utilization.
* **Pipelines**
  * Lists all available pipelines.
  * Shows pipeline type, execution history, and associated resources.


---

# 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/bdb-user-documentation/platform-modules/11.0/data-engineering/overview.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.
