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

# Manage subscription

The **Manage subscription** page is where you control your Fluid CRM subscription at an account level.

This is the central place to check whether your account is on a trial or active plan, and to open Stripe for any billing-related changes.

***

### What the Manage subscription page is for

The **Manage subscription** page is designed to:

* Show your current subscription status
* Provide access to the Stripe customer portal
* Keep your account billing state in sync

All billing actions are handled securely via Stripe.

***

### Subscription status

The **Subscription status** section shows the current state of your account.

Possible states include:

* Trial
* Active subscription
* Canceled or inactive

This status is read directly from Stripe and reflects your actual billing state.

If you recently changed your plan, seats, or payment method, the status may take a moment to update.

***

### Manage subscription button

The **Manage subscription** button opens the Stripe customer portal.

From Stripe, you can:

* View your current plan
* Update payment methods
* Change billing details
* Upgrade or downgrade your plan
* Cancel your subscription

Fluid CRM does not store payment details directly.

***

### Refresh status

The **Refresh status** action forces a re-sync between Fluid CRM and Stripe.

Use this if:

* You just completed a billing change
* Your subscription status looks outdated
* You were redirected back from Stripe and want to confirm the update

***

### What Manage subscription does not control

The **Manage subscription** page does not:

* Change workspace settings
* Manage team members or seats
* Control invoices or receipts
* Modify data, pipelines, or deals

Those actions live in other billing and settings sections.

***

### What to read next

* **Billing and invoices** – view receipts and payment history
* **Upgrade or downgrade plan** – change your pricing plan
* **Seats and pricing** – manage team seats and per-user billing


---

# 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://fluid-crm.gitbook.io/fluid-crm-docs/account-and-billing/manage-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.
