# Initiate First Transfer

## Step-by-Step: Launching a Transfer

Once your platforms are authenticated and your connectors are configured, you can launch your first data flow in a few simple steps.

#### Step-by-Step: Launching a Transfer

1. **Go to My Connections**
   * Navigate to the MadConnect dashboard and click “Create Connection”
2. **Select Source and Destination**
   * Choose your data source (e.g., Snowflake)
   * Select your destination platform (e.g., Meta, TTD)
3. **Leverage Standard Schema or Implement Custom Mapping**
   * Use MadConnect’s pre-defined **standard schema** for your selected use case
   * Or work with your MadConnect representative to account for any custom mapping to our schema format
4. **Activate the Connection**
   * Review prerequisites including authentication and field-level readiness
   * Click “Activate” once all requirements are satisfied
5. **Initiate Transfer**
   * Go to Active Connections
   * Click “Initiate Transfer” to send the first batch

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

***

#### What Happens Next

* The system will queue the transfer and show progress in the **Reports** tab
* Any schema mismatch or platform-side error will be logged
* You can schedule future transfers or monitor completion in real time

{% hint style="info" %}
For help creating your first connector, see the [Connectors Overview](/connectors.md) page.
{% 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.madconnect.ai/getting-started/initiate-first-transfer.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.
