# Reminder on Subscription

The Subscription Reminder feature in AgencyHandy automates notifications for subscription renewals, missed payments, or failed transactions, ensuring uninterrupted client services and timely communication.

### **What:**

This feature allows agencies to create, edit, and manage subscription reminders for clients, helping automate payment notifications and renewal updates.

### **Purpose:**

* Ensure clients are reminded of subscription renewals.
* Avoid disruptions in service due to missed payments.
* Automate communication for recurring subscriptions.

### **Pre-conditions:**

* An active subscription with a payment schedule set.
* Administrative access to configure and edit subscription reminders.

***

### **Steps to Use:**

1. **Log In to Your Account:**
   * Access your AgencyHandy account using your credentials.
2. **Access Subscription Settings:**
   * From the left column, click on the **Subscription** button.
   * You’ll see the list of all active subscriptions.
3. **Select Specific Subscription:**

   * Find the subscription for which you want to add or edit reminders.
   * Click the down arrow on the right corner of the subscription row to view the default reminder settings.

   <figure><img src="/files/VSqy1PVYA7PS8DnGzwgC" alt=""><figcaption></figcaption></figure>
4. **Edit Reminders:**

   * Click the **Edit** button.
   * A modal page will pop up, displaying reminder configurations.

   <figure><img src="/files/XErpQytL74XDuO40EM4E" alt=""><figcaption></figcaption></figure>
5. **Choose Reminder Type:**
   * Select one of the two reminder types:
     * **Sequenced Reminder:** Set up a sequence of reminders based on templates.
     * **Don’t Send Reminder:** Disable reminders for this subscription.
6. **Set Reminder Details:**
   * Use the dropdown menus to:
     * Select a **template** (e.g., "Upcoming Subscription Renewal Reminder").
     * Define the **reminder date** (e.g., 7 days before or after the next payment date).
     * Specify the reminder interval (e.g., days before renewal).
7. **Add Additional Reminders:**
   * Click the **+ Add Another Reminder** button to add multiple reminder sequences.
8. **Delete Existing Reminders:**
   * Use the **Delete** button next to a reminder to remove it.
9. **Save and Apply:**

   * Once all changes are made, click **Update** to apply & save the updates.

   <figure><img src="/files/JN3M7zLXCG2DgPAxYylA" alt=""><figcaption></figcaption></figure>


---

# 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.agencyhandy.com/english/agencyhandy-user-guide-for-agency/subscription/reminder-on-subscription.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.
