> 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/admin-portal.md).

# Admin Portal

- [Home](https://docs.radiusaas.com/admin-portal/home.md)
- [Insights](https://docs.radiusaas.com/admin-portal/insights.md): Under the insights group Dashboards and Log views can be found
- [Rule Engine](https://docs.radiusaas.com/admin-portal/insights/rule-engine.md)
- [Logs](https://docs.radiusaas.com/admin-portal/insights/log.md)
- [Users](https://docs.radiusaas.com/admin-portal/users.md): User management is available under https://YOURNAME.radius-as-a-service.com/users
- [SCEPman](https://docs.radiusaas.com/admin-portal/scepman.md)
- [Settings](https://docs.radiusaas.com/admin-portal/settings.md)
- [Server Settings](https://docs.radiusaas.com/admin-portal/settings/settings-server.md): Server settings are available under https://YOURNAME.radius-as-a-service.com/settings/server
- [Trusted Certificates](https://docs.radiusaas.com/admin-portal/settings/trusted-roots.md)
- [Proxy Settings](https://docs.radiusaas.com/admin-portal/settings/settings-proxy.md): Proxy settings are available under https://YOURNAME.radius-as-a-service.com/settings/proxy
- [Permissions](https://docs.radiusaas.com/admin-portal/settings/permissions.md): Permissions and RADIUSaaS REST API access tokens can be managed under https://YOURNAME.radius-as-a-service.com/settings/permissions
- [User Settings](https://docs.radiusaas.com/admin-portal/settings/user-settings.md)
- [Rules](https://docs.radiusaas.com/admin-portal/settings/rules.md): This is the documentation of the RADIUSaaS Rule Engine, which allows you to add another layer of security by defining rules that further restrict network access requests or by assigning VLAN IDs.
- [General Structure](https://docs.radiusaas.com/admin-portal/settings/rules/general-structure.md): Rules allow further restrictions
- [WiFi](https://docs.radiusaas.com/admin-portal/settings/rules/wifi.md)
- [LAN](https://docs.radiusaas.com/admin-portal/settings/rules/lan.md)
- [VPN](https://docs.radiusaas.com/admin-portal/settings/rules/vpn.md)
- [Log Exporter](https://docs.radiusaas.com/admin-portal/settings/log-exporter.md): The Log Exporter allows you to push RADIUSaaS Logs to an external Security information and event management (SIEM) system for monitoring and alerting.
- [Teams](https://docs.radiusaas.com/admin-portal/settings/log-exporter/teams.md)
- [Log Analytics](https://docs.radiusaas.com/admin-portal/settings/log-exporter/log-analytics.md)
- [Generic Webhook](https://docs.radiusaas.com/admin-portal/settings/log-exporter/generic-webhook.md)
- [Examples](https://docs.radiusaas.com/admin-portal/settings/log-exporter/examples.md): This page provides some real world scenarios giving you guidance on how to configure the Log Exporter for your scenario.
- [SCEPman](https://docs.radiusaas.com/admin-portal/settings/scepman.md): This page describes the controls related to the connectivity to the SCEPman SaaS.
- [My Invited Users](https://docs.radiusaas.com/admin-portal/my-invited-users.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/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.
