AccelerUpDocs
Administration/Settings

Settings

What each settings tab does, and which need an admin.

Settings is organised into tabs. Some require admin or owner.

TabRoleContains
ProjectadminOrganisation name, environments, defaults
GeneralanyAppearance, timezone, personal preferences
NotificationsanyYour own notification preferences, per severity
TeamadminMembers, invitations, API keys
RolesadminRole assignment
Securityadmin2FA enforcement, session policy, IP allowlist
System HealthadminWorker liveness, integration status
DatasourcesadminEvery external integration
ReportsanyScheduled report subscriptions
AI CopilotadminEngine, model, budget, knowledge base
Status PageanyPublic status page configuration

Platform

Under Settings → Platform:

Page
Thresholds and rulesOrganisation-wide defaults
MaintenancePlanned windows
Data retentionHow long things are kept
Audit logWho did what
Change feedWhat changed — visible to everyone
Config inspectorWhat a setting was at a point in time
Note

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 AdministrationSettings, retention, platform thresholds and change tracking.