> For the complete documentation index, see [llms.txt](https://guides.noloco.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.noloco.io/quickstart/start-with-your-data.md).

# 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](/data/airtable.md)
* [Google Sheets](/data/google-sheets.md)
* [Xano](/data/xano.md)
* [PostgresSQL](/data/postgresql.md)
* [MySQL](/data/mysql.md)

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="/pages/hTTuGk0IyJhqvk53037H" %}
[Quickstart](/quickstart.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.noloco.io/quickstart/start-with-your-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
