# MailChimp

### <mark style="color:purple;">**1. MailChimp API**</mark>

The API key for connecting with your MailChimp account. [Get your API key here.](https://us11.admin.mailchimp.com/account/api/)

![](https://702617533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkn7kPvq1Y44Nz6gVyVZq%2Fuploads%2FnQkoPG0vW1D9CcFBZV4X%2Fuse-mail1.png?alt=media\&token=8b0db4b9-ba4e-4bdf-9a14-86410f48f87b)

### <mark style="color:purple;">**2. Form**</mark>

```
<input class="form-control input-newletter mc4wp_email" name="EMAIL" required="" type="email" placeholder="Your email address..."> 
<button type="submit" value="Submit"> <i class="tb-icon tb-icon-send"></i> </button>
```

![](https://702617533-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fkn7kPvq1Y44Nz6gVyVZq%2Fuploads%2F9lrI6dMLHxg3vXInZl6L%2Fuse-mail2.png?alt=media\&token=610dacf7-c652-49f8-8a7a-42b4c22fc3cc)

{% hint style="info" %}
**Watch the video tutorial here:**
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=35KjtuDNNZw>" %}


---

# 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://thembay-docs.gitbook.io/hara/theme-configuration/mailchimp.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.
