> ## Documentation Index
> Fetch the complete documentation index at: https://docs.synclify.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Quick answers to common questions.

<AccordionGroup>
  <Accordion title="Which sources can I sync?">
    Airtable today. Google Sheets and Notion are on the roadmap — they appear in the app marked **Coming soon** or aren't selectable yet. Webflow is always the destination.
  </Accordion>

  <Accordion title="How fast do changes sync?">
    Usually seconds. Realtime sync is included on every plan — Synclify watches your source and runs a sync as soon as it detects a change. Optional [polling](/connections/sync-settings) is a fallback for anything webhooks miss.
  </Accordion>

  <Accordion title="Can I edit content in both Airtable and Webflow?">
    Yes, on a two-way connection. You control it field by field with [per-field ownership](/how-synclify-works#per-field-ownership) — copy owned by Airtable, visuals owned by Webflow, for example. Simultaneous edits to the same field raise a [conflict](/syncing/conflicts) you resolve.
  </Accordion>

  <Accordion title="Will Synclify overwrite my existing Webflow content?">
    Not without your say-so. [Guided setup](/connections/guided-setup) pairs existing records, asks what to do with unmatched ones, surfaces conflicts, and shows a full preview before the first write. Webflow items with no source row can be kept untouched.
  </Accordion>

  <Accordion title="Will deleting an Airtable row delete the Webflow item?">
    Only if you turned on **Delete orphaned records** (off by default). With it off, the Webflow item stays. See [Sync settings](/connections/sync-settings).
  </Accordion>

  <Accordion title="Why can't I change the field mapping on a live connection?">
    Mappings are fixed once a connection is active. Create an [editable draft](/connections/edit-a-connection), change the mapping, review, and approve. Pausing the connection does **not** make it editable.
  </Accordion>

  <Accordion title="What's the fastest sync interval?">
    Polling has a 5-minute minimum, but you rarely need it — realtime already delivers changes in seconds. Tighter polling just burns API quota. See [Sync settings](/connections/sync-settings).
  </Accordion>

  <Accordion title="What should the ID field be?">
    A column that's unique per row and never rewritten — a slug, a name, or a dedicated ID. It's how Synclify matches rows to Webflow items. Changing an identity value makes Synclify see a brand-new record. See [Identity field](/how-synclify-works#the-identity-field).
  </Accordion>

  <Accordion title="Can I connect more than one Webflow site?">
    Yes. Connect additional Webflow accounts and sites from [Data Sources](/data-sources/manage-data-sources). Each Webflow CMS collection can back one live connection at a time.
  </Accordion>

  <Accordion title="How is my Webflow/Airtable access secured?">
    OAuth — you authorize on the provider's site and Synclify never sees your password. Webflow access is scoped to CMS read/write only. Details on the [Security](/security) page.
  </Accordion>

  <Accordion title="How do I get help?">
    When Synclify hits an error it offers a pre-filled support report — accept it. Or email [support@syncwebflow.com](mailto:support@syncwebflow.com). See [Troubleshooting](/troubleshooting) first for the common ones.
  </Accordion>
</AccordionGroup>
