# Pipelines

### Overview

Pipelines run [tasks](/ozone-end-user-guide/faq/tasks.md) in a sequence that is abstracted as a [Directed Acyclic Graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph). You are free to define a granular pipeline that performs a specific vertical of the DevOps workflow (such as quality testing) or you can package all of it into one single pipelines.

Pipelines give you the flexibility to define templates that an organisation adheres to. For further reading please check the [official documentation of tekton](https://tekton.dev/docs/concepts/#steps-tasks-and-pipelines)

{% hint style="info" %}
Pipelines are templated entities. The instances of their execution are defined by the PipelineRun object
{% endhint %}


---

# 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.ozone.one/ozone-end-user-guide/faq/pipelines.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.
