> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-user-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# How To Add Custom Unsubscribe Tracking?

## Instructions

1. Turn the **Status** toggle on for the required subscription category to activate the Unsubscribe page.

   <img src="https://mintcdn.com/moengage-user-guide/0aMghOeJ2wfLjro2/images/moengage_abfef0.png?fit=max&auto=format&n=0aMghOeJ2wfLjro2&q=85&s=bbe05946ceaf713e5b01aad3b1aa29e2" alt="303.png" width="1440" height="243" data-path="images/moengage_abfef0.png" />
2. You can then incorporate custom Unsubscribe tracking by adding the following HTML code to the email body:
   <CodeGroup>
     ```html HTML wrap theme={null}
     <a data-msys-managepref="1" href="https://api-0X.moengage.com">Manage your preferences</a>
     ```
   </CodeGroup>
   <Info>
     X denotes the number of the data cluster (DC) in `https://api-0X.moengage.com`
   </Info>
