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

# Connectors page

> Connect Slack, Gmail, HubSpot, Google Calendar, Stripe and more at /app/connectors.

## The connectors page

`/app/connectors` is where you link Jobr to the tools you already use. Some connectors let your employee communicate (Slack, Gmail). Others let it take real actions (HubSpot, Google Calendar, Stripe).

The full catalog has 331 connectors. The ones with live actions today are listed below. The rest capture a secure connection now, and their automated actions switch on as the action bridge expands.

## Connectors with live actions today

<CardGroup cols={2}>
  <Card title="Slack" icon="slack" href="/connectors/slack">
    Instant threaded replies, or a channel that turns new messages into drafts.
  </Card>

  <Card title="Gmail" icon="envelope" href="/connectors/gmail">
    Watches new mail and drafts replies.
  </Card>

  <Card title="HubSpot" icon="hubspot" href="/connectors/hubspot">
    Create or update contacts, move deal stages, add notes, search contacts.
  </Card>

  <Card title="Google Calendar" icon="calendar" href="/connectors/google-calendar">
    Check availability, book, and reschedule.
  </Card>

  <Card title="Stripe" icon="stripe" href="/connectors/stripe">
    Create a draft invoice and add line items. Never finalizes or charges.
  </Card>
</CardGroup>

## How connecting works

<Steps>
  <Step title="Pick a connector">
    Choose the tool you want to link.
  </Step>

  <Step title="Authorize securely">
    Sign in to the tool and grant access. Credentials are stored securely and are never exposed to your team.
  </Step>

  <Step title="Choose what the employee can use">
    Turn on the specific actions or channels you want for each employee, in the employee's tools tab.
  </Step>
</Steps>

<Warning>
  Every tool action is approval-gated in v1. Writes and anything involving money never happen automatically. See [Overview](/connectors/overview).
</Warning>

## Next

<CardGroup cols={2}>
  <Card title="Connectors overview" icon="plug" href="/connectors/overview">
    How connectors and risk tiers work.
  </Card>

  <Card title="Approvals" icon="circle-check" href="/app/approvals">
    Where proposed actions wait for you.
  </Card>
</CardGroup>
