# Pipeline management

**Pipelines** are the data streaming heart of Ylem. The UI canvas and the powerful engine behind it allow our users to orchestrate the entire process between receiving input data from outside to sending it to a destination. It is also a place where you will spend most of your time at Ylem.

Pipeline management canvas is a drag-and-drop no-code interface where you can create tasks, connect them, configure each task, and run and schedule pipelines.

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

In the next pages you will learn about:

* 13 types of [tasks](/pipelines/tasks-ip.md) you can build your pipelines from
* How to [schedule](/pipelines/running-and-scheduling-workflows.md#automatically-by-a-schedule) pipelines, trigger [in real-time](/pipelines/running-and-scheduling-workflows.md#in-real-time-from-apache-kafka-rabbitmq-google-pub-sub-etc), [on-demand](/pipelines/running-and-scheduling-workflows.md#manually-on-demand) or via [our API](https://docs.ylem.co/pipelines/pages/ZyQ6POI0mnJX6zYhyYsb#automatically-via-api.)
* How to use the [library or templates](/pipelines/library-of-templates.md)
* How to expand the functionality of your pipelines with [environment variables](/pipelines/environment-variables.md), [mathematical functions](/pipelines/mathematical-functions.md), and [formatted messages](/pipelines/formatting-of-messages.md).


---

# 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.ylem.co/pipelines/pipeline-management.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.
