# Connecting Data

The first step to creating a project in Akkio is to connect data, as data is the fuel for any machine learning model. Akkio is a tabular AI tool, which means you’ll want historical data in a tabular format, such as a CSV, Excel file, [Snowflake](broken://pages/-MVqJrzFpTSTQColDIvV) dataset, or [Salesforce](/akkio-docs/integrations/salesforce.md) dataset. Other options include [Google Sheets](/akkio-docs/integrations/google-sheets.md), [Google BigQuery](/akkio-docs/integrations/google-bigquery.md), [Hubspot](broken://pages/-MlM6r104_H8tv-9dAb8), and [PostgreSQL](/akkio-docs/integrations/postgresql-beta.md).

<figure><img src="/files/ke2V12dvrVuSQb4k9xzT" alt=""><figcaption></figcaption></figure>

In machine learning, quality, and quantity are important, so high-quality, large datasets are preferred. “Quality” means having few missing values, properly formatted data, and data indicative of the problem you’re trying to solve. There’s no minimum dataset size for connecting to Akkio, but ideally, your dataset is at least a couple hundred rows, preferably thousands (or millions) of rows.

Crucially, your dataset must be indicative of the problem at hand. For Example, you’ll need a historical customer dataset with a churn column to predict churn.


---

# 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.akkio.com/akkio-docs/integrations/connecting-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.
