Console Guides

Collection Data

Collection Data lets you browse, add, edit, and delete individual documents inside one collection — a spreadsheet-like view of your actual app data.

Find it

Collection Data is in the sidebar under the Build group. Pick a collection from the dropdown next to the page title — it opens empty until one is selected.

Collection Data page with the products collection selected, showing zero documents and the Add document button marked
Collection Data — scoped to one collection at a time
  1. Click the collection-name dropdown to switch which collection's documents you're viewing.
  2. Click + Add document to create the first record.

Add a document

New document form with a name field and Create button marked
The form generates one input per field defined on the collection's schema
  1. One input appears per field defined on the collection's schema — see Collections to add or change fields.
  2. Click Create. The new document appears in the table immediately.

The document table

Collection Data table showing one document row with Edit and Delete actions marked
Each document row shows its real _id and createdAt alongside your own fields
  1. Edit opens the same form pre-filled with the document's current values; Delete removes it permanently — there is no undo.
Note
Every field type your app might send (string, number, boolean, date, and so on) is editable here as plain text or the matching control — this page is meant for quick manual edits and spot-checks, not bulk data management.