# Pipeline Actions

- [Activate & Deactivate Pipeline](https://docs.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-actions/activate-and-deactivate-pipeline.md): This section outlines the steps to activate and deactivate a pipeline from the Pipelines list page within the Data Engineering module.
- [View Pipeline](https://docs.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-actions/view-pipeline.md): This section focuses on how to access the workflow editor view of the selected pipeline.
- [Share Pipeline with Entitlement](https://docs.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-actions/share-pipeline-with-entitlement.md): This section aims at describing the behaviour of a shared pipeline when used with an entitlement.
- [Edit Pipeline](https://docs.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-actions/edit-pipeline.md): The Edit Pipeline page allows users to update pipeline configurations, including name, description, resource allocation, and scheduling settings.
- [Pipeline Monitoring](https://docs.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-actions/pipeline-monitoring.md)
- [Pull & Push Pipeline](https://docs.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-actions/pull-and-push-pipeline.md): This section details the procedures for migrating pipelines and managing their versions within the Version Control System (VCS).
- [Delete Pipeline](https://docs.bdb.ai/bdb-user-documentation/platform-modules/11.0/data-engineering/data-pipelines/pipeline-actions/delete-pipeline.md): This section outlines the steps to remove the selected pipeline.


---

# 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/data-pipelines/pipeline-actions.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.
