> For the complete documentation index, see [llms.txt](https://docs.sumble.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sumble.com/slack-agent/signals-alerts-in-slack.md).

# Signal alerts in Slack

Sumble Signals alerts can be delivered to each rep's Slack account automatically. Sumble uses your account ownership mapping to route them, so each rep only sees alerts for their own book of business.

{% hint style="info" %}
Signal alerts in Slack are available on all plans, including Free.
{% endhint %}

## Delivery options

Each user configures alert delivery from the **Home** tab in the Sumble app:

* **Direct messages** — alerts arrive as DMs. This is the default.
* **Public channel** — alerts post to a shared channel for team visibility.
* **Off** — disables all Sumble notifications.

## Priority filter

Users can filter alerts by priority:

* High priority only
* Medium and high priority
* All alerts

## Alert content

Each alert includes the organization name, signal type and description, priority level, and a link to the relevant job post, person profile, or trend.

Alerts are delivered after each daily pipeline run. Duplicate signals are suppressed.

## Not receiving alerts?

* Check that your Slack account is connected in [Account Settings](https://sumble.com/account/settings).
* Confirm your Sumble email matches your Slack email, or complete the manual connection.
* Make sure you haven't muted the Sumble app in Slack.
* Review your notification preferences in the **Home** tab — you may have **Off** selected.

***

For workspace setup and notification configuration, see [Slack alert setup](/system-setup-and-configuration/notifications/slack-alerts.md). For setup and the full agent reference, see the [Slack Agent overview](/slack-agent/slack-agent.md).


---

# 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:

```
GET https://docs.sumble.com/slack-agent/signals-alerts-in-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.
