> For the complete documentation index, see [llms.txt](https://docs.whalesync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whalesync.com/resources/support/sync-behavior-questions.md).

# Sync behavior questions

### If I add a field mapping to an existing synced table, what happens?

When you add a field mapping to an existing synced table, there may be data in that field in the records on both sides of the sync. Whalesync will ask you which side should be considered the initial set of data for this field:

<figure><img src="/files/TfOj2jiQVfYEDRoR1z0I" alt=""><figcaption><p>Modal shown when adding a new field mapping</p></figcaption></figure>

Whichever side you pick will be considered as the initial source of truth. The data from that side will overwrite the data in that field on the other side when syncing is turned back on. In the above screenshot, the data in "My New Field" in Airtable will overwrite any data in "My New Field" in the records in Webflow.

### If I remove a field mapping from an existing synced table, then add it back, what happens?

For an existing synced table, let's say you:

* Remove a field mapping
* Save the sync configuration
* Add the field mapping back

Whalesync will consider the field mapping to be brand new and the previous history of the mapping will be lost. In this case, when adding the field mapping back, Whalesync will show the field initialization modal again (see above: [#if-i-add-a-field-mapping-to-an-existing-synced-table-what-happens](#if-i-add-a-field-mapping-to-an-existing-synced-table-what-happens "mention")).

When sync is activated, every record in the destination table will be updated again. In the above example, if "My New Field" on the Airtable side is picked, every record in that table in Webflow will get updated with data from "My New Field" from Airtable.


---

# 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://docs.whalesync.com/resources/support/sync-behavior-questions.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.
