+ How to remove the limit of 16 collections?
+
+ In the open-source version of RxDB, the amount of RxCollections that can exist in parallel is limited to `16`.
+ To remove this limit, you can purchase the [Premium Plugins](/premium) and call the `setPremiumFlag()` function before creating a database:
+ ```ts
+ import { setPremiumFlag } from 'rxdb-premium/plugins/shared';
+ setPremiumFlag();
+ ```
+
+
diff --git a/docs-src/src/pages/premium-submitted.tsx b/docs-src/src/pages/premium-submitted.tsx
index e8048fc15ab..bd7ada8dc0c 100644
--- a/docs-src/src/pages/premium-submitted.tsx
+++ b/docs-src/src/pages/premium-submitted.tsx
@@ -18,8 +18,13 @@ export default function PremiumSubmitted() {
const database = await getDatabase();
const formValueDoc = await database.getLocal