Skip to content

Feature management

Open in ChatGPT Open in Claude
flowchart LR
  A["Target segment"] --> B["Partial rollout<br/>10 – 25 %"]
  B --> C["Watch metrics<br/>resolution, sentiment"]
  C -->|"Numbers hold"| D["Widen to 100 %"]
  C -->|"Regression"| E["Roll back"]
  style A fill:#e8ecff,stroke:#1842ef,color:#0a0e1a
  style B fill:#e8ecff,stroke:#1842ef,color:#0a0e1a
  style C fill:#e8ecff,stroke:#1842ef,color:#0a0e1a
  style D fill:#1842ef,stroke:#1842ef,color:#ffffff
  style E fill:#fee2e2,stroke:#dc2626,color:#0a0e1a

Path: Analytics → Feature Management

Feature Management lets you control which features are visible to which users — useful for running A/B tests or gradually rolling out new agent capabilities to specific segments. Open it from the last icon in the Analytics left sidebar.