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

# Manage your Channable subscription

{% hint style="info" %}
Tip: Learn more about our [pricing plans](/account-billing/manage-your-subscription/channables-pricing-plans.md) and check out our [pricing FAQs](/account-billing/manage-your-subscription/pricing-faqs.md).
{% endhint %}

### Manage your modules and add-ons

The modules that you can add to your subscription are: the **Marketplaces** module, the **Creatives** module, the **PPC** module and **CSS**.

{% hint style="info" %}
Tip: Learn more about the different [modules](/account-billing/manage-your-subscription/channables-pricing-plans.md#modules) and the [order sync and repricer add-ons](/account-billing/manage-your-subscription/channables-pricing-plans.md#modules-and-add-ons).
{% endhint %}

<details>

<summary><strong>Add or remove CSS</strong></summary>

#### Add CSS

To add the CSS module and connect your merchants, follow [this guide](/css/readme/how-to-set-up-a-channable-css-merchant.md).

#### Remove CSS

To remove the CSS module, follow these steps:

1. Go to **\[your company] > CSS Merchants.**&#x20;
2. Click the **Merchant management** tab.&#x20;
3. At the merchant you want to remove, click More <i class="fa-caret-large-down">:caret-large-down:</i>.
   1. Click <i class="fa-arrow-rotate-left">:arrow-rotate-left:</i> **Unregister**.&#x20;
   2. In the pop up, click **Confirm**.

{% hint style="warning" %}
**Important:** To completely remove the CSS module from your subscription, you need to unregister **all** of your CSS merchants.&#x20;
{% endhint %}

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

</details>

<details>

<summary><strong>Add a module or an add-on</strong></summary>

1. Go to **\[your company] > Plans & pricing**.
2. Click **Change subscription**.
3. Select the plan/module/add-on that you want to add.
4. Click **Complete subscription**.

</details>

<details>

<summary><strong>Remove a module or an add-on</strong></summary>

1. Go to **\[your company] > Plans & pricing**.
2. Click **Change plan**.

<figure><img src="/files/0bZFhNcAvypPTuEKxvnB" alt=""><figcaption></figcaption></figure>

</details>

### Manage your billing, invoicing and payment methods

Change your [billing, invoicing or payment information.](/account-billing/manage-your-subscription/billing-and-payment.md)

<details>

<summary><strong>Change your subscription</strong></summary>

{% hint style="warning" %}
Important: If you want to make changes to your subscription, make sure to do so **before** the billing date, which is the 20th of each month. Failure to do so may result in an invoice for the upcoming month. For more information, please refer to our [Terms and Conditions](https://www.channable.com/terms-and-conditions).
{% endhint %}

#### Upgrade your subscription

Go to **\[your company] > Plans & pricing**.

1. Click **Change subscription**.
2. Adjust your **package** (items, projects and channels).Select a **Core plan**.
3. Click **Continue to additional modules**.
4. Select any Additional modules & add-ons.
5. Click **Complete subscription**.

#### Downgrade your subscription

1. Go to **\[your company] > Plans & pricing**.
2. Click **Change subscription**.
3. Select your new subscription.

</details>

<details>

<summary><strong>Cancel your subscription</strong></summary>

{% hint style="warning" %}
**Important:** Complete these steps **before the 20th of the month** to avoid being billed for the next month. If you only partially cancel your account use, you will receive an invoice for the next month and it is not possible to get a refund. Read more about this on page 6 in our [Terms and Conditions](https://www.channable.com/terms-and-conditions).\
\
**If you cancel before the billing date (20th of the month)**, you can continue using your account until the last day of the month and you will not be billed for the following month. (e.g. if cancellation takes place on June 15, you will be able to use Channable until June 30 and will not be billed for July).\
\
**If you cancel after the billing date (20th of the month)**, you will be able to use Channable until the end of next month and you will be billed for the following month (e.g. if you cancel on June 24, you can use Channable until July 31).
{% endhint %}

#### Cancel your Channable subscription

1. Go to **\[your company] > Company settings** in the navigation menu.
2. Go to the **Billing** tab.
3. At **Step 1** **Choose your package and Core plan**, at **What is your item limit?**, use the slider to select 0 items.
4. In the pop-up, confirm the cancellation.

#### Deactivate your channels

When you cancel your subscription, **Channable will automatically deactivate all features at the end of the month**, but any products you have on marketplaces via API Channable will not be automatically removed. To ensure these products are taken off the marketplace, follow these steps:

1. Go to **\[your channel] > Settings**.
2. Click **Clear API**. This will remove all products that were pushed through the API, ensuring they are no longer displayed on the marketplace.

</details>

<details>

<summary><strong>Reverse your subscription cancellation</strong></summary>

To reverse a cancellation, follow these steps:

1. Go to **\[your company] > Company settings**.
2. Go to the **Billing** tab and click **Stop cancellation**. This will instantly stop the cancellation process, maintaining your active subscription and preventing any deactivation of any channels.

</details>

<details>

<summary><strong>Delete your account</strong></summary>

To delete your account, please contact us by email with your account name and company ID to <support@channable.com>.

{% hint style="warning" %}
Important: Account deletion requests must be submitted by the account owner. We can’t delete accounts based on requests from employees or collaborators.
{% endhint %}

</details>


---

# 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://helpcenter.channable.com/account-billing/manage-your-subscription/manage-your-channable-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.
