Skip to content

Managing content

After signing in you land on your project’s collections, each with its document count. Open one to see its documents, labelled by the collection’s primary field.

The editing form is generated from the collection’s schema:

  • Validations run on save. Failures show per field (“Required field”, format errors, length bounds), and nothing is stored until they pass.
  • Translatable fields show one input per project language. See locales and translations.
  • File fields accept uploads up to 5 MB.
  • Link fields let you pick a document from the target collection.

If someone else saved the document after you opened it, your save is rejected with a conflict message instead of overwriting their work. Reload the document and reapply your change.

You can export a collection’s documents from the dashboard, for a backup or for offline processing. Your API key gives you the same data over the SDK at any time.