# Setup Kick Alerts

**1.** Invite [Sx Live](https://sxlivebot.com/invite) if you haven't already.

**2.** Add the kick streamer. (username or channel url)\
**Example:`+kickstreamers add xqc`**

**3.** Set the notifications channel\
**Example:`+kickchannel set #your-alerts-channel`**

**5.\[optional]** Send the notification without mentioning **`@everyone`**. \
**Example:** **`+kicknoping enable`**

**7.\[optional]** Customize the message that is sent when a streamer goes live\
**Example: `+kickmessage set {HERE} {STREAMER} is now live!`**

{% hint style="info" %}
These variables can be used in the message:\
\&#xNAN;**{STREAMER}** = Kick Streamer Username\
\&#xNAN;**{GAME}** = Game/Category Name \
\&#xNAN;**{URL}** = Kick Stream URL\
\&#xNAN;**{EVERYONE}** = Mention @everyone \
\&#xNAN;**{HERE}** = Mention @here
{% endhint %}

**7.\[optional]** To ping a specific role for notifications\
**Example: `+kickmessage set @stream notifications {STREAMER} is now live!`**

**8.\[optional]** Filter notifications by title name. (Requires filter word to be in stream title)\
&#x20;**Example: `+kicktitlefilter set No Pixel`**

{% hint style="info" %}
This is particularly useful for GTA RP servers, similar to hasroot, where only streamers who have the keyword in their title will have the notifications sent.&#x20;
{% endhint %}

**8.\[optional]** Set a cooldown for the notifications\
**Example: `+kickcooldown set 2h`**

{% hint style="success" %}
All done! Notifications will be sent within a few seconds of going live!
{% 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.sxlivebot.com/live-stream-notifications/setup-kick-alerts.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.
