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

# Getting started

> Install Clarity and start improving your Slack communication

Get Clarity running in your Slack workspace in under two minutes.

<Frame>
  <img src="https://mintcdn.com/clarity-9b1741c0/o3p2saM841LiwrTE/images/app_image.png?fit=max&auto=format&n=o3p2saM841LiwrTE&q=85&s=5662e42384692b660b7266588dbf7d6e" alt="Clarity website with Add to Slack button" style={{ borderRadius: '0.5rem' }} width="1616" height="1006" data-path="images/app_image.png" />
</Frame>

## Prerequisites

* A Slack workspace where you have admin permissions
* If you are not an admin, follow the [non-admin installation guide](/non-admin-install)

## Installation

<Steps>
  <Step title="Add to Slack">
    Click the **Add to Slack** button on the [Clarity website](https://clarityapp.io). You will be redirected to Slack to authorize the app.
  </Step>

  <Step title="Authorize permissions">
    Review the permissions Clarity needs and click **Allow**. Clarity requires access to read messages in channels where you enable coaching so it can analyze them and suggest improvements.
  </Step>

  <Step title="Complete onboarding">
    After installation, Clarity sends you a direct message in Slack. Run any `/clarity-` command to open the onboarding modal, where you select which channels to enable auto coaching in.

    <Frame>
      <img src="https://mintcdn.com/clarity-9b1741c0/5DDfZ6SQmgatL0CG/images/complete_onboarding_prompt.png?fit=max&auto=format&n=5DDfZ6SQmgatL0CG&q=85&s=76d62ec016aea64f207406f7e7e15129" alt="Clarity onboarding modal in Slack showing channel selection" style={{ borderRadius: '0.5rem' }} width="1394" height="594" data-path="images/complete_onboarding_prompt.png" />
    </Frame>
  </Step>
</Steps>

## Your first rephrase

Try the rephrase command to see Clarity in action:

```
/clarity-rephrase I need this done ASAP its really urgent and nobody seems to care
```

Clarity analyzes your message and suggests an improved version:

> Could you please prioritize this task? It's time-sensitive and I want to make sure it's on your radar.

Click **Send** to post the improved version, or **Didn't like it** to dismiss.

<Note>
  The `/clarity-rephrase` response is only visible to you. Your original text is never posted.
</Note>

## Next steps

<CardGroup cols={2}>
  <Card title="Learn the commands" icon="terminal" href="/commands">
    All five slash commands explained.
  </Card>

  <Card title="Enable auto coaching" icon="sparkles" href="/auto-coaching">
    Get suggestions automatically after you send messages.
  </Card>
</CardGroup>
