Upgrading your plan
Upgrading moves your workspace to a bigger plan so you get more connected channels, more posts, and more AI credits.
Why it matters
A bigger plan removes the limits you hit on the free plan. You can connect more social accounts, schedule more posts, and use AI more often.
Step by step
Open the Plans page
Go to your account menu and click Plans. You will see the available plans side by side.
Pick the plan you want
Compare the plans and click Upgrade (or Choose plan) on the one that fits you. You can also switch the billing period between monthly and yearly here.
Confirm payment
Follow the on-screen checkout to confirm. When it finishes, you are taken back to Sosyabot.
Start using the new limits
Your new channel, post, and AI credit limits are active right away. No restart needed.
TIP
Have a discount code? Add it on the checkout step before you confirm. See Coupons.
Good to know
- You can change plans at any time, including moving up to a larger plan or down to a smaller one.
- If you cancel, your current plan keeps working until the end of the period you already paid for, then it ends.
- A free trial, if available, runs until its end date and then needs a paid plan to continue.
- The exact prices and limits are shown on the Plans page; always check there for current numbers.
Related
For developers
Checkout starts a billing session that is scoped to the current workspace, and the active billing provider decides the flow:
- stripe — returns a Stripe Checkout session URL to redirect to.
- iyzico — returns the Iyzico hosted-page URL.
- paytr — returns an iframe URL for in-page checkout.
- manual — default, no external processor; creates a payment request for admin approval.
The subscription record stores plan_code, status (trialing / active / past_due / canceled / expired), billing_currency, billing_period, period dates, and cancel_at_period_end.
Cancelling sets cancel_at_period_end to true: service continues until current_period_end, then the status moves to canceled.