> For the complete documentation index, see [llms.txt](https://docs.aito.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aito.ai/integrations/airtable/syncing-data.md).

# Syncing data

The training of aito.ai machine learning can be started with the "Train model" button at the bottom of the extension.

![](/files/rcEbUPqmMczP2lSEyLD7)

The view will guide you through the upload, but the **recommendation is to create a grid view that contains the training data and name it clearly**. In aito.ai extension, you can then choose this view as your training source.

![](/files/uJIbBPdltXQJr4ZISwt7)

A few tips below.

Use view filters to choose the records you want to upload. The general advice is to create a separate view for aito.ai upload purposes, that controls the training data, and contains filters that remove the data that has empty values.

![Screenshot 2021-09-14 at 11.00.16.png](/files/T2UUwrtZvtjjoFGsuJcy)

The extension will automatically create a table name in aito.ai, based on your Airtable table id. This is non-editable at the moment. It looks something like this example: `airtable-tblre7vxZNhkv2kzw`. You can review the table contents and schema through [Console](https://console.aito.ai).

If there is existing dataset in aito.ai with the same tablename, the previous data will be deleted and new data will be uploaded.

{% hint style="info" %}
**A word about data synchronisation**

Training data is not automatically synchronized to your aito.ai instance. If your training data changes and you want your predictions to be informed by the updates then you can re-upload the new training.
{% endhint %}

While most of the Airtable field types are supported by aito.ai, there are some limitations. If you view has columns such as buttons and images, aito.ai will automatically ignore them in the upload. You will see the list of included and excluded fields in the upload view.

![](/files/BJWJXQpwQSxbRVFmmuom)

Linked fields (either externally, or within the table) are automatically added to aito.ai. In this case, multiple tables will also be created in aito.ai, capturing your original data structure. The neat feature here is that then the data behind the links is also used for your predictions.

We recommend you to be careful with any personal information. It is not recommended to include fields that might cause biased predictions. For example, if you are dealing with people, always exclude their demographics such as sex or religion from the training data.

Once you start the upload/sync process, the extension will display the progress (and hopefully not errors :sweat\_smile:) and alert you once the process is complete. Please do not close the tab or browser window while the upload is in progress, as that will terminate the process.

![](/files/xzHigt8SvRyBDRIXkwAo)


---

# 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:

```
GET https://docs.aito.ai/integrations/airtable/syncing-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.
