Feature flags turn whole product areas on or off. They're how you tailor the navigation and the surface area to what your team actually uses, and how you keep experimental or specialised features out of sight until you want them.
Flags affect what's visible in the sidebar, what appears in CRUD pages, and which permissions are even relevant. They do not delete any underlying data — turning a flag off hides the feature; turning it back on restores the UI as it was.
xrays — the X-rays inconsistency-detection page.
incidents — incident management.
tasks — the task-management module (one-off and recurring tasks).
control_plan — the consolidated control-plan view across applied controls.
risk_acceptances — the risk-acceptance workflow.
exceptions — security-exception tracking.
follow_up — findings assessments (follow-up).
validation_flows — configurable approval workflows that mirror internal review or management-approval processes, attached to objects whose state changes warrant sign-off. Default off.
organisation_issues — context register: issues affecting the organisation.
organisation_objectives — context register: organisational objectives.
policy_documents — the dedicated Policies surface (a filtered view of applied controls).
ebiosrm — the EBIOS RM module.
scoring_assistant — the OWASP-based scoring assistant.
vulnerabilities — vulnerability tracking.
quantitative_risk_studies — Monte-Carlo quantitative risk.
inherent_risk — surface inherent-risk columns alongside residual risk on assessments. Default off.
compliance — compliance assessments (audits). Effectively master switch for the entire compliance pillar.
auditee_mode — the read-only auditee surface for external assessors. Default off.
campaigns — bulk-orchestration of audits across many perimeters. PRO.
audit_tree_inheritance — combine an audit's results with parent-domain audits on the same framework. Reveals the Domain inheritance strategy general setting and the Combined view on the Framework report. Default off.
bia — business impact analyses.
tprm — third-party risk management.
contracts — contracts surface inside TPRM. Default off.
privacy — the privacy register pillar (master switch).
personal_data — personal-data inventory inside the privacy register.
purposes — purposes register.
right_requests — data-subject right requests.
data_breaches — data-breach tracking.
security_advisories — the security advisories catalogue.
cwes — the CWE catalogue.
metrology — metric definitions, instances, and dashboards.
reports — the reports surface. Default off.
advanced_analytics — Per-audit Advanced Analytics dashboard (compliance by section, controls coverage, timeline, evidence coverage, threats, exceptions). Default off.
outgoing_webhooks — outgoing webhooks. Default off.
audit_log_forwarding — forward the audit log to an external SIEM over HTTP or Kafka. PRO. Default off.
idp_groups — SCIM 2.0 provisioning and IdP group mapping: the IdP groups menu, the SCIM settings tab, and the IdP groups column on the users table. PRO.
chat_mode — the in-product chat assistant. Default off; only visible when ENABLE_CHAT is set on the instance.
terminologies — organisation-specific label overrides.
custom_fields — org-defined typed fields on objects (Projects, Assets, Applied controls); see Custom fields. PRO. Default off.
project_management — projects, accreditations, responsibility matrices. Default off.
journeys — preset journeys for bootstrapping new organisations or domains.
comments — comments on objects.
object_audit_trail — per-object audit trail button on detail pages, gated by the Can view object audit trails permission. PRO.
focus_mode — UI mode that filters the entire workspace to a single domain. PRO. Default off.
experimental — feature-gate for the experimental area. Use with caution.
Defaults marked Default off are off in fresh installs. Everything else defaults to on. Restart isn't required when a flag is toggled, but a hard refresh in the browser is.