# Activate Profiles Data

Once you create [cohorts]({{< ref "profiles/concepts/cohort.md" >}}) and run the project successfully, you can use the Profiles **Activations** feature to sync your target customer data to the downstream marketing tools like Braze, Mailchimp, etc. This will help you make informed decisions, run personalized marketing campaigns, and enhance the overall customer experience across multiple platforms.

## Prerequisites

- [Import the Profiles project]({{< ref "profiles/management/import-from-git.md" >}}) from your Git repository and run it.
- For the warehouse used for your Profiles project, you must create the RudderStack schema and grant permissions to it. See the detailed steps for each warehouse:

  - [Snowflake](https://www.rudderstack.com/docs/sources/reverse-etl/snowflake/#creating-the-rudderstack-schema-and-granting-permissions)
  - [Redshift](https://www.rudderstack.com/docs/sources/reverse-etl/amazon-redshift/#creating-the-rudderstack-schema-and-granting-permissions)
  - [Databricks](https://www.rudderstack.com/docs/sources/reverse-etl/databricks/#creating-the-rudderstack-schema-and-granting-permissions)
  - [BigQuery](https://www.rudderstack.com/docs/sources/reverse-etl/google-bigquery/#creating-the-rudderstack-schema-and-granting-permissions)

## Add activations

Once you have your Profiles project available in the RudderStack dashboard, you can view the cohorts data after the first successful run.

Follow these steps to add an activation for a cohort:

1. Click **Add activation** next to the cohort for which you want to send data to the downstream destination.

{{< image src="images/profiles/activation-view-ui.webp" alt="Activation API" >}}

2. Configure the following settings in the **Create Activation** window:

| Setting                     | Description                                                                      |
| :-------------------------- | :------------------------------------------------------------------------------- |
| Activation name             | Assign a name to uniquely identify the activation.                               |
| Select identifier           | Select the type of ID you want to use for the activation from the dropdown menu. |
| Select your activation type | Choose a table or audience as your source.                                       |

3. Click **Continue** to verify your credentials.
4. Review the details and click **Create activation**.
5. Choose from **Use existing destination** or **Set up a new destination** to connect your activation to the destination.
6. Configure the destination-specific settings.
7. Click **Turn on the connection** to enable the connection.

{{< image src="images/profiles/activation-connection.webp" alt="Activation API" >}}

You can view your **Activations** in the list of **Sources** in the RudderStack dashboard.

## View/modify activations

1. Click **[n] Activations** next to your cohort:

{{< image src="images/profiles/view-activation.webp" alt="Activation API" >}}

2. Click the **Activations** tab to view the detailed list of all the connected activations:

{{< image src="images/profiles/activation-list.webp" alt="Activation API" >}}

3. Click on the activation name. It will take you to the source overview page:

{{< image src="images/profiles/connected-destinations.webp" alt="Activation API" >}}

4. Click the **Connection details** next to the destination.

{{< image src="images/profiles/connection-details.webp" alt="Activation API" >}}

5. Edit the **Schema** or **Settings** in the relevant tabs:

{{< image src="images/profiles/connection-edit.webp" alt="Activation API" >}}

