> For the complete documentation index, see [llms.txt](https://guide.plusai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/app-for-slack/install-the-app-for-slack.md).

# Install the app for Slack

Install our app for Slack to share Snapshots and Pages easily and set up scheduled automations for metrics, data, and other content.

### Install the Plus app for Slack

From the [Plus app](https://app.plusdocs.com), click on **Integrations** in the bottom left of the sidebar.&#x20;

Then click on the "**Install app**" button under Slack. Make sure you are connected to the correct Slack workspace, then click "Allow." If your browser asks you, click on "Open this link in Slack."

<figure><img src="/files/VudQG63c9dO9j5Mr61Ip" alt=""><figcaption><p>Installing the app for Slack: Integrations > Install app</p></figcaption></figure>

You should now be taken to the Plus app inside of Slack. Click on **Link my account**, which will open a Plus page in your browser. Click on **Link my account** to finish set up.

<figure><img src="/files/Qdz8eWbuh3U62CEAmxi4" alt=""><figcaption><p>Click "Link my account" to finish setting up the Plus app for Slack</p></figcaption></figure>


---

# 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://guide.plusai.com/other/live-snapshots/snapshot-integrations/app-for-slack/install-the-app-for-slack.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.
