> For the complete documentation index, see [llms.txt](https://ultimator-wp-doc.templatetrip.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ultimator-wp-doc.templatetrip.com/theme-installation/newsletter-installation.md).

# Newsletter Installation

If you're looking to add a Mailchimp for WordPress (MC4WP) newsletter subscription form to your WordPress site, here are the general steps:

Step 01 - Go to your WordPress dashboard MC4WP> Form. Then, click on form.

<figure><img src="https://3285072878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJEytxt6ECqp8EVcfUYET%2Fuploads%2FFnNfxtCVSAbqcq09DoP4%2Fform-img.png?alt=media&amp;token=7a587f30-8e23-402b-bdf9-db443c92110a" alt=""><figcaption></figcaption></figure>

Step 02 -Create a new form or edit an existing one. Customize the form fields and settings as required.

Step 04 - Once you've configured your form in MC4WP, the plugin will provide a shortcode.

<figure><img src="https://3285072878-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJEytxt6ECqp8EVcfUYET%2Fuploads%2FTwQL67f0pj1fQgTHzFSI%2Fform-img01.png?alt=media&amp;token=bc26946d-d313-4fc4-bb29-117184aea2ae" alt=""><figcaption></figcaption></figure>

Step 05 - Copy the shortcode provided by MC4WP.

Go to the WordPress page or post editor where you want to display the form.

Paste the shortcode into the editor.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ultimator-wp-doc.templatetrip.com/theme-installation/newsletter-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
