# Klaviyo

## Prerequisites

You will need access to your Klaviyo account and must have an *Owner*, *Admin*, or *Manager* role.

## Step 1: Create a Klaviyo API key

1. Navigate to your accounts *Settings* page and select ***API Keys**.*
2. Under the *Private API Keys* section, select ***Create Private API Key.***
3. Provide a name *Clario API Integration* for your private key and add the ***Read-Only Key*** scope.
4. Select ***Create***. Note the private key and provide it to Clario.


---

# 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.clar.io/connecting-your-data/klaviyo.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.
