# Start with your data

If you already have business data in a spreadsheet in one of our [supported sources](#supported-sources) you should be able to get started with Noloco in just a few clicks.

Every app you create in Noloco is powered by data. Once you connect a data source to your app, it remains in two-way sync. This means changes to one are reflected in the other.

### Connecting a data source

When creating your project, choose your data source from one of the available options, and then follow the instructions on the next screen to connect your data source.

Noloco uses secure connections to connect to your data source and encrypts the credentials where necessary to ensure your data is secure.

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

After you connect your data source, Noloco will determine the tables and columns in your source, then start to import that data to Noloco.

While the data is being imported, Noloco will use AI to generate the layout of your app, creating a page for each table.

Once done, you will be redirected to your new app.

#### Supported Sources

* [Airtable](https://guides.noloco.io/data/airtable)
* [Google Sheets](https://guides.noloco.io/data/google-sheets)
* [Xano](https://guides.noloco.io/data/xano)
* [PostgresSQL](https://guides.noloco.io/data/postgresql)
* [MySQL](https://guides.noloco.io/data/mysql)

Once you have created your app, you can continue finishing your app's setup by following the rest of the Quickstart guide

{% content-ref url="" %}
[](https://guides.noloco.io/quickstart)
{% 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://guides.noloco.io/quickstart/start-with-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.
