# Connect your Data

Jet allows you to connect and sync with 50+ data sources: business apps (Airtable, Stripe, Zendesk), Data Warehouses, Internal and external REST or GraphQL APIs, and File Storage. Once a [data source](/user-guide/integrations.md) is set up, you can utilize your data to create apps.

This guide focuses on using [Jet Table](/user-guide/integrations/jet-tables.md) as the data source. Jet Table offers a quick and secure method for storing and modifying data specifically for Jet applications. It integrates the robustness of a PostgreSQL database with the user-friendly aspect of a spreadsheet interface, enabling efficient data management.

To insert test data into the Jet Database, first download the following provided CSV files:

* [Deals](https://res.cloudinary.com/djpvkoh3s/raw/upload/v1699769136/csv%20samples/lzhlxcnvtyvsu6jrl5mx.csv)
* [Companies](https://res.cloudinary.com/djpvkoh3s/raw/upload/v1699769136/csv%20samples/jrhpf9oosuuozugee4rn.csv)

Once you have downloaded the CSV files, follow the steps:

1. Log in to Jet Admin and create a new project. If you don't have an account, [sign up](https://app.jetadmin.io/register) for free.
2. Create a new project and add Jet Table as your data source, or if you have an existing project, integrate Jet Table by navigating to **Data** > **Add Resource**.
3. Click **Import CSV**&#x20;
4. Select the **Companies** CSV you downloaded
5. Click **Import file**

{% @arcade/embed flowId="mecpHbmAMz6gVq1gjYiH" url="<https://app.arcade.software/share/mecpHbmAMz6gVq1gjYiH>" %}

6. Follow the same process to import **Deals: Data** > **Jet Tables > Add or Import.**

{% @arcade/embed flowId="OcDA6NlTW7qooOE72OIg" url="<https://app.arcade.software/share/OcDA6NlTW7qooOE72OIg>" %}

{% content-ref url="/pages/UsgTz7o4vPeieqeQtyvh" %}
[Configure Data](/getting-started/quickstart/configure-data.md)
{% endcontent-ref %}


---

# 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.jetadmin.io/getting-started/quickstart/connect-your-data.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.
