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

# Slack, v0, and Gamma

> Send alerts to Slack and generate UI or slides inside workflows.

These three connections give your [workflows](/workflows/overview) something extra to do. Slack sends you messages. v0 builds web pages. Gamma makes slides and docs. Pick a tab below to connect the one you want.

<Note>
  A workflow is a set of tasks that run on their own. Once you connect one of these tools, a workflow step can use it.
</Note>

<Tabs>
  <Tab title="Slack">
    Slack lets a workflow message you. A great use is "tell me when my report is ready."

    Connecting takes one click. You do not paste any keys.

    <Steps>
      <Step title="Start the connection">
        Go to [Integrations](https://app.zerorank.ai) and start the Slack connection.
      </Step>

      <Step title="Approve the access">
        Slack asks if ZeroRank can post messages and see your channels. Click **Allow**.
      </Step>

      <Step title="You are done">
        The connection saves itself with the name **Slack - your team name**. The team name fills in for you.
      </Step>
    </Steps>

    Now a workflow can send a message to any channel you choose.
  </Tab>

  <Tab title="v0">
    v0 builds web pages from a short prompt. A workflow step can make the page and put it online for you.

    You connect v0 by pasting a key.

    <Steps>
      <Step title="Get your key">
        Open your account settings on [v0.dev](https://v0.dev) and copy your API key. It starts with `v0_`.
      </Step>

      <Step title="Paste it into ZeroRank">
        On the [Integrations](https://app.zerorank.ai) page, paste the key into **V0 API Key**.
      </Step>

      <Step title="Name the connection">
        Type a name into **Connection Name** so you can spot it later. Then save.
      </Step>
    </Steps>

    In a workflow, the v0 step turns a prompt into web UI. You can also let it deploy the page, so it goes live with no extra work.
  </Tab>

  <Tab title="Gamma">
    Gamma makes presentations, documents, and webpages. A workflow step can build one for you.

    You connect Gamma by pasting a key.

    <Steps>
      <Step title="Get your key">
        Open your workspace settings in Gamma and copy your API key. It starts with `gamma_`.
      </Step>

      <Step title="Paste it into ZeroRank">
        On the [Integrations](https://app.zerorank.ai) page, paste the key into **API Key**.
      </Step>

      <Step title="Add your workspace name">
        Type your Gamma workspace name into **Workspace Name**. Then save.
      </Step>
    </Steps>

    In a workflow, a Gamma step can create a new presentation, document, or webpage. It can also remix one of your own Gamma templates into something new.
  </Tab>
</Tabs>

<Warning>
  Your v0 and Gamma keys are like passwords. Anyone who has a key can use your account. Never share a key or paste it where others can see it. If a key leaks, make a new one in that tool and update your connection.
</Warning>

## Keep going

<CardGroup cols={2}>
  <Card title="Build a workflow" icon="workflow" href="/workflows/build-a-workflow">
    Put these connections to work in a few steps.
  </Card>

  <Card title="All integrations" icon="plug" href="/integrations/overview">
    See every tool you can connect to ZeroRank.
  </Card>
</CardGroup>
