# Slack

You can directly get notifications send to your team's Slack channel:

![](/files/-L9pmIz7dFPJ3495Lx4Z)

*All events listed* [*here*](/integration/webhook.md#webhook)*, will be notified.*

### How to enable

As a first step enable the Slack integration from your "Notifications" card in the "API, CDN, NOTIFICATIONS" tab on the project settings page:

![](/files/gLv3RGj5YB7omaWbNbW2)

And finally choose a channel to send new notifications to:

![](/files/-McxyyJGxG79_X0cNd1M)

{% hint style="info" %}
If you want to select a private channel, make sure you add the locize slack user to that channel first.
{% endhint %}

## Slash commands

There's also the possibility to use Slack commands. Try **/locize help** to see the available options.

![](/files/-L9pmIzG8fTVwUyu_-mk)

More information on [Slack App Directory](https://inweso.slack.com/apps/A71NM84Q6-locize)


---

# 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-old.locize.com/integration/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.
