# Organize clients with groups

### Create a group

To create a client group, navigate to `Settings`,  and select `Client Groups`.\
Click on the button `ADD GROUP`.

Enter the ID of the new group. (This will be the group name). This ID will appear in the client list on the left side. We will use the id "Fileservers" in this example. Spaces are not allowed in the group ID. Optionally, you can enter a description for the group.

Next is adding at least one filter on the members tab, that determines which clients are the members of the group. You can use many criteria. The most command one is the client name.&#x20;

{% hint style="info" %}
Hostname refers to the local hostname of the operating system, not to the client's name. By default, local hostname and client name are equal, but if you [change it manually](/renaming-and-tagging-of-clients.md), consider the difference.
{% endhint %}

You can add individual clients to the group by ticking on the checkboxes. Using wildcards is also supported. So, a filter could be "Hostname is `E*`"

![Group with a multiple filters](/files/Q6qns4wqS4n1uKGbdaB8)

With the above example, any new client *whose name stars with "E" or "F"* **and** *whose IP address starts with "10"* will automatically become a member of the group.&#x20;

{% hint style="info" %}
String-based matching is **case insenitive**.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://kb.rport.io/organize-clients-with-groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
