Admin
Admin
Admin tools for diagnosing problems, auditing what the system did, and tweaking the AI's behaviour.
In this section
- System Logs — application-level error log
- Webhook Logs — every webhook the platform received
- Activity Log — every operator + system action with full context
- LLM Prompts — edit the prompts the AI uses
- Admin Users — manage platform-admin accounts
Who can see what
The admin section is gated to admin and superadmin roles. Most pages also require the tenant you're logged into to match the data scope.
Where to start when things break
- Operator-visible bug → start with Activity Log filtered to the affected reservation or task.
- Webhook arrived but nothing happened → Webhook Logs — verify signature passed and the payload parsed.
- AI is misbehaving → LLM Prompts — review what prompt is in production.
- App-wide error / 500s → System Logs — look for the stack trace.
Source: the FlatsBratislava operator manual.