> For the complete documentation index, see [llms.txt](https://docs.storylane.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storylane.io/hubs-docs/integrations/integrations/slack.md).

# Slack

### How Leads Are Identified

Storylane recognizes two types of leads:

| Lead Type        | How It's Identified                    |
| ---------------- | -------------------------------------- |
| **Known Lead**   | When an **email address** is captured  |
| **Unknown Lead** | Based on **IP address/company** lookup |

{% hint style="warning" %}

### **Identifying Leads**

There are few ways in which you can capture or identify leads. You can refer the article on [Lead Tracking](/analytics-and-performance/lead-attribution.md#lead-attribution-tracking) to learn more
{% endhint %}

### ⚙️ How to Integrate Slack with Storylane

1. **Go to Settings**\
   From your Storylane dashboard, click **Settings** in the left-hand menu.
2. **Navigate to Integrations**\
   Click the **Integration** tab.
3. **Connect to Slack**\
   Locate the Slack integration and click **Connect**.
4. **Choose a Slack Channel**\
   Select the channel where you'd like to receive notifications.
5. **Start Receiving Alerts**\
   Once a known lead starts interacting with a demo, you’ll receive an alert in your configured Slack channel.

{% @storylane/embed subdomain="app" linkValue="goirstps753h" url="<https://app.storylane.io/share/goirstps753h>" %}

### 🛎️ Sample Notifications

#### Known Lead

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

#### Company (IP-Based) - Unknown Lead

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

### 🔒 Privacy Reminder

We value privacy. To learn more about how lead data is handled, check out [Storylane's Privacy Policy](https://www.storylane.io/privacy-policy).


---

# 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.storylane.io/hubs-docs/integrations/integrations/slack.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.
