# Ping On Join

Ping On Join is pretty straight forward, you run `*ping-on-join`, then press the button `Toggle` to enable Ping On Join, once you've done that, press `Add Channel`, once you mention your channel in chat and the bot deletes your message, everything is set up correctly.

To test if it works, get a friend to join your discord. If they receive a ping in the channel you can be sure it's working!

{% hint style="warning" %}
Please note that there is a ratelimit for bigger servers. The ratelimit makes sure that when a lot of people join, Tippy doesn't spam too much. This results in some users not getting pinged, which is intended.

You'll only need to worry about this when getting more than 2 join per minute. More channels will cause more users not to be pinged.
{% 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://docs.tippy.cafe/modules/ping-on-join.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.
