# Prepare the demonstration environment

## :dividers: Create buckets and folders

For the detailed procedure on how to create GCS buckets (manually or using gsutil), refer to this [page](https://cloud.google.com/storage/docs/creating-buckets).

1. Create a bucket in a first project. This bucket will contain the source files. As bucket names need to be unique globally, you can pick any name you want. Select the settings that you want.‌
2. In this first bucket, create 2 folders:\
   \&#xNAN;**◾ tailer-demo-input-folder**\
   ◾ **tailer-demo-archive-folder**
3. Go to a different project, and create a second bucket. This bucket will contain the output files. Again, pick the name and settings that you want.
4. In this second bucket, create 2 folders:\
   \&#xNAN;**◾ tailer-demo-input-folder**\
   \&#xNAN;**◾ tailer-demo-archive-folder**

## :arrow\_up: Import demo files

Import the following demo files into the folder named **tailer-demo-input-folder** located in the first bucket:

{% file src="/files/-MIKAv-EAPhbwdSzM5gr" %}
Demo file 1
{% endfile %}

{% file src="/files/-MIKAoshKHdEy5jBYadN" %}
Demo file 2
{% endfile %}

{% file src="/files/-MIKAjxtgMcxiAC95LoT" %}
Demo file 3
{% endfile %}

{% file src="/files/-MIKAfxq7YYj0x7va39W" %}
Demo file 4
{% endfile %}

{% file src="/files/-MIKATDAR7kcmn7DiSgh" %}
Demo file 5
{% endfile %}


---

# 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/prepare-the-demonstration-environment.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.
