docs: document preview limits in Cloud + general updates (#13661)

This commit is contained in:
Shahed Nasser
2025-10-02 19:17:50 +03:00
committed by GitHub
parent 8734866eb1
commit 4717ad9a59
8 changed files with 91 additions and 25 deletions
@@ -98,3 +98,26 @@ To change the default payment method:
7. Choose "Set as default" from the dropdown.
The next time Cloud captures the subscription payment for your organization, it will use this payment method first.
---
## Change Concurrent Previews Limit
Based on your [plan](../../pricing/page.mdx), you may have limits on the number of active preview environments you can have at a time. For example, if your plan allows for one active preview environment, you can only have one open PR with a preview environment at a time.
You can increase the concurrent previews limit, which would add it to your bill as an [add-on resource](../page.mdx#purchase-add-on-resources).
To change the concurrent previews limit:
1. Make sure you're viewing the [correct organization's dashboard in Cloud](../../organizations/page.mdx#switch-organization).
2. Click on the <InlineIcon Icon={ChevronUpDown} alt="switch organization" /> icon in the [organization switcher](../../organizations/page.mdx#switch-organization) at the top left of the Cloud dashboard.
3. Choose "Organization Settings" from the dropdown.
4. Change to the "Billing" settings from the sidebar.
5. In the "Concurrent previews" section, enter the number of concurrent previews you want to have.
- You can't enter a number lower than your current active preview environments. For example, if you have two active preview environments, you can't set the limit to one.
- You can see how much it would cost to increase the limit below the input field.
6. Once you're done, click the "Save changes" button.
This will apply the new limit to your organization, and you can view your updated bill in the [Invoices](../page.mdx#view-billing-history-and-invoices) settings.
![Concurrent previews section in the Billing settings](https://res.cloudinary.com/dza7lstvk/image/upload/v1759410004/Cloud/CleanShot_2025-10-02_at_15.59.33_2x_rutivf.png)