# Slack

Transform Slack conversations into dev-ready work. Connect Korey and Slack to capture ideas, bugs, and get answers without leaving your workflow or losing context.

Mention Korey (`@Korey`) in a channel, thread, or DM to ask questions, get help, or create stories, issues, and epics. Korey understands the surrounding conversation and pulls in relevant context from your connected product management tools—so work keeps moving without leaving Slack.

### Chat with Korey in Slack <a href="#setup-the-shortcut-connector" id="setup-the-shortcut-connector"></a>

[Once authenticated](#setup-the-shortcut-connector-1), @mention Korey (`@Korey` ) in a Slack channel or thread to get started:

• @korey log this bug in GitHub\
• @korey what did our team ship last week?\
• @korey check the codebase for where this is implemented\
• @korey create a doc summarizing this security discussion

Korey will pull in relevant context from the surrounding conversation and the other tools that are connected to your Korey account.

**Turn conversations into dev-ready work** \
• Korey reads thread context and drafts complete tasks with acceptance criteria\
• Save tasks and docs to tools you have connected to Korey

**Stay aligned on progress** \
• Ask Korey for status updates, summaries, and team velocity\
• Get notified when your Scheduled Jobs have run

> ⚠️ **AI-Powered:** While we work hard to provide accurate responses, AI can make mistakes. Always review generated stories, summaries, and recommendations before finalizing.

### Setup <a href="#setup-the-shortcut-connector" id="setup-the-shortcut-connector"></a>

* **Settings > Connectors > Slack**
* **Click to Connect to Slack** > approve permissions
  * Admins can enable the Slack connector for the Korey workspace
  * Individual Korey users will be detected as long as their Slack user email address is associated with their Korey user (ie: the email address used to sign-in to Korey, or a confirmed [email identity](/organization/email-identities.md))

{% hint style="info" icon="slack" %}
Using Korey AI Assistant requires a paid Slack plan
{% endhint %}


---

# 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.korey.ai/connectors/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.
