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

# Slack

{% hint style="info" %}
**Note:** The integration for Slack is only available to users on a LoyaltySurf paid plan.
{% endhint %}

### How to connect to Slack <a href="#how-to-connect-to-slack" id="how-to-connect-to-slack"></a>

**Step 1:** In *Campaign Editor > 4. Options > View All Integrations*, click the *Connect to Slack* button

<figure><img src="/files/6jr09KT3clIeR85q3TxQ" alt=""><figcaption></figcaption></figure>

**Step 2:** Approve Slack permissions

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

**Step 3:** Connect the channel that you want to send LoyaltySurf notifications to

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

{% hint style="warning" %}
**Trying to connect a private Slack channel?**

To select a private Slack channel, both you and the GrowSurf Slack app must already be members of it. Invite the app in Slack first, then refetch.
{% endhint %}

### Notification event types <a href="#notification-event-types" id="notification-event-types"></a>

* You can choose the granularity of the types of notifications that you want to receive within the advanced Slack settings section.
* With *New Participant Reward Submission* alerts, you'll be able to approve or reject submissions directly within Slack.
* With *New Participant Reward* alerts, you'll be able to approve and fulfill rewards directly within Slack.


---

# 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.loyaltysurf.io/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.
