# Yapper

{% hint style="info" %}
Yapper (Yapper Ping) has a cooldown of 1 hour.
{% endhint %}

## How it works

* Yapper links roles to Voice Channels
* When anyone joins the Voice Channel, and they are the person in the Voice Channel, Nalu will wait 10 seconds before sending the message: "@{roles}, @{user} just started a call in #{channel}!"

## Cases where Yapper will not activate

* The user who has joined the call is a bot
* The user who has joined the call leaves before 10 second grace period has been reached
* The call is already populated
* The channel's cooldown is active


---

# 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.vampirenalu.com/details/yapper.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.
