> For the complete documentation index, see [llms.txt](https://docs.ingestlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ingestlabs.com/media-data-platform/pipelines/pipelines-screen.md).

# Pipelines Screen

This section describes the UI elements of the **Pipelines** screen.

### Adding a New Pipeline <a href="#addinganewpipeline" id="addinganewpipeline"></a>

Click **Add New Pipeline** to add a new **Pipeline**.

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

Check the ***Show Deleted Pipelines*** checkbox to view the deleted pipelines.\
The number in brackets shows how many deleted pipelines are available.

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

### Adjust Pipelines View Per Page <a href="#adjustpipelinesviewperpage" id="adjustpipelinesviewperpage"></a>

**Pipeline (8 of 8)**

This option indicates the number of **pipelines** currently displayed out of the total available **pipelines**.

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

You can adjust the number of **Pipelines** displayed per page using the dropdown menu located at the top-right corner of the screen.

The available options are as follows:

* 50 per page: Displays up to 50 **Pipelines** on the current page.
* 100 per page: Displays up to 100 **Pipelines** on the current page.
* 200 per page: Displays up to 200 **Pipelines** on the current page.

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

### Refresh Button <a href="#refreshbutton" id="refreshbutton"></a>

When you click the Refresh button, a message saying *‘Fetching Pipelines…’* appears while the system retrieves and updates the data.

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

### Overview of Pipelines Screen Options <a href="#overviewofpipelinesscreenoptions" id="overviewofpipelinesscreenoptions"></a>

In the **Pipelines** screen, you will see the following options:

* Name: Indicates the **Pipeline’s name**.
* Pipeline Type: Indicates the **Pipeline’s type**.
* Pipeline Status: Indicates the current status of the **Pipeline**.
* Updated By: Indicates the user who last updated the **Pipeline**.
* Updated On: Indicates the date and time when the **Pipeline** was last updated.

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

### Filter Pipelines <a href="#filterpipelines" id="filterpipelines"></a>

When you click the search bar, you will see two filtering options:

* **Filter By Name**: Filters the pipelines based on the pipeline name.
* **Filter By MetadataAttribute**: Filters the pipelines based on the **Metadata Attribute Value**.

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

### Clear Search <a href="#clearsearch" id="clearsearch"></a>

To clear your search results, click the **Clear Search** button. This will remove the pipelines and reset the search field.

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

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDMDmegqZUJFhJhF4JQG%2Fuploads%2FiW9ChTHH4PaPWq9eSiFR%2FPipelines%20Screen.mp4?alt=media&token=2d8ecaad-7a50-4896-999b-0ee3a9a1ae33>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ingestlabs.com/media-data-platform/pipelines/pipelines-screen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
