# Mailchimp

Step 1: Setup API Key

![](/files/2uj7oVxa2wH7UUhERFqa)

Step 2: Setup Form

<figure><img src="/files/8aZSwCpUbacAWITQEWH2" alt=""><figcaption></figcaption></figure>

This is code form:

```
<div class="ova-mc4wp-form-wrapper ">
	<div class="ova-mc4wp-form">
        <span class="icon-email"><i aria-hidden="true" class="ovaicon ovaicon-mail"></i></span>
    	<input type="email" name="EMAIL" placeholder="Enter Your Email" required />
    	<button type="submit">
     	   <span class="text">Subscribe</span>
           <span class="text-home2">SUBSCRIBE TODAY</span>
      	   <span class="icon"><i aria-hidden="true" class="fab fa-telegram-plane"></i></span>
           <span class="icon-about"><i aria-hidden="true" class="flaticon flaticon-send"></i></span>
    	</button>
	</div>

	<label>
    	<input name="AGREE_TO_TERMS" type="radio" value="1" required="">
   	 	<a href="http://ovapt.com/vedhak/wp/privacy-policy/" target="_blank">
        	I agree to all terms and policies of the company
    	</a>
	</label>
  
</div>

<p style="display:none;">
    <label>List choice</label>
    <label>
        <input type="checkbox" name="_mc4wp_lists[]" value="Ovatheme" checked="true"> <span>Ovatheme</span>
    </label>
</p>

```


---

# 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://ova-themes.gitbook.io/nighty/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.
