# Queue Setting (Beta)

Queue Setting - Beta VersionRelease \
\
We are excited to announce the beta release of the Queue Setting feature. This new feature allows admins to efficiently manage and distribute customer inquiries to the appropriate agents. \
\
Key Features:

1. **Queue Setting Navigation:**

* Easily navigate to the Queue Setting page from the settings section.

2. **View Created Queue Settings:**

* Display a comprehensive table with columns for queue name, description, queue managers, queue agents, and max assign limits.

3. **Add New Queue Setting:**

* Create new queue settings with fields for queue name, description, queue managers, queue agents, assign strategy, and max assign cases.

4. **Edit Existing Queue Settings:**

* Modify existing queue settings including queue name, description, queue managers, queue agents, and max assign cases.

5. **Duplicate Queue Settings:**

* Quickly duplicate existing queue settings with pre-filled original data.

6. D**elete Queue Settings:**

* Delete queue settings with a confirmation prompt to ensure no accidental deletions.

7. **Workflow Automation Integration:**

* Integrate queue settings with workflow automation for auto-assigning customer messages to agents.

8. **Queue-Inbound Message and Auto-Assign Backend Process:**

* Automatically distribute customer messages based on the current active cases of queue agents.

9. **Message Inbox UI for Queue Managers and Agents:**

* Queue Managers can view and manage chat rooms in "Unassigned," "Mine," and "Other" folders.
* Queue Agents can view chat rooms specifically assigned to them.

**Enhanced Business Hour feature Functionality:**

* The Business Hours module now allows users to create custom business hour profiles without the need for a channel input.

**Enhanced SLA Setting feature Functionality:**

* The SLA settings have also been updated to use the business hour profile directly, rather than a true/false flag

**Enhanced Workflow Automation Setting feature Functionality:**

* The workflow automation feature has been enhanced to integrate with the new queue sitting module.  The queue sitting module allows users to create queues and assign agents to those queues. When a customer message comes in, the workflow automation can now automatically assign the chat to an agent in the appropriate queue based on the configured distribution strategy, such as round-robin.


---

# 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.klink.cloud/general-docs/release-notes/queue-setting-beta.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.
