# Quick start

Seeing data sync instantly across your tools is exhilarating. With Whalesync, you can connect apps and start two-way syncing in under five minutes. Here's how:

## Step 1: Create a new sync

From the dashboard, click "New sync" to kick off the setup flow.

<figure><img src="/files/LP9lrFj0sEBzaMSZ7OMS" alt=""><figcaption></figcaption></figure>

## Step 2: Connect your apps

Choose the apps you want to sync and click "Authorize". For certain apps, you'll need to copy and paste an API key, but for most you can sign-in with OAuth.

<figure><img src="/files/4klX02S42Jh5FPUxAbtj" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you're unsure where to find your API Keys, please visit the specific connector documentation.
{% endhint %}

## Step 3: Map tables

Choose the tables you want to map together for syncing.

<figure><img src="/files/QVxZX27ngX205jh2PnoV" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If your table names match exactly, they will show up as suggested.
{% endhint %}

## Step 4: Map fields

After mapping a table, you can map the specific fields you want to sync and choose the sync direction for each one.

<figure><img src="/files/Yg0YpUX9DXhEpYIJFmL4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Field names do not have to match, but field *types* do need to be compatible.
{% endhint %}

## Step 5: Activate sync

<figure><img src="/files/fqAMpLNsOuHunan46v5C" alt=""><figcaption></figcaption></figure>

:tada:Woo hoo! That's it. Activate sync and within seconds you should see data begin syncing.

{% hint style="info" %}
After turning sync on, you can check the the [operations page](/features/operations.md) to see sync updates Whalesync makes and the [issues page](/features/issues.md) to see any sync errors from your connected apps.
{% endhint %}


---

# 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/start-here/quick-start.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.
