# Overview

## 🔄 What is a data pipeline?

A data pipeline is a series of operations executed sequentially or simultaneously, where the output of one operation is the input of the next one:

![](/files/ka3UtIQ6uR7xzbAhnKaF)

Tailer Platform data pipeline operations allow you to connect data sources, consolidate and normalize your data, store them, and feed different tools to obtain analytics, reports and dashboards.

## 🔢 Types of data pipeline operations

Tailer Platform offers the following types of data pipeline operations:

* [Storage to Storage](/data-pipeline-operations/move-files-with-storage-to-storage.md): Move files from one storage to another
* [API to Storage](/data-pipeline-operations/stream-incoming-data-with-api-to-storage.md): Stream incoming data into a storage
* [XML to CSV](/data-pipeline-operations/xml-conversion.md): Convert complex XML file into a set of CSV files
* [Storage to Tables](/data-pipeline-operations/load-data-with-storage-to-tables.md): Load data into BigQuery tables
* [Tables to Tables](/data-pipeline-operations/transform-data-with-tables-to-tables.md): Transform data within BigQuery tables
* [Table to Storage](/data-pipeline-operations/export-data-with-tables-to-storage.md): Export data from a table to a storage
* [Workflow](/data-pipeline-operations/orchestrate-processings-with-workflow.md): Trigger the execution of your other data operations


---

# 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.tailer.ai/data-pipeline-operations/untitled.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.
