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

# Connectors

Connectors are how Gumloop authenticates Gmail, Slack, Salesforce, and other apps. Full reference: [Connectors](/core-concepts/credentials).

<CardGroup cols={1}>
  <Card title="Add team connectors" icon="users" href="/help/connectors/add-team-connectors">
    Connect one shared account on the team so everyone can use it.
  </Card>

  <Card title="Use team connectors" icon="right-left" href="/help/connectors/use-team-connectors">
    The agent must live on that team, then you pick the team connector.
  </Card>

  <Card title="Revoke and reconnect a connector" icon="rotate" href="/help/connectors/revoke-and-reconnect">
    Use this when a connector is expired, read-only, or signed in as the wrong account.
  </Card>

  <Card title="Use your own LLM key" icon="key" href="/help/connectors/use-your-own-llm-key">
    BYOK sends model calls through your provider key and drops those model credits to zero.
  </Card>

  <Card title="Find your Gumloop API key" icon="key" href="/help/connectors/find-your-api-key">
    Create a personal API key in Connectors for the API, CLI, or SDK.
  </Card>
</CardGroup>
