Most day-to-day operations should be done through the main UI, not Super Admin.
100
100
101
+## Feature Flags
102
+
103
+Feature flags let you enable or disable optional functionality at runtime without redeploying. All flags default to **off** so you can ship a minimal install and turn things on as you need them.
104
+
105
+Navigate to **Super Admin → Constance → Config** (or `/admin/constance/config/`) and look for the **Features** section.
+| `FEATURE_FILES` | Files tab — unversioned file storage attached to a project (like GitHub release assets but not version-controlled) |
113
+
114
+Changes take effect immediately — no restart needed.
115
+
116
+!!! tip "Recommended starting point"
117
+ Enable `FEATURE_RELEASES`, `FEATURE_SYNC`, and `FEATURE_FILES` once your instance is stable. Leave `FEATURE_CHAT` off until you need it — the model and routes are present but hidden.
118
+
101
119
## Project Settings
102
120
103
121
Each project has its own settings tab (visible to project admins):
104
122
105
123
### Repository Info
106
124
--- docs/getting-started/administration.md
+++ docs/getting-started/administration.md
@@ -96,10 +96,28 @@
96
- Advanced permission management
97
- Data import/export
98
99
Most day-to-day operations should be done through the main UI, not Super Admin.
100
101
## Project Settings
102
103
Each project has its own settings tab (visible to project admins):
104
105
### Repository Info
106
--- docs/getting-started/administration.md
+++ docs/getting-started/administration.md
@@ -96,10 +96,28 @@
96
- Advanced permission management
97
- Data import/export
98
99
Most day-to-day operations should be done through the main UI, not Super Admin.
100
101
## Feature Flags
102
103
Feature flags let you enable or disable optional functionality at runtime without redeploying. All flags default to **off** so you can ship a minimal install and turn things on as you need them.
104
105
Navigate to **Super Admin → Constance → Config** (or `/admin/constance/config/`) and look for the **Features** section.
| `FEATURE_FILES` | Files tab — unversioned file storage attached to a project (like GitHub release assets but not version-controlled) |
113
114
Changes take effect immediately — no restart needed.
115
116
!!! tip "Recommended starting point"
117
Enable `FEATURE_RELEASES`, `FEATURE_SYNC`, and `FEATURE_FILES` once your instance is stable. Leave `FEATURE_CHAT` off until you need it — the model and routes are present but hidden.
118
119
## Project Settings
120
121
Each project has its own settings tab (visible to project admins):