# Newsletter

We are using MailChimp for WP plugin for Newsletter subscribe. You can read more about MailChimp from [here](http://bit.ly/mailchimps)

&#x20;Follow that step below to help you can collect email of subscribers.

&#x20;**Step 1** - Signup for [Mailchimp](http://bit.ly/mailchimps) account then create your lists to collect email .

&#x20;**Step 2** - Install and active plugin [MailChimp for WP](https://wordpress.org/plugins/mailchimp-for-wp/) .

&#x20;**Step 3** - Navigate to **MailChimp for WP** > **MailChimp** then connect with your mailchimp account you created from step 1 .

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LpBdJGhRUrc5B1koaqU%2F-LqonsXVgl6KIt1rDuCa%2F-LqoxHh0xWwdsUxi8Iuu%2Fmailchimp.jpg?alt=media\&token=99b53dc4-344c-4704-8095-da36c0e8c20a)

**Step 4** -  Create mailchimp form to collect email. Navigate to **Forms**

&#x20;Import HTML Code below on section Form mark-up Source

![](https://2332281413-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lt967D3wcWZcT3uyj_8%2F-LtCie8XXfqmu-aLRSFQ%2F-LtClmPVl_xk2BpXMBo7%2Fmailchimp.png?alt=media\&token=87806f3d-26c3-4917-b0aa-536b26f4f40e)

**Source :**

```
<input type="email" name="EMAIL" placeholder="your email" required />
<button type="submit" value="Submit">
<span>subscribe</span><i class="opal-icon-arrow-right" aria-hidden="true"></i>
</button>
```

**Step 5** - After creating from of your plugin. You must set position where you want to display.

&#x20;Going **Appearance -> Widgets** then drag **mailchimp** widget to **Newsletter Sidebar.** You can bring that sidebar to every position you want. ( You can drag to left, right sidebar for each page. You can drag to Footer position.... )


---

# 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://wpdocs.gitbook.io/rehomes/content-managements/newsletter.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.
