# AI Data Management

The reason why customers are required to <mark style="color:blue;">send</mark> data to Beye.ai is the following:&#x20;

1. Performance and reliability: Our infrastructure is optimized for analytic workloads, querying large volumes of data and processing it. Also, as part of our ELT model, we have built in capabilities to report on potential data quality issues, data lineage tracking, and anomalies which all can help your data security and management posture.&#x20;
2. Accelerate the time to onboard and implement: By leveraging the Beye architecture, we can leverage our onboarding automation to implement quickly and reliably&#x20;
3. Upstream AI-first Capabilities: With data present in Beye, and as historical data grows, we can build on statistical metadata layer that powers our AI engine. With this, users can leverage our no-code capabilities to do data transformations, cleansing and create analytic views all with AI.&#x20;

<mark style="color:blue;">Setting up ELT Configuration for a Workspace</mark>

**Transfer files to the storage location**:&#x20;

* Server (S3 Endpoint): storage.googleapis.com&#x20;
* Bucket Path: To be provided by Beye Team&#x20;
* Access Key: To be provided by Beye Team&#x20;
* Secret Key: To be provided by Beye Team&#x20;

1. For every Customer Workspace, there is a dedicated (ELT) configuration page (see below). The view of this ELT, is limited to the **Workspace Owner** role type.

<figure><img src="/files/8DV0emmYb6EjqTXOeKow" alt=""><figcaption><p>ELT Option in Workspace Menu</p></figcaption></figure>

2. Once you click ELT, you can click **Upgrade** (see screenshot below).  This will provide you with private information to your dedicated, secure file store location.

<figure><img src="/files/8aj00j3oXAE1dPuH0Ar8" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">Step 1: Install Cyberduck</mark>&#x20;

1. Go to the Cyberduck website: [https://cyberduck.io](https://cyberduck.io/).&#x20;
2. Download and install Cyberduck for your operating system (Windows or Mac).&#x20;
3. Open Cyberduck once the installation is complete.&#x20;

<mark style="color:blue;">Step 2: Configure the Connection</mark>&#x20;

1. In Cyberduck, click Open Connection (at the top of the main window).&#x20;
2. From the dropdown menu, select Amazon S3 as the connection type.&#x20;
3. Fill in the required fields:&#x20;

* Server: storage.googleapis.com&#x20;
* Bucket Path: To be provided by Beye Team&#x20;
* Access Key ID: To be provided by Beye Team&#x20;
* Secret Access Key: To be provided by Beye Team.&#x20;

<mark style="color:blue;">Step 3: Test the Connection</mark>&#x20;

1. Click Connect to establish a connection to the storage bucket.&#x20;
2. If the connection is successful, you will see the contents of the bucket (it may be empty if no files have been uploaded yet).&#x20;
3. If you encounter an error, double-check the server, bucket path, and credentials.&#x20;

<mark style="color:blue;">Step 4: Upload Files</mark>&#x20;

1. Locate the files on your computer that you need to upload.&#x20;
2. Drag and drop the files directly into the Cyberduck window.&#x20;

* Alternatively, you can click the Upload button, browse for the files, and select them for upload.&#x20;

3. Cyberduck will start uploading the files. You can see the progress in the Transfers window.&#x20;


---

# 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.beye.ai/product-docs/elt.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.
