# Slack

> Note: Make sure you have the proper admin permissions in your Slack workspace to authorize this integration.

### Connect Org Wide

Note:

* This feature connects all existing Rox users to all matching users in your Slack instance
* Rox uses the email address as the key. If a user has a different email address in Rox vs. Slack (e.g. <diogo@roxhq.ai> vs. <diogo@rox.com>) this method will not connect their account and they will have to connect individually with the steps above.
* This feature is only available to enterprise customers. If you are an admin for your org, please contact <help@rox.com> to get this feature set up for you.

#### Connecting/Disconnecting Slack Org Wide

*Note: only available in Enterprise edition and for users given "admin" privileges.*

Head over to Slack settings and connect your individual account by following the steps above. Once done, return to Integrations page and click on the "Slack settings" icon:

Once in the settings screen, click connect/disconnect Slack

<figure><img src="/files/8Q67VpnKxmbEeVSDpSw3" alt=""><figcaption></figcaption></figure>

If you click connect, you'll be taken to the permissions page, and hit "Allow"

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

and that's it!

### How it Works

<div data-full-width="false"><figure><img src="/files/pw5l6RWHkbkxCkbWB8iH" alt=""><figcaption></figcaption></figure> <figure><img src="/files/aydR2Gb6Z08jFyICAewK" alt=""><figcaption></figcaption></figure> <figure><img src="/files/H10Cb0esScfgmLCbXXRW" alt=""><figcaption></figcaption></figure> <figure><img src="/files/pY14hFISkQ3rTyyXNaCV" alt=""><figcaption></figcaption></figure></div>

Rox’s Slack integration brings account research and meeting prep directly into Slack, so reps can ask questions and get actionable answers without leaving their workflow.

1. **Start with `@Rox` in any channel or DM**\
   Mention `@Rox` with a question (for example, “what changed at Acme this week?”). Rox treats that message as the start of a working thread.
2. **Rox keeps context in-thread**\
   Follow-up replies in the same thread are handled as one continuous conversation, so users can refine questions without repeating context.
3. **Get structured, actionable responses**\
   Rox responds in Slack with concise summaries, key findings, and recommended next actions.
4. **Use App Home for quick daily signal**\
   Slack App Home surfaces personalized insight and meeting panels so users can quickly scan what matters now and drill deeper when needed.
5. **Receive proactive updates where teams already work**\
   Rox can deliver pre-meeting briefings and insight digests to designated Slack channels, helping teams stay aligned without extra tools or tabs.


---

# 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.rox.com/development/product/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.
