# \[Tutorial] Create a first data pipeline

- [Introduction](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/introduction.md): To get started with Tailer, you can follow this tutorial to learn how to create a first data pipeline.
- [Prepare the demonstration environment](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/prepare-the-demonstration-environment.md): Before starting with the actual tutorial, you need to prepare the buckets and folders where the magic will happen, and to import the demo files.
- [Copy files from one bucket to another](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/untitled.md): The first data operation of this tutorial will consist in transferring the files from one bucket located in one GCP project to another bucket located in a different GCP project.
- [Load files into BigQuery tables](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/load-files-into-bigquery-tables.md): The second data operation of this tutorial will consist in loading the contents of our files into BigQuery tables.
- [Prepare data](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/prepare-data.md): The third data operation of this tutorial will consist in preparing data within BigQuery tables.
- [Build predictions](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/build-predictions.md): The fourth data operation of this tutorial will consist in analyzing our data with a machine learning model.
- [Export data](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/export-data.md): The fifth and final data operation of this tutorial will consist in exporting our data back to a bucket.
- [Congratulations!](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/congratulations.md): You have created a first data pipeline with TailerjPlatform.
- [\[Video\] Automatic Script](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables.md): Hi everyone ! This page is the support for the \[video] Automatic Script
- [SQL script file](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/table-to-table-sql-and-ddl-files.md): Learn how to create the SQL file corresponding to the workflow tasks of a Table to Table data operation.
- [DDL script file](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/table-to-table-sql-and-ddl-files-1.md): Learn how to create the Data Definition Language (DDL) file corresponding to the workflow tasks of a Table to Table data operation.
- [Tables to Tables script file](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/tables-to-tables-configuration-file.md): This is the description of the JSON configuration file of a Tables to Tables data operation.
- [Launch configuration and furthermore](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/transform-data-with-tables-to-tables.md): Learn how to extract, transform and load Google BigQuery data using the Tables to Tables operation.


---

# 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/tutorial-create-a-first-data-pipeline.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.
