# Unsubscribe Page Provided by EmailLabs

If you choose this option, EmailLabs will provide a ready-made website where your client can unsubscribe from your mailing list. Information about unsubscribing and the button title are set to default.

1. To add an unsubscribe link to your email message, place the following code in the email body: \
   `<a href="##unsubscribe_link##">{{ unsubscribe_text }}</a>`. \
   \
   Replace `{{ unsubscribe_text }}` with any text you'd like to represent the unsubscribe link.

<figure><img src="/files/0Qmxnzo0XTITkmlYnB1p" alt="unsubscribe"><figcaption></figcaption></figure>

* **Information about sign-out:** here, you can enter a proper description of the unsubscribing process.
* **Button title:** enter the name shown as the unsubscribe button label.
* **Thank you, text:** this is the information that the user will get as a confirmation of unsubscribing.

By clicking the **“Preview”** button, you will see what the ready page will look like.

**⬅️ Detailed instructions for each panel section under the "Unsubscribe' tab can be found in the drop-down menu on the left.**


---

# 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://docs.emaillabs.io/en/analytics-panel/functionalities/unsubscribe/unsubscribe-page-provided-by-emaillabs.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.
