# Resources

- [Support](https://docs.whalesync.com/resources/support.md): Where to get help if you have questions
- [Sync behavior questions](https://docs.whalesync.com/resources/support/sync-behavior-questions.md): Syncing can be non-obvious. These are some common questions and answers regarding sync behavior.
- [Common errors - Airtable](https://docs.whalesync.com/resources/support/common-errors-airtable.md): Common error messages from Airtable and how to resolve them
- [Common errors - Notion](https://docs.whalesync.com/resources/support/common-errors-notion.md): Common error messages from Notion and how to resolve them
- [Common errors - Postgres](https://docs.whalesync.com/resources/support/common-errors-postgres.md)
- [Common errors - Webflow](https://docs.whalesync.com/resources/support/common-errors-webflow.md): Common error messages in Webflow and how to resolve them
- [Reconnecting a sync](https://docs.whalesync.com/resources/support/reconnecting-a-sync.md): How to fix a broken connection and resume syncing
- [FAQ](https://docs.whalesync.com/resources/support/faq.md): Frequently asked questions
- [Field compatibility](https://docs.whalesync.com/resources/support/field-compatibility.md): Understanding why certain fields are not compatible and cannot be synced
- [How to get record IDs](https://docs.whalesync.com/resources/support/how-to-get-record-ids.md): How to find the Record ID for each connector
- [How to change your sign-in](https://docs.whalesync.com/resources/support/how-to-change-your-sign-in.md): Steps to go from Google login to a password or change your email altogether
- [How to change your email](https://docs.whalesync.com/resources/support/how-to-change-your-email.md): Step-by-step on how to change the email associated to your account
- [How to add additional email addresses](https://docs.whalesync.com/resources/support/how-to-add-additional-email-addresses.md): Steps to add additional email addresses to your account for sign-in.
- [How to update your tax ID number](https://docs.whalesync.com/resources/support/how-to-update-your-tax-id-number.md)
- [How to create a slug field in Airtable](https://docs.whalesync.com/resources/support/how-to-create-a-slug-field-in-airtable.md): A simple guide for creating a "slug" field in Airtable using formulas
- [Known issues](https://docs.whalesync.com/resources/support/known-issues.md): There are a few uncommon problems that you may encounter while using Whalesync. We're actively working on fixes, but in the meantime these are some workarounds.
- [Multi-select to multi-reference](https://docs.whalesync.com/resources/support/multi-select-to-multi-reference.md): How to turn Airtable multi-select fields into multi-reference fields that can be synced with Webflow
- [Transfer Webflow site to another account](https://docs.whalesync.com/resources/support/transfer-webflow-site-to-another-account.md): How to keep using your sync after transferring your Webflow site to another Webflow account
- [Troubleshooting attachment fields](https://docs.whalesync.com/resources/support/troubleshooting-attachment-fields.md): What to do if attachments (e.g. images) aren't syncing between Airtable and Webflow
- [Webflow deprecating v1 APIs](https://docs.whalesync.com/resources/support/webflow-deprecating-v1-apis.md): What you need to do to avoid disruption when Webflow deprecates their v1 API
- [Allowlisting Whalesync IP addresses](https://docs.whalesync.com/resources/support/allowlist-ip.md): Allowlist Whalesync's static outbound IP address to grant access to your databases and internal systems.


---

# 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.whalesync.com/resources.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.
