> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/contact-center/en/klingel-und-nachbearbeitungsregeln.md).

# Ringing and after-call work rules

#### How do I choose the ringing mode? <a href="#docs-internal-guid-053e0d1e-7fff-5984-0295-6d01411eea0e" id="docs-internal-guid-053e0d1e-7fff-5984-0295-6d01411eea0e"></a>

The ringing mode determines how incoming calls are distributed to the available agents.

| Mode             | How it works                                                      | Recommended use                                    |
| ---------------- | ----------------------------------------------------------------- | -------------------------------------------------- |
| Parallel ringing | All available agents are called simultaneously                    | Small teams, fast answer desired                   |
| Longest Idle     | The agent who has gone the longest without a call is called first | Balanced utilization                               |
| Fixed order      | Agents are called in a defined priority order                     | Certain agents should receive calls preferentially |

Procedure:

1. Select the desired ringing mode in the Contact Center Channel settings.
2. For fixed order, define the agents' priority order.
3. Save.

#### How do I set up the after-call work time? <a href="#docs-internal-guid-8880f228-7fff-448d-7cb8-057ef6ab0a5a" id="docs-internal-guid-8880f228-7fff-448d-7cb8-057ef6ab0a5a"></a>

The after-call work time (ACW) gives agents a call-free period after each conversation for documentation and follow-up work.

Procedure:

1. Via **Edit ringing rule** navigate to the after-call work time settings, activate the checkbox, and enter the desired ACW duration.
2. Save.

Agents will then automatically receive no calls for the set duration after each completed call.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.sipgate.de/contact-center/en/klingel-und-nachbearbeitungsregeln.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
