# Newsletter

On the Huntor homepage, there is a newsletter content. (Homepage 02 & 03)

![Huntor - Newsletter](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNf4qY0625PRjPT2Bp%2Fimage.png?alt=media\&token=191a8aad-a17b-44fa-bb1f-81bc5d8ad9c9)

To show as above image, you can see the detail:&#x20;

* Sign up account Mailchimp
* Get API Key from your Mailchimp account and insert via Admin > Mailchimp > Insert API key

![](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfGqFMvMl2J0Tkwno%2Fimage.png?alt=media\&token=8a27424e-2972-403f-b28f-07cc2175f777)

* Add form newsletter to show on the homepage and Save the changes

![](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfSG6PB8ObBC54IF_%2Fimage.png?alt=media\&token=d9b5f6f3-fa23-4c69-8d0e-fc3ded245c4f)

Add this css for form code:

```
<input type="email" name="EMAIL" placeholder="Your email address" required />
<button class="button-skew" type="submit" value="subscribe">
<span>Subscribe</span>
</button>
```

![](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfbJSUYmU_M_Afwvo%2Fimage.png?alt=media\&token=3bdb5544-19a7-4110-815f-adbeabd84397)

* After saving, it appears at frontend:

![Huntor WordPress Theme with Newsletter](https://935372695-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MIYgnTX-5gFMC3PxtGH%2F-MYNe87NEQtx5CyAUu9j%2F-MYNfm_qexIWvPFjDMc2%2Fimage.png?alt=media\&token=bba3ddd4-3147-4dd9-ac00-a098d7abb495)


---

# 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/huntor/content-management/homepage/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.
