# Introduction

## :map: Overview

In this example, we want to process and analyze data from a fictional retailer called "Iowa Liquor". These data are organized in CSV files named according to a specific pattern including a timestamp, and are streamed at regular intervals into a Google Cloud Storage bucket. We'll first transfer them to a bucket located in a different Google Cloud project, load the data into a BigQuery table, and then prepare the data in order to analyze them with an AI model.

## :man\_student: What you'll learn

* How data flows through a Tailer Platform data pipeline
* Creating JSON configuration files for data operations
* Deploying data operations with Tailer SDK
* Checking information in Tailer Studio

## :tools: What you'll need

* Tailer SDK installed on your local machine (see [Prepare your local environment for Tailer](/getting-started/prepare-your-local-environment-for-tailer.md) and [Install Tailer SDK](/getting-started/install-tailer-sdk.md))
* GCP configured for use with Tailer SDK (see [Set up Google Cloud Platform](/getting-started/set-up-google-cloud-platform.md)) and credentials required to transfer files safely (see [Encrypt your credentials](/getting-started/encrypt-your-credentials.md))
* Access to two projects in GCP on which you have the appropriate permissions
* A terminal to run commands
* CSV files to process (provided at next step)


---

# 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/introduction.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.
