> For the complete documentation index, see [llms.txt](https://setka.gitbook.io/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://setka.gitbook.io/help-center/account-settings/untitled-2.md).

# Billing and subscription

In **Subscription and Payments,** you can change your credit card details and switch to a different subscription plan. After the plan is changed, your subscription payment will be recalculated.

## How to choose a plan?

Setka Editor is a subscription service. Learn more on the [Pricing](https://setka.io/pricing/) page.

{% hint style="success" %}
You can change your subscription plan at any time from your profile.
{% endhint %}

## What happens if I cancel my subscription?

Your subscription plan will be automatically downgraded to the Free plan with minimum functionality (information below is relevant only for websites running on WordPress):

* 1 Setka built-in style.
* 1 custom style.
* 2 layout grids.

The Free plan does not provide:

* Design Cloud Posts.
* Multi-site.
* Image gallery.
* Inline icons (from the Noun Project library and custom).
* Animations (pre-sets, manual and sticky).
* Custom Fonts.
* Adobe Fonts.
* Components and template editing and creation.
* Custom CSS & JavaScript support & easy adding.
* Tables.
* Enhance Symbols tool.
* Images from Unsplash library.
* Footnotes.
* Buttons.
* Mobile layout customization.
* Collaboration and comments.
* Export article in PDF.
* Styles for AMP pages.
* Export article in HTML and JSON.
* Custom components API.

You can log in to your [Setka Account](http://editor.setka.io/) at any time and change the plan. All styles you create in [Content Design System Manager (CDSM)](/help-center/content-design-system-manager.md) are saved regardless of the plan change.

A free plan for Bitrix and Drupal allows you to edit text and delete/replace photos.

## How to renew the subscription or change my plan?

Login to your [Setka Account](http://editor.setka.io/), go to **Subscription and Payments > Change Plan**, select a new plan. Your bank card will be charged according to the chosen plan, your new billing period will start at this moment.

If your account was downgraded to the Free plan and you decide to resume your subscription in a week, you will not be charged for that week.

## What happens if the payment fails?

If your payment fails, we will contact you and will ask you to verify the credit card details in your account settings and to check if you have enough funds available. We will try to charge your card 3 more times – during the 5th, 10th, and 13th day after the day we failed to charge the card initially. In case of a non-payment for 13 days, your account will be downgraded to the Free plan, as if you have canceled a subscription by yourself.


---

# 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://setka.gitbook.io/help-center/account-settings/untitled-2.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.
