# Where Can a Customer Cancel Their Subscription?

According to our policy, customers are allowed to cancel their subscriptions directly from your store. This guide will walk customers through the process of canceling their subscriptions.

### **For Customers with an Account on Your Store:**

**Step 1:  Access the Account Page**: Customers should log in to their account on your store and navigate to the **Account** page.

**Step 2: Manage Subscription**: Once on the Account page, customers should select the **Manage Subscription** option.

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

**Step 3: View Subscription Details**: Here, customers will see an interface displaying all details related to their subscriptions in your store. To proceed with canceling a subscription, they need to select **My Subscriptions**.

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

**Step 4: Choose Subscription to Cancel**:

Customers should choose the subscription they wish to cancel and then select the desired action under **Edit Subscription**:

* **Pause Subscription**: Stop receiving new orders until they resume their subscription.
* **Cancel Subscription**: Permanently cancel the subscription.

<figure><img src="/files/4Rlrtb1bFadjpPOhntbf" alt=""><figcaption></figcaption></figure>

### **For Customers Without an Account on Your Store:**

1. **Create an Account**:
   * Customers need to use the email address associated with their order to create an account on your store.
2. **Follow the Steps Above**:
   * After creating an account, they can follow the steps mentioned above to cancel their subscription.

By following these steps, customers can easily manage and cancel their subscriptions as needed.


---

# 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.avada.io/joy-subscriptions/faqs/where-can-a-customer-cancel-their-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.
