> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/nl/zakelijke-diensten/zoom-contact-center/expert-insights/configuring-agent-occupied-rules/implementation-best-practices.md).

# Beste praktijken voor implementatie

### <mark style="color:blauw;">Definieer uw Zakelijke vereisten</mark>

Voordat u regels configureert, bepaal wat omnichannel betekent voor uw operatie:

**Belangrijke vragen**:

* Welke kanalen moeten meetellen voor het beschouwen van een agent als Bezet of in gebruik?
* Moeten bepaalde kanalen (bijv. spraak/video) altijd prioriteit hebben boven andere (bijv. berichtenverkeer, E-mail)?
* Moet bezetting per kanaal afzonderlijk worden geëvalueerd, of gecombineerd over meerdere kanalen?
* Zijn uw agenten in staat om berichtenverkeer-interacties af te handelen tijdens telefoongesprekken, of zou deze multitasking de kwaliteit van de klantenservice die zij bieden compromitteren?

Uw regels moeten de feitelijke servicenormen weerspiegelen, niet alleen technische mogelijkheden. Houd naast de efficiëntie van de agent ook rekening met de impact op de klantervaring.

### <mark style="color:blauw;">Gebruik sjablonen voor consistentie</mark>

Maak gebruiker-sjablonen voor verschillende agentrollen die het volgende bevatten:

* Passende Instellingen voor Capaciteit van betrokkenheid voor elk kanaal
* Configuratie van Bezet-regels
* Consistente applicatie over vergelijkbare rollen

#### Voorbeeld van sjabloon voor nieuwe medewerker

<div align="left"><figure><img src="/files/0a15177b8dc2ceaa3309655d564b9cd43e1e54fd" alt=""><figcaption></figcaption></figure></div>

#### Voorbeeld van kanaal Instellingen

Elk gebruiker-sjabloon kan de volledige kanaal Instellingen-configuratie voor Capaciteit van betrokkenheid specificeren.

<div align="left"><figure><img src="/files/e8795e961fca2efdc31c0fdc23bdfa593726126f" alt=""><figcaption></figcaption></figure></div>

De voordelen van het gebruik van sjablonen zijn onder meer:

* Consistente configuratie over agentgroepen heen
* Vereenvoudigde Onboarding voor nieuwe agenten
* Maakt bulkupdates eenvoudiger wanneer zakelijke behoeften Wijzigen


---

# 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://library.zoom.com/technical-library/nl/zakelijke-diensten/zoom-contact-center/expert-insights/configuring-agent-occupied-rules/implementation-best-practices.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.
