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

# Admin-Portal

- [Startseite](https://docs.radiusaas.com/de/admin-portal/home.md)
- [Einblicke](https://docs.radiusaas.com/de/admin-portal/insights.md): Unter der Gruppe „Einblicke“ finden sich Dashboards und Protokollansichten
- [Regel-Engine](https://docs.radiusaas.com/de/admin-portal/insights/rule-engine.md)
- [Protokolle](https://docs.radiusaas.com/de/admin-portal/insights/log.md)
- [Benutzer](https://docs.radiusaas.com/de/admin-portal/users.md): Die Benutzerverwaltung ist unter https://YOURNAME.radius-as-a-service.com/users verfügbar
- [SCEPman](https://docs.radiusaas.com/de/admin-portal/scepman.md)
- [Einstellungen](https://docs.radiusaas.com/de/admin-portal/settings.md)
- [Servereinstellungen](https://docs.radiusaas.com/de/admin-portal/settings/settings-server.md): Die Servereinstellungen sind unter https://YOURNAME.radius-as-a-service.com/settings/server verfügbar
- [Vertrauenswürdige Zertifikate](https://docs.radiusaas.com/de/admin-portal/settings/trusted-roots.md)
- [Proxy-Einstellungen](https://docs.radiusaas.com/de/admin-portal/settings/settings-proxy.md): Die Proxy-Einstellungen sind unter https://YOURNAME.radius-as-a-service.com/settings/proxy verfügbar
- [Berechtigungen](https://docs.radiusaas.com/de/admin-portal/settings/permissions.md): Berechtigungen und RADIUSaaS REST API-Zugriffstoken können unter https://YOURNAME.radius-as-a-service.com/settings/permissions verwaltet werden
- [Benutzereinstellungen](https://docs.radiusaas.com/de/admin-portal/settings/user-settings.md)
- [Regeln](https://docs.radiusaas.com/de/admin-portal/settings/rules.md): Dies ist die Dokumentation der RADIUSaaS Rule Engine, mit der Sie eine weitere Sicherheitsebene hinzufügen können, indem Sie Regeln definieren, die Netzwerkanfragen weiter einschränken, oder indem Sie VLAN-IDs zuweisen.
- [Allgemeine Struktur](https://docs.radiusaas.com/de/admin-portal/settings/rules/general-structure.md): Regeln erlauben weitere Einschränkungen
- [WiFi](https://docs.radiusaas.com/de/admin-portal/settings/rules/wifi.md)
- [LAN](https://docs.radiusaas.com/de/admin-portal/settings/rules/lan.md)
- [VPN](https://docs.radiusaas.com/de/admin-portal/settings/rules/vpn.md)
- [Log Exporter](https://docs.radiusaas.com/de/admin-portal/settings/log-exporter.md): Der Log Exporter ermöglicht es Ihnen, RADIUSaaS-Logs an ein externes Security Information and Event Management-(SIEM)-System für Überwachung und Alarmierung zu senden.
- [Teams](https://docs.radiusaas.com/de/admin-portal/settings/log-exporter/teams.md)
- [Log Analytics](https://docs.radiusaas.com/de/admin-portal/settings/log-exporter/log-analytics.md)
- [Allgemeiner Webhook](https://docs.radiusaas.com/de/admin-portal/settings/log-exporter/generic-webhook.md)
- [Beispiele](https://docs.radiusaas.com/de/admin-portal/settings/log-exporter/examples.md): Diese Seite bietet einige praxisnahe Szenarien und gibt Ihnen Anleitungen zur Konfiguration des Log Exporters für Ihr Szenario.
- [SCEPman](https://docs.radiusaas.com/de/admin-portal/settings/scepman.md): Diese Seite beschreibt die Steuerelemente im Zusammenhang mit der Verbindung zu SCEPman SaaS.
- [Meine eingeladenen Benutzer](https://docs.radiusaas.com/de/admin-portal/meine-eingeladenen-benutzer.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.radiusaas.com/de/admin-portal.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.
