# Slack

### 1. Create Slack Webhook

First you need to sign up for [Slack](https://slack.com/) and create an account. Complete the account creation process to set up an [Incoming Webhook](https://my.slack.com/apps/new/A0F7XDUAZ-incoming-webhooks) in Slack:&#x20;

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MB--1Al0TRK1iMM6-RB%2F-MB1ByE2fdDqPG7rLH5p%2FGIF.gif?alt=media\&token=1c3fdb8f-0c0a-4661-9286-9229851ea1ed)

Once you select or create a new channel and create the webhook, you'll be presented with a setup screen containing details about your webhook and how to use it. Make sure you copy the Webhook URL to complete the Slack integration.

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MB--1Al0TRK1iMM6-RB%2F-MB1CPZAYXNvTh27EZZ5%2Fimage.png?alt=media\&token=9c32f087-739d-47e9-b2ba-cd84b504ec9c)

### 2. Add to Jet Admin

Add Slack to an existing project or connect Slack as a resource when creating a new project. Copy your Webhook URL into Webhook URL field to connect the resource.

![](https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LQ08RFAKZvFADEiXKFy%2F-MjdF2FcdM0B__Yo_WAa%2F-MjdF7GQlNW1IHAnrxZ7%2Fimage.png?alt=media\&token=3301023b-6da8-4603-981b-2dc53ca1ec7e)


---

# 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.jetadmin.io/user-guide/integrations/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.
