# Slack

**How to Integrate Slack with K3 Labs**

Slack integration allows you to automatically receive workflow alerts, data, and updates directly in your Slack channels — keeping your team informed in real time.

Once connected, you’ll be able to:

• Choose any public or private channel within your Slack workspace.

• Send customized notifications from a K3 workflow directly into that channel.

**Step 1: Connect Your Slack Account**

1. In the **Integrations** section of the K3 platform, click **Add Slack Integration**.
2. You will be redirected to Slack’s authorization screen.
3. **Log in to your Slack account** and authorize K3 Labs to:

   1. View channels and conversations.
   2. Send messages on your behalf.

This permission is required so K3 can post alerts into the channels you select.

**Step 2: Set Up Your Slack Workflow Notifications**

Once the connection is authorized:

1. The integration will be saved automatically.
2. You will see a list of available **Slack channels** within your workspace.
3. When setting up a workflow, select the **Slack function**, choose your integration, **and pick the channel** where alerts should be delivered.

That’s it — once your workflow is running, K3 will automatically post updates to Slack based on the logic and conditions you’ve defined.


---

# 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.k3-labs.com/introduction/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.
