# Create Employee Group

To create new Employee Group, first navigate to Employees and select Groups from the top tab selection.\
Start creating new group by clicking "New". Give a name for your group and click "Create".

New group without any rule is created. To set the rule, create the edit icon next to the "Rules" title. In the opening rule editor, you can set the rules that define who belongs to this group. When you are happy with the rules, click "Save" to save changes.\
\
You can immediately see all the Employees currently matching the rules and thus belonging to the group.


---

# 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://docs.introist.com/knowledge-base/build/employees/employee-groups/create-employee-group.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.
