> 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/access-and-rules/rules/groups.md).

# Groups

The Groups tab centralizes reusable named sets of values, so a rule references the group instead of listing raw values directly. RADIUSaaS offers six kinds:

* SSID groups
* Access-point MAC groups
* Switch groups
* NAS identifier groups
* NAS IP address groups
* Client IP groups

Members can be added or removed from a group later without touching any rule that references it.

<figure><img src="https://1222554226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FFTjFGMxP8n4cdzkCtj7K%2Fimage.png?alt=media&amp;token=1ad21d6b-41b8-4aea-a475-0b8306f68733" alt=""><figcaption></figcaption></figure>

### Creating a Group

Creating a group asks for a name and an optional description, plus the members themselves, which can be added one at a time or pasted in bulk.

<figure><img src="https://1222554226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FSxqG4YVvKYuMA6ZHiJda%2Fimage.png?alt=media&amp;token=d0b3488a-e5ef-46ec-8566-937346dd4b55" alt=""><figcaption></figcaption></figure>

### Paste a List

To enter group members in bulk, you use the "Paste a list..." option to then paste your desired entries. The entries can be either one per line or comma separated.

<figure><img src="https://1222554226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2F6CwVbsTjOTo6BdNhQqnT%2Fimage.png?alt=media&amp;token=5644b0d6-d71a-4ef6-889f-3554f5b87117" alt=""><figcaption></figcaption></figure>

Clicking Add to list will then deduplicate the entries and add them to the list of members.

### Prefixes

Some of the groups support prefixing to wild-card match multiple values. These are SSIDs, NAS-Identifiers and all MAC-based groups.

Such prefixed members will be shown with the "PREFIX" tag:

<figure><img src="https://1222554226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2Fqms9h3zrz0kZorUOZWLI%2Fimage.png?alt=media&amp;token=ae2e2706-6131-4431-9715-c1a27ecceb25" alt=""><figcaption></figcaption></figure>

### MAC Addresses

For MAC address-based groups, different formats are supported and will be normalised on save.

Any separator, or none at all, will work as well as prefixing the addresses.

<figure><img src="https://1222554226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FnGgli87BmnP9H8tjJek3%2Fimage.png?alt=media&amp;token=13b8917b-7c69-4d49-923c-a64b1d773b71" alt=""><figcaption></figcaption></figure>

### IP Addresses

For IP address-based groups, a single address (10.20.0.11) or a CIDR range (10.30.0.0/16). IPv4 and IPv6 both work.

<figure><img src="https://1222554226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSWU1DQ4UGkqER7uGNUOm%2Fuploads%2FmREcfbj1LJ9NzHfONm62%2Fimage.png?alt=media&amp;token=f252efa6-ee69-4677-890a-ed06de2940b1" alt=""><figcaption></figcaption></figure>


---

# 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/access-and-rules/rules/groups.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.
