# Slack

The Slack integration allows Chaty to notify your team on a Slack channel or to a Slack user that a call has occurred. It includes a summary of the call and a link to view the full transcript of the call.

## Connecting Slack and Chaty

To enable Slack notifications;

1. Click on the "Integrations" menu item,
2. Search for the Slack integration and click on it,
3. Click the "Connect" button
4. Once you return back to Chaty, navigate back to the Slack settings in Chaty
5. On the configuration page, in the "Channel OR User ID "field, type in the name of the channel you'd like the call summaries to be sent to.
6. Click "Update" to save your configuration settings.


---

# 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.chaty.ai/integrations/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.
