> ## Documentation Index
> Fetch the complete documentation index at: https://synthetiq.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Administration UI

> Built-in admin interface for managing users, roles, organizations, identity providers, services, and OAuth clients

Every app includes a built-in admin interface provided by the framework via `systemRoutes()`. These pages are accessible to users with admin scopes and require no additional app code.

<Note>These admin pages are only relevant for deployed apps and serve no purpose when running the app locally. See the [Deployments](/docs/platform-docs/deployments/overview) documentation for detailed guidance on using these features in production.</Note>

## User management

| Page   | Route           | What it manages                                                  |
| ------ | --------------- | ---------------------------------------------------------------- |
| Access | `/admin/access` | App visibility (private, workspace, public) and user invitations |
| Users  | `/admin/users`  | User list, role assignments, and user details                    |
| Roles  | `/admin/roles`  | Role definitions and scope assignments                           |
| Scopes | `/admin/scopes` | View all defined scopes (app and system)                         |

See [User management](/docs/platform-docs/deployments/administration/user-management) for details on access levels, users, roles, and scopes.

## Organization management

| Page          | Route                  | What it manages                                |
| ------------- | ---------------------- | ---------------------------------------------- |
| Organizations | `/admin/organizations` | Organization list, members, and data isolation |

See [Organization management](/docs/platform-docs/deployments/administration/organization-management) for details on organizations, members, and data isolation.

## Identity providers

| Page               | Route                       | What it manages                                      |
| ------------------ | --------------------------- | ---------------------------------------------------- |
| Identity Providers | `/admin/identity-providers` | OIDC provider configuration (Google, GitHub, custom) |

See [Identity providers](/docs/platform-docs/deployments/administration/identity-providers) for details on adding and configuring OIDC providers.

## Service configuration

| Page     | Route             | What it manages                           |
| -------- | ----------------- | ----------------------------------------- |
| Services | `/admin/services` | External service credential configuration |

See [Service configuration](/docs/platform-docs/deployments/administration/service-configuration) for details on credential models and service setup.

## OAuth connections

| Page          | Route                  | What it manages              |
| ------------- | ---------------------- | ---------------------------- |
| OAuth Clients | `/admin/oauth-clients` | OAuth application management |

See [OAuth connections](/docs/platform-docs/deployments/administration/oauth-connections) for details on OAuth client management and external integrations.

## Monitoring

| Page              | Route                         | What it shows                                   |
| ----------------- | ----------------------------- | ----------------------------------------------- |
| Metrics Dashboard | `/admin/monitoring/dashboard` | Request count, latency, error rate, CPU, memory |
| Logs              | `/admin/monitoring/logs`      | Structured log search and viewer                |

See [Monitoring](/docs/platform-docs/deployments/monitoring) for details on metrics dashboards, structured logs, and workflow monitoring.
