> For the complete documentation index, see [llms.txt](https://interactively.gitbook.io/interactively-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactively.gitbook.io/interactively-docs/admin/billing-and-subscription.md).

# Billing and Subscription

## Billing

### Do you have a startup program?

Yes! We offer discounts on the Pro and Growth plans for eligible pre-Series A startups. For more information on the program please reach out to the team at <sales@interactively.io>.

### Who is authorized to manage billing?

Only admins have access to the billing page. Non-admin users cannot view or manage billing details.

### Am I billed per seat on the Growth plan?

Yes. When you add a seat, you’ll be charged a prorated amount for the rest of the current billing cycle. If you remove a seat, your account will receive a credit for the unused time during that period.

## Subscription

### How can I unsubscribe?

You can unsubscribe at any time by going to **Settings > Billing & Plans** and switching your plan to <kbd>Free</kbd>.

### How long can I access my account after canceling my subscription?

If you cancel your subscription, your access will continue until the end of your current billing cycle. For instance, if you subscribe on the 1st and cancel on the 14th, you’ll retain full access until the 1st of the next month. Unused time is not eligible for a refund.

### What will happen to my Interactively demos if I unsubscribe?

If you unsubscribe and downgrade to the <kbd>Free</kbd> plan, you can select one Interactively demo to remain live and editable. You'll also lose access to premium features such as removing the Interactively watermark, performance analytics, tracking, and more.

All other demos will remain in **My Workspace** but will be locked. You can regain access to them at any time by upgrading back to <kbd>Pro</kbd> or <kbd>Growth</kbd>.


---

# 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://interactively.gitbook.io/interactively-docs/admin/billing-and-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.
