# Slack

Our Slack notification integration will notify you when someone @your-name mentions you within the Chat in Tonomo. If this is the first time you've connected this app, you must have Admin credentials in Slack. Future users who connect it will be able to do so without Admin credentials.

To start, go to your profile in the top right corner and Staff settings. Click Connect Slack Account

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

Next, double check that you're connecting Tonomo to the correct community in the top right corner. Then click A**llow**.

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

Slack will process for a couple of seconds and then tell you that it successfully connected.

{% hint style="warning" %}
Next, test the integration by having someone **other than you** send you a message in an order's chat. **The integration ignores messages you send to yourself.**
{% endhint %}

Messages sometimes take a few seconds to arrive, but they will appear within the Apps section of Slack with the message and a link to that message so you can respond to it.

<figure><img src="/files/w9Qgs0HLTkNwrmJWEB4C" alt=""><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.getautonomo.com/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.
