# Setting Up Email Integration

Pline’s Email integration allows you to automatically send extracted data and reports directly to your inbox, enabling real-time alerts, reporting, and streamlined communication without manual exports.

Here's how to set up Email Integration:

### Step 1: Access the Pline's Platform

Navigate to the **Integrations** section and click the **Create Integration** button.

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

### Step 2: Set up the dataset

* Select the workflow or use the dropdown to choose the workflow you want to integrate.

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

* Manage your dataset settings by manually selecting specific datasets or automatically including all current and future datasets.

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

* Select the datasets you want to connect, then click **"Next".**

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

### Step 3: Configure Destination

Select **Email** as the destination and complete the following configuration fields:

* **Integration Name**: A custom name to identify the integration.
* **Recipient Email Address**: Enter the email address where you want to send the data.
* **File Type**: Select the file type for the exported data (CSV or JSON).

{% hint style="info" %}
The download link included in the email will expire after 7 days.
{% endhint %}

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

\
After you've successfully set up your Email integration, click "**Connect"** to complete the process.


---

# 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.pline.ai/features/integrations/setting-up-email-integration.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.
