# Queue Alerting Type

| Toast | An incoming call toast alert will be shown in the contact center agent and an audible ringtone will be played. The agent can select to answer or ignore the call.  If the agent selects to answer the call, it will be routed to the user's Teams client where the agent can answer the call. |
| ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Teams | Calls will be routed to the Teams client. Teams will notify the user of the incoming call.                                                                                                                                                                                                    |

{% hint style="warning" %}
If an agent tries to answer a queue call in Teams around the same time the Teams call alert was canceled on the backend, the call may fail to connect giving them the option to "rejoin" or "Dismiss". In this scenario, always use the "Dismiss" option. (The rejoin option will initiate a **new** multiparty call to the queue and the original caller.)
{% 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://cc.docs.landis.cloud/appendix/alerting-type.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.
