# Attentive

Quiz Kit allows you to add new customers to your Attentive account.&#x20;

{% hint style="info" %}
**Note:**&#x20;

If you’re on a legacy Quiz Kit plan, then this feature is available for the **Basic** plan or higher.
{% endhint %}

Events, questions, and answers that the customer chooses while going through your quiz are attached to that customer as custom properties.

In this section

* [Connecting to Attentive](#connecting-to-attentive)
* [Get an API sign-up source from Attentive](#get-an-api-sign-up-source-id-from-attentive)
* [Setting up Attentive in your quiz](#setting-up-attentive-in-your-quiz)

***

## Connecting to Attentive

**Steps:**

1. From the Quiz Kit dashboard, click **Integrations**.
2. On the **Email marketing** tab, go to **Attentive** and click **Connect**.
3. Insert your Attentive **Private API key** in the appropriate field.
4. Click **Save**.&#x20;

The video below details how to get the private API key:

{% embed url="<https://www.loom.com/share/9d47c668ba35484b92ec48839fe9f0e4>" %}

***

## Get an API sign-up source ID from Attentive  &#x20;

You need to have Attentive create an API sign-up method to move to the next step.&#x20;

Contact the white glove team `whiteglove@attentivemobile.com` or your client strategy manager at Attentive to request this ID be created for you.

***

## Setting up Attentive in your quiz

{% hint style="info" %}
**Note:**

Before this step, you need to have a Sign-up source ID, created for you by Attentive support, detailed in the last step.
{% endhint %}

**Steps:**

1. From the quiz builder, click **Settings**.
2. Click **Integrations**.
3. From the list of integrations, go to **Attentive**, and click the drop-down arrow beside it.
4. Under **Sign-up source ID**, add the ID Attentive gave you.
5. Click **Save**.&#x20;

Once you've clicked save, all quiz completions (if contact information was entered) are sent to your Attentive account.&#x20;

All questions and answers are set as customer custom properties. You can create segments based on question's answers.

You can [collect customers' emails](/building-a-quiz/collecting-customer-data.md) or phone numbers in a separate question, and insert the email/phone value into the [marketing property name](/building-a-quiz/integrations/analytics-and-tracking/additional-marketing-data.md#change-the-marketing-property-name) field.&#x20;


---

# 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://support.quizkitapp.com/building-a-quiz/integrations/email-and-sms/attentive.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.
