Feature Flags allow SuperAdmin users to control which features are visible to users across the Jitera Self-Hosted environment. Flags can be set globally for all users, or enabled individually per user.Documentation Index
Fetch the complete documentation index at: https://docs.jitera.ai/llms.txt
Use this file to discover all available pages before exploring further.
Access the Feature Flags Console
Navigate to Feature Flags in the left sidebar of the administration console. The console lists every feature flag along with its current global status and the users who have it enabled individually.Global Flag Visibility
Each flag has one of two global statuses:| Status | Description |
|---|---|
| Public | The feature is visible to all users. |
| Non-Public | The feature is hidden from all users, except those who have the flag enabled individually. Per-user settings take precedence over Non-Public. |
Change a flag’s global status
- Locate the flag in the list
- Open the action menu on that flag’s row
- Select the new status (Public or Non-Public)
When a flag is Public, per-user overrides have no effect — every user sees the feature regardless of their individual flag state.
Enable a Flag for Specific Users
From the Feature Flags list, you can enable a single flag for multiple users at once — useful for rolling out a feature to a test group before making it public.- In the row for the target flag, click the Users column
- Select the users who should have the flag enabled
- Confirm to apply
Related Documentation
User Management
Manage user roles, active status, and per-user feature flags
SuperAdmin Creation
Create the initial SuperAdmin account

