# Teams

## Teams list

**Team** – a group of agents who handle the same types of requests.

There are two subsections in the Teams section:&#x20;

* **Active** - displays a list of active teams;
* **Deleted** - displays a list of active deleted teams.

In the Active section, you can edit existing teams and create new ones.

In the Deleted section, you can restore deleted teams.

<figure><img src="https://2498134934-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5yF7NRiGknx3Bqj4OgYA%2Fuploads%2F3Fw1Bv9gYkGOUAyCPTCF%2Fimage.png?alt=media&#x26;token=ae94e16c-a1bb-4358-bdf4-4c5b98238bea" alt=""><figcaption></figcaption></figure>

To create a new team/edit an existing one, click **Create new team/Edit team**.

***

## Create/Edit a Team

### Main settings

The main settings show a Team name and the ACD option:

<figure><img src="https://2498134934-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5yF7NRiGknx3Bqj4OgYA%2Fuploads%2Fz1u1PpbbmMyzzEKu0Bci%2Fimage.png?alt=media&#x26;token=260648b2-e175-44cf-a8b6-1db5a0630852" alt=""><figcaption></figcaption></figure>

1. **Team name**
2. **Team description**
3. **Allow ACD for this team** - option to enable the "Smart Queue". If enabled, dialog assigned to a team will automatically be distributed to available and suitable agents of that team.

   If disabled, automatic distribution to team agents will not take place.

{% embed url="<https://www.youtube.com/watch?v=-b_DBcpMIpE&t=3s>" %}

{% hint style="success" %}
With Smart Queue, it is possible to:

1. Limit the number of dialogs assigned to an agent by configuring the dialog utilization in team and inbox settings.

2. Automatic distribution of unassigned dialogs. If all agents are busy, dialogs are queued according to their priority and sub-priority and then automatically distributed to available agents.

3. Specify the dialog Assignment algorithm - to an agent with the lowest utilization, the lowest number of dialogs, or the most qualified agent.
   {% endhint %}

4. **Assignment algorithm** - algorithm for selecting an agent by the Smart Queue. The option is only available if "Allow ACD for this team" is selected. Possible values:

* Least Assigned Conversations (LAC) – distribution of dialogs to an available agent with the least number of assigned conversations.
* Least Utilized Agent (LUA) – distribution of dialogs to an available agent with the lowest utilization rate.
* Most skilled agent (MSA) - distribution of dialogs to an available agent with the highest total score for the required dialog skills.

***

### Agents

The list of agents included in a team.

<figure><img src="https://2498134934-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5yF7NRiGknx3Bqj4OgYA%2Fuploads%2F6cXFHSmXj2YitBOStMLR%2Fimage.png?alt=media&#x26;token=4cc2ff38-40fd-4d6f-bc7b-dd3b5f241e72" alt=""><figcaption></figcaption></figure>

***

## Settings for conversation types

**Conversation type** - a type of inbox from which a customer contacts you. Namely: Chat, Social Media, Email or Call. You must specify the settings for each conversation type or select the Use Inbox Settings feature.

<figure><img src="https://2498134934-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5yF7NRiGknx3Bqj4OgYA%2Fuploads%2FihMt1FT3kgqbfbJCXirr%2Fimage.png?alt=media&#x26;token=e9c0cec4-a85f-40a8-aabf-e7b5e19b9e79" alt=""><figcaption></figcaption></figure>

1. **Utilization, %** - an indicator that shows how much a certain dialogue utilizes an agent. Possible values: 0 - 100.

{% hint style="success" %}
Depending on the value of this parameter, the current utilization of an agent is calculated (the sum of the utilization of dialogs assigned to this agent).&#x20;

When automatically distributing dialogs, an agent utilization should not exceed 100%.&#x20;

Therefore, the lower the utilization value of a dialog assigned to a team, the more dialogs can be automatically distributed to an agent and vice versa.
{% endhint %}

2. **Auto Assignment Limit** - the maximum number of simultaneous conversations an agent can handle within a given Team and Conversation type. Once this limit is reached, ACD will no longer assign similar dialogues to that agent.
3. **Auto Answer** is the option that determines if a dialog is accepted automatically when assigned to an agent.
4. **Alerting Timeout** - the duration an agent has to accept or reject a conversation. If an agent does not respond within this time, the conversation returns to the beginning of the queue, and the agent's status changes to Busy substatus Not responding.

The option is available only if the Auto Answer option is disabled.&#x20;

5. **Wrap-up codes** - special codes used to categorize dialogs with customers. They are selected by an agent after resolving a conversation.&#x20;
6. **Wrap-Up Timeout (sec)** - the time limit for selecting a Wrap-up code. If an agent does not react within the specified time, a conversation resolves, and the Wrap-up code is not set.
7. **Allow Record** - (*only for the Call conversation type*) is the option that determines if a dialog should be recorded within this Team.


---

# 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.novatalks.com.ua/en/get-started/settings/teams.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.
