Settings
What each settings tab does, and which need an admin.
Settings is organised into tabs. Some require admin or owner.
| Tab | Role | Contains |
|---|---|---|
| Project | admin | Organisation name, environments, defaults |
| General | any | Appearance, timezone, personal preferences |
| Notifications | any | Your own notification preferences, per severity |
| Team | admin | Members, invitations, API keys |
| Roles | admin | Role assignment |
| Security | admin | 2FA enforcement, session policy, IP allowlist |
| System Health | admin | Worker liveness, integration status |
| Datasources | admin | Every external integration |
| Reports | any | Scheduled report subscriptions |
| AI Copilot | admin | Engine, model, budget, knowledge base |
| Status Page | any | Public status page configuration |
Platform
Under Settings → Platform:
| Page | |
|---|---|
| Thresholds and rules | Organisation-wide defaults |
| Maintenance | Planned windows |
| Data retention | How long things are kept |
| Audit log | Who did what |
| Change feed | What changed — visible to everyone |
| Config inspector | What a setting was at a point in time |
The change feed is deliberately not admin-only. "What changed?" is the first
question during an incident, and gating it behind admin would make the
on-call engineer ask somebody else at 4 a.m.
Your own notification preferences
Under Notifications, per severity: email, push, SMS, voice.
Voice and SMS are opt-in and off by default, and voice never fires on an untargeted broadcast. See Channels.
API keys
Team → API keys. Shown once, at creation.
A token carries the role of the user who created it. Create tokens from the least-privileged account that can do the job. See Authentication.
Session policy
Changing a role or removing a member must invalidate existing sessions — the
role travels in the JWT. AccelerUp does this automatically through
RegisterUserLogout; it is worth knowing it happens, because a demoted user
being logged out is the system working.
Where this behaviour lives: frontend/src/app/settings/. If the code and this page disagree, the code is right — please fix the page.
Part of Administration — Settings, retention, platform thresholds and change tracking.