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

# Slack

> Trigger sessions by mentioning @tembo in any channel.

<Frame>
  <img src="https://mintcdn.com/test-8862363a/ZNDzs01gTiL6UMVz/images/integrations/slack.png?fit=max&auto=format&n=ZNDzs01gTiL6UMVz&q=85&s=509a895d0e79c9d6b063e6ae70fef6fe" alt="Slack" width="2560" height="1440" data-path="images/integrations/slack.png" />
</Frame>

## Features

* Create sessions by mentioning `@tembo` in any channel or DM
* Specify repos, branches, and agents inline
* Thread context is automatically read
* Status reactions and PR notifications in Slack

## Installation

<Steps>
  <Step title="Install">
    Go to [Integrations](https://app.tembo.io/integrations) and click **Install** next to Slack.
  </Step>

  <Step title="Authorize">
    Authorize Tembo to access your Slack workspace.
  </Step>

  <Step title="Configure">
    Connect your repositories first (GitHub, GitLab, or Bitbucket), then set a default repository in the Slack integration settings.
  </Step>
</Steps>

## Usage

### Basic

```
@tembo Fix the authentication bug in the login flow
```

### With options

```
@tembo In owner/webapp on branch dev, add password strength validation
```

**You can specify:** repository, branch, and agent in plain text (for example: `owner/webapp`, `branch dev`, `agent gpt-5.4`).

### Multiple repositories

```
@tembo Add user authentication in owner/frontend and owner/backend
```

Tembo creates separate PRs for each repo and coordinates changes.

### Thread context

Mention `@tembo` in a thread and it reads the full conversation history for context.

### Iterate in Slack

After Tembo opens a PR, you can keep mentioning `@tembo` in the same Slack thread to give feedback and iterate. No need to leave comments on the PR itself.

### Cancel sessions

Click the options on Tembo's message in Slack to stop a running session without leaving Slack.

### Status indicators

* ⌛️ Working
* ✅ Complete
* ❌ Failed

When done, Tembo posts PR links back to the thread.

## Agents

See [Agents](/features/agents) for available Slack event triggers.

## Advanced

<AccordionGroup>
  <Accordion title="Tembo not responding">
    Verify Tembo is installed on the [Integrations page](https://app.tembo.io/integrations). Invite the bot to the channel with `/invite @tembo`.
  </Accordion>

  <Accordion title="Wrong repository targeted">
    Set a default repository in Slack integration settings, or specify the repository directly in your message (for example: `owner/repo`).
  </Accordion>

  <Accordion title="Feedback loop">
    When you leave feedback on a PR created from Slack, Tembo posts a notification back to the original Slack thread with a summary of changes.
  </Accordion>
</AccordionGroup>
