> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/guides/account-admin/subscriptions.md).

# Subscriptions

Subscriptions give contacts control over which types of emails they receive, so they can opt out of specific categories rather than unsubscribing entirely. This typically reduces full opt-outs.

You organise your emails into categories — for example, Newsletters, Event invitations, or Special offers. When you send, eMarketeer automatically excludes contacts who have unsubscribed from that category. An email with no category assigned is only filtered for contacts who have fully withdrawn their marketing consent.

## Set up subscription categories

You need administrator access to create and manage subscription categories.

1. In the top navigation, click **Account**.
2. Click **Subscription and send outs**.

   <div align="left" data-with-frame="true"><img src="/files/PG6O9gzmmynY7lMpJDpN" alt="Account menu with the Subscription and send outs option highlighted"></div>
3. Create your categories. Keep names short and clear — contacts see them in the subscription center. Focus on broad communication types rather than very specific ones.

   <div align="left" data-with-frame="true"><img src="/files/41Flg24iadLSTuy3bbAD" alt="Subscription categories management page listing category names"></div>

## Your contacts

All contacts — new and existing — start with every subscription category turned on. To change subscription settings for a group of contacts at once, use the bulk update action on a contact list.

## Create an email

When you create a new email, a subscription category dropdown appears in the email settings. Select the category that best matches the email's content.

<div align="left" data-with-frame="true"><img src="/files/KDhrLg8cX3y8CMCexr3q" alt="Email creation form showing the subscription category dropdown"></div>

If the email does not belong to any category — for example, a one-time notification — set it to **None**. Emails set to None are only filtered for contacts who have fully unsubscribed.

<div align="left" data-with-frame="true"><img src="/files/vhX4vaQNpOOPQCkJDDGU" alt="Email settings panel with the subscription category field set to None"></div>

## Subscription center

The subscription center is a public page where contacts manage their email preferences. It lists all active categories, each with a toggle. Contacts can also check a box to fully opt out and withdraw all marketing consent.

<div align="left" data-with-frame="true"><img src="/files/Jq8CfgEe2qc8uGEm50F6" alt="Subscription center page showing category toggles and a full opt-out checkbox"></div>

The standard unsubscribe link in email footers automatically links to the subscription center.

## Automations

You can change a contact's subscription status automatically using Journey automations. Add a step that triggers when a contact interacts with a component — for example, to remove them from a category after they click a specific link.

***

**Related:**

* [Exclude inactive recipients](/references/references/email/exclude-inactive-recipients.md)
* [Transactional sendouts](/references/references/email/transactional-sendouts.md)
* [Whitelisting email servers](/references/references/email/deliverability/whitelisting-email-servers.md)
* [Automatic send pause](/references/references/email/automatic-send-pause.md)


---

# 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:

```
GET https://support.emarketeer.com/guides/account-admin/subscriptions.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.
