> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vistaly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Slack Integration

> Using Slack and Vistaly together

export const Image = ({src, alt, caption}) => <figure>
    <img src={`https://cdn.vistaly.com/kb${src}`} {...alt ? {
  alt
} : {}} />
    {caption && <figcaption class="image-caption">{caption}</figcaption>}
  </figure>;

export const VideoGIF = ({src, className = '', ...otherProps}) => <Video src={src} autoPlay={true} muted={true} loop={true} controls={false} playsInline={true} className={className} style={{
  boxShadow: "0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.06)"
}} {...otherProps} />;

export const Video = ({src, autoPlay = false, muted = false, loop = false, playsInline = true, controls = true, className = '', ...otherProps}) => <video src={`https://cdn.vistaly.com/kb${src}`} autoPlay={autoPlay} muted={muted} loop={loop} playsInline={playsInline} controls={controls} className={className} {...otherProps} />;

## Installing Slack

To install the Vistaly app for Slack, visit the integrations page and select the 'Add to Slack' button.

<Image src="/documentation/integrations/slack/integrations-nav.png " alt="Integrations Nav" />

<Image src="/documentation/integrations/slack/integrations-add-slack-v2@2x.png " alt="Add to slack" />

After selecting the 'Add to Slack' button, you will be redirected and asked to give Vistaly access to post and receive messages to and from Slack.

<Image src="/documentation/integrations/slack/integrations-slack-permission@2x.png " alt="Slack permissions" />

After granting Vistaly permission to your Slack organization, you will receive a welcome message from Vistaly.

<Image src="/documentation/integrations/slack/integrations-slack-welcome@2x.png " alt="Slack welcome" />

## Linking Accounts

The last step is to link your Slack account to Vistaly so we can send messages to you in a private channel. Send the message .

<Image src="/documentation/integrations/slack/integrations-slack-link-command@2x.png " alt="Link command" />

Select 'Link Accounts'

<Image src="/documentation/integrations/slack/integrations-slack-link-accounts@2x.png " alt="Slack welcome" />

Once you Authorize, you'll be ready to use the Vistaly app for Slack!

<Image src="/documentation/integrations/slack/integrations-slack-authorize@2x.png " alt="Authorize Slack" />

## Adding Feedback from Slack

The primary use case for the Slack integration is for adding Feedback directly from Slack.

Many of our customers have  channels that customer-facing teams use to relay feedback from customers and prospects.

The Slack integration makes it easy to quickly add Slack messages directly to Vistaly as Feedback.

<VideoGIF src="/documentation/integrations/slack/slack_insight.mp4" />

You can also use the  command to quickly add a Feedback from Slack.

<Image src="/documentation/integrations/slack/slack_slash.png " alt="Slash command" />

## Adding an Unmapped Card

You can directly add an [Unmapped Card](/documentation/core-concepts/unmapped-cards) from Slack. Simply type  and add a new card.

<Image src="/documentation/integrations/slack/integrations-slack-add-to-backlog@2x.png " alt="Add to backlog" />

Once you return to Vistaly, the card will be waiting with the other Unmapped Cards, ready to be mapped into the workspace.
