# Manage operator groups

## **General information**<br>

Groups allow operators to be divided into different responsibilities.&#x20;

For example, you need:

1. Create 1st Line and 2nd Line Support Groups
2. Divide according to the type of issues (sales, support)
3. Divide according to the language&#x20;

and other.

Initially, all the settings can be done by super-admin

{% hint style="warning" %}
Group “Default” automatically created when super-admin register his account
{% endhint %}

## **How to create the groups of operators?**

Firstly, need to press button “Groups”

![](/files/-LmPg3MBybl6F8zZuK_-)

Make some settings:

1. Write down the name of the group
2. Set priority
3. Specify group color
4. Add agents
5. Set group working hours

{% hint style="info" %}
The priority of the group must have a different value from the priority value of other groups.&#x20;

The priority of the group is used only if it is planned to configure the distribution by groups depending on the topic of conversation.
{% endhint %}

{% hint style="info" %}
Group working hours need to be set only if you want to see separate analytics: during working hours and during non-working hours.
{% endhint %}

![](/files/-LmPjmB6xUr0ONPj9q0l)

To complete the process of creating a group, you must press "Create". After that, the group will be available in the list below for its management.

## **How to manage the groups of agents?**

The management of the group(s) is available from the "Groups" page, where a list of all created groups is presented (picture is below)

Just click "Show" to see the list of operators in each group

![](/files/-LmPm7ITVhJRjDRcbccZ)

You can also change the parameters of the group (click "Pencil" <img src="/files/-LmPpwpv24yeNSOJcaoi" alt="" data-size="original">): participants, working hours, priority, color, name. To delete a group, you must click on the "Trash" <img src="/files/-LmPpODW03dWQtRmx1Wt" alt="" data-size="original">

![](/files/-LmPowFT1Y1cTYq73p84)

{% hint style="info" %}
The created group "Default" can also be renamed, but you cannot delete it!
{% 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://help.blinger.io/documentation/tab-operators/manage-operator-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.
