Skip to main content

Collection settings

Overview

The Collection settings page configures instance-wide options under Settings > Collection.

Access and saving

Only admins can change Collection settings. Editors, collaborators, and anonymous visitors can't open the page.

The page has one Save button. It saves every card at once. There's no reset or cancel action, so you revert by editing a field again and saving.

A successful save shows a "Settings updated" message. A failed save shows an error message. Uwazi syncs the change to other open tabs without a reload.

The Field column in each table lists the key Uwazi stores in the settings document. These keys help you find a setting in the API.

General

The General card holds naming, branding, and access settings.

SettingFieldTypeDefaultDescription
Collection Namesite_nameTextUwaziName shown in the browser tab, top bar, and emails. Required; the page won't save while it's empty.
Custom FaviconfaviconImageBrowser tab icon, chosen from Custom Uploads. Must be square, 16x16 to 512x512 pixels.
Default ViewdefaultLibraryViewOptionCardsLibrary layout for visitors. One of Cards, Map, or Table.
Default date formatdateFormatOptionyyyy/MM/ddDate display format. One of yyyy/MM/dd, dd/MM/yyyy, MM/dd/yyyy, yyyy-MM-dd, dd-MM-yyyy, or MM-dd-yyyy.
Custom landing pagehome_pageTextRelative path for the home page, such as /page/xxx. The field shows a https://yourdomain prefix as a hint.
Public instanceprivateToggleOffWhen on, anyone can view the collection without signing in. Inverts the stored private value: on stores private: false, and private: true blocks visitors who aren't signed in.
Hide restricted relationships from publicfilterUnauthorizedRelatedToggleOffHides relationships to restricted entities from anonymous visitors.
Show cookie policycookiepolicyToggleOffShows a cookie consent banner to visitors.
Global JSallowcustomJSToggleOffAdds a Custom JS editor to the Global CSS settings page, under Settings > Global CSS. The page title becomes Global CSS & JS; off shows only the Custom CSS editor.
warning

A public instance exposes every published entity to anyone on the internet.

Analytics

The Analytics card connects external tracking services.

SettingFieldTypeDefaultDescription
GoogleanalyticsTrackingIdTextGoogle Analytics tracking ID such as UA-xxxxx or G-xxxxx, injected as a script.
MatomomatomoConfigText (JSON)Matomo configuration as a JSON string, such as {"id":"12","url":"https://matomo.example.com"}. Invalid JSON disables tracking without an error.

Services

The Services card appears only when the instance has an OCR service URL.

SettingFieldTypeDefaultDescription
Document OCR triggerocrServiceEnabledToggleOffEnables OCR for PDF documents. When on, admins and editors can send PDFs to the OCR service.

Forms and email configuration

The Forms and email configuration card sets email addresses and public form behaviour. Uwazi returns these fields to admins only.

SettingFieldTypeDefaultDescription
Sending emailsenderEmailTextno-reply@uwazi.io"From" address on system emails. Falls back to no-reply@uwazi.io when left blank.
Contact form emailcontactEmailTextAddress that receives contact form submissions.
Public Form submit URLpublicFormDestinationTextURL of another Uwazi instance that receives public submissions.
Allow captcha bypassopenPublicEndpointToggleOffAccepts public submissions with a bypass header, skipping CAPTCHA.
Whitelisted templatesallowedPublicTemplatesListTemplate IDs that accept public form submissions. Options come from the instance's templates.
warning

Allow captcha bypass lets the public endpoint accept submissions without CAPTCHA, which invites spam.

Map

The Map card sets the tile provider and default map view.

SettingFieldTypeDefaultDescription
Map ProvidertilesProviderOptionMapboxMap tile provider. One of Mapbox or Google.
Map API keymapApiKeyTextAccess key for the selected provider. Accepts letters, numbers, dots, and underscores only.
Map LayersmapLayersListStreets, Hybrid, SatelliteBase layers offered on maps. Any of Dark, Streets, Satellite, or Hybrid; at least one is required.
Map Starting PointmapStartingPointCoordinates6, 46 (Switzerland)Default centre point for maps. Latitude ranges from -90 to 90, longitude from -180 to 180; a point needs both values. An empty value resets to the Switzerland default.

Validation and errors

Uwazi validates fields in the browser before it saves. The server applies the same checks and returns an error for direct API calls.

ConditionResult
Collection Name is emptyThe field is required; the page won't save.
Map API key has characters other than letters, numbers, dots, or underscoresThe page won't save.
Map Layers has no layer selectedThe page won't save.
Map Starting Point latitude or longitude is out of rangeThe save fails and shows an error message.
Matomo holds invalid JSONTracking is disabled; no error appears.