Developer Preview: The data collections extension is in Developer Preview and is subject to change.
You can store structured data on a Wix site in CMS collections. The CMS provides a UI for managing collection data on the site, and the Data API reads and writes to those collections from code.
For example, a quiz can store its submissions in a Submissions collection with fields like quiz ID, visitor ID, score, and answered-at.
A data collection schema declares the fields the collection holds, their data types, and any constraints. It also declares the collection's read and write permissions, which control which visitors and members can read from or write to the collection.
When a collection is created on a site by installing an app with a data collections extension, the extension can also include initial data that Wix imports into the collection on first creation.
The development path determines how you add collections to a site:
Last updated: 2 August 2026