# My customers have to enter their e-mail address into the Mailchimp key every time they visit.

Every time an e-mail address is entered into a Mailchimp key, the e-mail address is saved to your Mailchimp list. If a customer is signed in, Locksmith will remember this and will not ask for their e-mail address again. If a customer is not signed in, the fact that the current visitor has entered their e-mail address is remembered via a cookie. However, these cookies are deleted when the browser is closed down. This means that on a future visit, a customer might need to enter their e-mail address again if they aren't signed in because it won't know who the visitor is.<br>

When the e-mail address is entered, it will **not** be added to the Mailchimp list a second time: the customer will simply be granted access again.


---

# 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://www.locksmith.guide/faqs/more/my-customers-have-to-enter-their-e-mail-address-into-the-mailchimp-key-every-time-they-visit..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.
