> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/marketplace/integrating-with-collaboration-tools/slack-1.md).

# Slack

SimplifyQA’s integration with Slack allows users to receive real-time notifications about test executions, failures, task assignments, and other important events — right within their Slack workspace. This seamless integration ensures that your team stays connected and informed without needing to switch between tools.

### Prerequisites

* Access to SimplifyQA with admin permissions.
* Access to a Slack workspace with appropriate permissions to connect apps.

### Setting up Slack Integration in SimplifyQA

1. Launch SimplifyQA using your credentials.
2. Navigate to the Marketplace section from the main menu.
3. In the Marketplace, search for Slack.
4. Click on Configure to start the setup process.

<figure><img src="/files/8ROmkwm62iWRxsxHgC6A" alt=""><figcaption></figcaption></figure>

5. Click on +Add Channel, a pop-up window will appear prompting you to authenticate with your Slack workspace.
6. Enter your Slack credentials and authorize the integration.

<figure><img src="/files/ucL2pODlwlWNvvQVmAxy" alt="" width="563"><figcaption></figcaption></figure>

7. Once logged in, it will display a dropdown list of channels available in your Slack workspace.
8. Select the desired channel or chat where you want to receive notifications.
9. After selecting the channel/chat, click Save.
10. The integration setup is complete, and notifications will now be sent to the selected Slack channel based on your configured preferences.

{% hint style="success" %}
**Key Points to Note**

* One Channel at a Time: Each integration setup supports notifications to a single Teams channel or chat. For multiple channels, repeat the process and add additional webhooks as needed.
* Notification Types: Choose carefully to avoid spamming the channel with too many notifications.
* Access Control: Ensure only authorized users manage Teams integrations to prevent unauthorized information sharing.
  {% endhint %}

With the Slack integration, SimplifyQA ensures that your team remains informed and agile by delivering important testing notifications directly into your Slack workspace.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplifyqa.ai/marketplace/integrating-with-collaboration-tools/slack-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
