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

# Integrations

> The tools we integrate with.

export const CtaGetStarted = ({label = "Ready to make delivery flow again?"}) => <div style={{
  display: "flex",
  justifyContent: "space-between",
  alignItems: "center",
  marginTop: 80,
  background: "#1a1b1e",
  color: "#fff",
  borderRadius: 8,
  border: "1px solid #69db7c",
  padding: "10px"
}}>
    <div style={{
  display: "flex",
  justifyContent: "space-between",
  alignItems: "center",
  gap: 12,
  fontWeight: 500
}}>
      <img src="https://mintlify.s3-us-west-1.amazonaws.com/sweetrdev/logo.svg" height={24} width={24} style={{
  margin: 0
}} />
      <div>{label}</div>
    </div>
    <a href="https://github.com/apps/sweetr-dev/installations/new" rel="nofollow" className="not-prose" style={{
  padding: "8px 16px",
  background: "#69db7c",
  color: "#000",
  borderRadius: 4,
  fontSize: 14
}}>
      Try now
    </a>
  </div>;

## Available today

<CardGroup cols={2}>
  <Card title="GitHub" icon="github">
    Syncs metadata from GitHub. Enabled by default.
  </Card>

  <Card title="Slack" icon="slack">
    Allows automations to send messages to Slack channels.
  </Card>
</CardGroup>

## Coming soon

<CardGroup cols={2}>
  <Card title="🔜 Teams" />

  <Card title="🔜 Discord" />

  <Card title="🔜 PagerDuty" />

  <Card title="🔜 Incident.io" />

  <Card title="🔜 Jira" />

  <Card title="🔜 Linear" />

  <Card title="🔜 GitLab" />

  <Card title="🔜 BitBucket" />

  <Card title="🔜 Google Calendar" />
</CardGroup>

<CtaGetStarted />
