# Slack

## Invite Testery App to a Private Slack Channel

In order for Testery to send alerts to a channel, the Testery bot must be invited. There are several ways to do this in Slack, but the easiest is to `@-mention` the Testery app. \
\
For example, you can send something like this to the channel,

<figure><img src="/files/aWyjtorccV3LCwdDfFwN" alt=""><figcaption></figcaption></figure>

When you send a message to `@Testery` and the app isn't invited to the channel yet, you'll get a notice to invite the app's bot to the channel.

![](/files/J4Jydi8NrFtafsYi1sK8)

Click **Invite Them**, and now Testery will be able to send alerts to that channel.


---

# 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.testery.io/integrations/built-in-integrations-with-testery/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.
