# Notifications

Notifications can be set from your SAAS dashboard.  IN the top menu, select **More -> Settings.**

There are two tabs that can be selected from the left: Integrations and Notifications.

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

## Integrations

{% tabs %}
{% tab title="Slack" %}
The Slack Integration connects unSkript to your Slack instance.  Click the Slack button to begin.

A Slack page will open, asking for permission to connect to your workspace.

<figure><img src="/files/AXXd21dL9hLlPJ4cLBsi" alt="changing the slack channel"><figcaption><p>Change the workspace in the upper right hand corner.</p></figcaption></figure>

You'll also be asked to select a channel.  For the best experience -select a channel and not a DM.

<figure><img src="/files/Hw84DAVLKcVwquoPxdds" alt="screenshot of slack channel list"><figcaption><p>The channel where Messages will be sent.</p></figcaption></figure>

Name you integration, and then you're all set.<br>
{% endtab %}

{% tab title="Email" %}
Coming Soon!

{% endtab %}
{% endtabs %}

## Setting Notifications

There are 5 notification types.  Simple select the notification, choose the Integration you wish you use, and press **Apply.**

<figure><img src="/files/27xxYzfTBbW2nDwQIiuT" alt="screenshot of notification list"><figcaption></figcaption></figure>


---

# 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.unskript.com/unskript-documentation/tooling/notifications.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.
