# Full Synchronization

Full synchronization will read all available data in the data source and re-ingest every record each time the synchronization occurs.  This is the only method available for uploaded files.  For database tables, this method is only recommended when there is no table field that can be used as a primary or incremental key for another any of the other synchronization methods.

![](/files/8ALczACrvu6WtYRWyDvK)

**Supported Data Sources**

* Uploaded Files (Excel, CSV, TSV)
* Cloud Files (Google Sheets, etc.)
* SQL Databases
* NoSQL Databases
* APIs


---

# 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.verbdata.com/data-sources/data-synchronization/synchronization-methods/full-synchronization.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.
