> For the complete documentation index, see [llms.txt](https://docs.netmap.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.netmap.dev/using-netmap/admin.md).

# Administration

Admin is restricted to SuperAdmin users.

Administrative areas include:

* Users and sessions.
* Roles and permissions.
* Device types.
* Notification settings and profiles.
* OIDC SSO.
* API-key oversight.
* Audit logs.
* System diagnostics.
* Backup and restore.

Related API groups: `/api/v1/admin/*`, `/api/v1/auth/users*`, `/api/v1/audit/*`, `/api/v1/system/diagnostics`, `/api/v1/api-keys/admin/*`.

## What SuperAdmins Manage

Admin includes:

* user accounts, roles, active state, password resets, and session revocation;
* role permission mappings and custom roles;
* device type options;
* notification settings and notification profiles;
* alert rule administration surfaces;
* OIDC SSO settings and provider testing;
* API-key oversight for all users;
* audit logs and export;
* diagnostics and backup/restore workflows.

## Operational Caution

Changes in Admin can affect existing sessions and API keys immediately. For example, disabling a user disables their keys, and changing role permissions changes what existing keys can do.

## Related Pages

* [Security Model](/security/security-model.md)
* [API Keys](/api/api-keys.md)
* [OIDC SSO](/configuration/oidc-sso.md)
* [Backups](/operations/backups.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.netmap.dev/using-netmap/admin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
