> For the complete documentation index, see [llms.txt](https://help.ariv.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ariv.ai/getting-started/getting-started-guide/ariv4slack-getting-started.md).

# Ariv for Slack

### The installation Process

[Ariv is now available in the Slack app directory](https://slack.com/apps/A015BU2298W-arivai-beta). To install Ariv in your workspace you will need to have admin or owner level permissions for your workspace .  Start the installation process by searching for Ariv.ai in the Slack App directory or clicking on this [direct install link](https://ariv.iengage.ai/integration/slack) .

![Click on Sign in to install from the Slack App directory](/files/-MW461OgN20F4C74qA9E)

If all permissions are valid, you will see this page, click on Allow and be re-directed to your Slack App or logged into your Slack Web App, where Ariv will be waiting for you. See this for [troubleshooting](/getting-started/troubleshooting-the-installation.md) any permission issue(s) in case you run into issues during installation.

![Make sure that you are logged into the right Slack Workspace before you click Allow to install Ariv.](/files/-MW4BA9i4KKlbkVCQRkq)

Cross your fingers and hope to see the following screen, if all goes well, the following screen will let you choose the channels that you want Ariv to monitor. Dont' worry you can change the [Setup instructions](/how-to/new-to-ariv/commands-in-slack/settings-and-setup.md), after logging into slack as well, just follow the instructions.

![click on the grey list, to see all the channels, Ariv selects all public channels in the workspace by default](/files/-MW4BinwNFfTYopLnJXo)

![Click on the channel name to select or de-select it, once you are happy click on continue to Slack](/files/-MW45uQX9bZymL7LrZwj)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.ariv.ai/getting-started/getting-started-guide/ariv4slack-getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
