> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/account-management/billing/how-to-manage-your-subscription/monday.com.md).

# Subscribed via monday.com

If your Coupler.io subscription was purchased through the monday.com Marketplace, the subscription is managed by monday.com.

To cancel the subscription, please follow these steps:

{% stepper %}
{% step %}
Log in to your monday.com account.
{% endstep %}

{% step %}
Open the Coupler.io app page or navigate to the app's **Billing** tab.
{% endstep %}

{% step %}
Click the **three-dot menu** located next to **Use App** in the top-right corner.
{% endstep %}

{% step %}
Select **Cancel subscription** from the dropdown menu.
{% endstep %}

{% step %}
Confirm the cancellation.
{% endstep %}
{% endstepper %}

Your subscription will remain active until the end of the current billing cycle. After the renewal date, future billing will stop automatically.

If you no longer plan to use Coupler.io, you can also uninstall the app from your monday.com account after canceling the subscription.

Please note that uninstalling the app alone may not immediately stop billing, so we strongly recommend canceling the subscription first through the Billing section.

#### Verify the Subscription Was Canceled

After canceling the subscription, we also recommend verifying that no future charges are scheduled.

To do this:

{% stepper %}
{% step %}
Navigate to the app’s **Billing** section in monday.com.
{% endstep %}

{% step %}
Review your active subscriptions and upcoming charges.
{% endstep %}

{% step %}
Make sure there are no future charges related to Coupler.io.
{% endstep %}
{% endstepper %}

#### Need Additional Help?

If you experience any issues related to subscription cancellation, billing, or subscription management, we recommend contacting monday.com Support directly, as subscriptions purchased through the monday.com Marketplace are fully managed by monday.com.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.coupler.io/account-management/billing/how-to-manage-your-subscription/monday.com.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
