# Slack

![](/files/-LrQGfjffOzRvoBkuhUA)

[Slack](https://slack.com) is a cloud-based set of proprietary team collaboration software tools and online services.

## Create a Slack Webhook

A webhook is required to post alerts to a slack.

1. Follow slack's guide to setting up an [incoming webhook](https://api.slack.com/incoming-webhooks).
2. Copy the Webhook URL
3. Turn on slack alerts and enter the URL in to the [LinuxGSM settings](/configuration/linuxgsm-config.md). (`~/lgsm/config-lgsm/<gameserver>/common.cfg`)

```
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
slackalert="on"
slackwebhook="your webhook url"
```


---

# 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.linuxgsm.com/alerts/slack.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.
