> 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.md).

# Manage your subscription

### How to subscribe to a paid plan? <a href="#subscribe" id="subscribe"></a>

{% stepper %}
{% step %}
[Sign in](https://www.coupler.io/sign_in) to your Coupler.io account
{% endstep %}

{% step %}
Navigate to the [Billing page](https://www.coupler.io/app/billing)
{% endstep %}

{% step %}
Select the billing interval that you want to use (annual billing allows you to save 25%)
{% endstep %}

{% step %}
Select the plan you prefer and click the "Subscribe" button
{% endstep %}

{% step %}
Enter your payment details on the Stripe checkout

<div align="left" data-full-width="true"><figure><img src="/files/RmAJY7r8os71ENqcEkFZ" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click the "Subscribe" button
{% endstep %}
{% endstepper %}

### How to change a subscription plan? <a href="#change-plan" id="change-plan"></a>

{% stepper %}
{% step %}
[Sign in](https://www.coupler.io/sign_in) to your Coupler.io account.
{% endstep %}

{% step %}
Navigate to the [Billing page](https://www.coupler.io/app/billing)
{% endstep %}

{% step %}
Select the billing interval that you want to use (annual billing allows you to save 25%)
{% endstep %}

{% step %}
Select the plan you prefer and click the "Subscribe" button
{% endstep %}
{% endstepper %}

You can upgrade your subscription plan (subscribe to a more expensive plan) or downgrade it (subscribe to a cheaper plan).&#x20;

You can also subscribe to the same plan but with a different billing interval (i.e. swipe monthly payment to annual or vice versa).

<div align="left"><figure><img src="/files/GdrpMHbs9VuqPcgiztrz" alt="" width="563"><figcaption></figcaption></figure></div>

### How to cancel a subscription? <a href="#return-to-free-plan" id="return-to-free-plan"></a>

{% stepper %}
{% step %}
[Sign in](https://www.coupler.io/sign_in) to your Coupler.io account
{% endstep %}

{% step %}
Navigate to the [Billing page](https://www.coupler.io/app/billing)
{% endstep %}

{% step %}
Click on the "customer portal" link

<div align="left" data-full-width="true"><figure><img src="/files/SgsI3hYm2jBqyXmQgYkR" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Click the "Cancel subscription" button**

<div align="left"><figure><img src="/files/8OoSGRiXOtopYTYP3xNh" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Confirm your decision by selecting the reason.**

<div align="left"><figure><img src="/files/ysvvjTZDop5ClZsmPTzT" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Your subscription will remain active until the end of the current billing period. After that, it will automatically switch to the Free plan.
{% endhint %}


---

# 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.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.
