# 3.3 Subscriptions

Clients can view their active and past subscriptions, track payment details, check subscription status, apply filters, and sort subscriptions for easy navigation.

***

### **What:**

This feature allows clients to:

* **View all active and past subscriptions** in a structured list.
* **See payment details**, including the last and next payment date.
* **Check subscription status** (Active, Expired, Canceled, or Pending).
* **Filter and sort subscriptions** for easier access to relevant information.

***

### **Purpose:**

* Provide clients with **a clear overview** of their subscriptions.
* Enable **quick access to payment details** to avoid missed renewals.
* Allow **efficient filtering and sorting** for better subscription tracking.
* Help clients **stay informed** about upcoming payments and subscription statuses.

***

### **Pre-conditions:**

* Clients **must have an active account** on Agency Handy.
* At least one **active or past subscription** must be available.
* Subscription payments **must be processed through the platform** for payment tracking to be accurate.

***

### **Steps to Use (Detailed Guide)**

#### **1. Accessing Subscriptions**

1. **Log in** to your Agency Handy account.
2. Navigate to the **Subscriptions** tab on the left sidebar.
3. A list of **all active and past subscriptions** will be displayed.

#### **2. Viewing Subscription Details**

4. Click on any **subscription** to view details, including:
   * **Service Name** (Linked to the subscription)
   * **Subscription Status** (Active, Pending, Expired, Canceled)
   * **Last Payment Date** (Date of the most recent payment)
   * **Next Payment Date** (Upcoming payment due date)

#### **3. Filtering & Sorting Subscriptions**

5. Use **Filters** to refine your search based on:
   * **Service Name** (Filter by a specific service)
   * **Status** (Active, Expired, Canceled, Pending)
   * **Last Payment Date** (Filter subscriptions based on last payment date)
   * **Next Payment Date** (Filter based on upcoming payments)
6. Use **Sorting Options** to arrange subscriptions:
   * **Alphabetically (A-Z / Z-A)**
   * **By Created Date (Newest First)**

***

### **Important Notes:**

* Clients **can only view their own subscriptions** and payment history.
* Subscription status **automatically updates** based on payment and renewal cycles.
* Filters and sorting help **organize subscriptions efficiently** for quick access.
* Clients should **regularly check their next payment date** to avoid service interruptions.
* Expired or canceled subscriptions **may not be restorable** depending on the service provider’s policies.


---

# 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/agencyhandy-user-guide-for-client/3.-managing-dashboard/3.3-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.
