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

# Connectors

> How StackOne knows to interact with a provider, and the actions and events available for use.

<img src="https://mintcdn.com/stackone-60/eqCjS7m4FAN_3XTx/images/concepts-connectors.svg?fit=max&auto=format&n=eqCjS7m4FAN_3XTx&q=85&s=7ecf9f48b3be603dea353e4dbe5b44a5" alt="Where Connectors sit in StackOne: a connector is configured by a connector profile inside your project, which your end-users' linked accounts are authenticated against." style={{ width: "100%", maxWidth: "420px", margin: "1.5rem auto 2rem", display: "block" }} width="420" height="524" data-path="images/concepts-connectors.svg" />

A connector is the definition StackOne uses to know how to interact with a provider. Connectors are scoped to a [project](/gateway/concepts/organizations-and-projects): every project has access to all StackOne-authored connectors, while any [custom connector](/connector-building/overview) you build is available only in the project it belongs to.

These are the objects you work with on every connector:

<CardGroup cols={2}>
  <Card title="Connector Profiles" icon="sliders" href="/gateway/concepts/connector-profiles">
    Reusable credentials and config — the authentication and enabled actions for a connector.
  </Card>

  <Card title="Linked Accounts" icon="link" href="/gateway/concepts/linked-accounts">
    An end-user's authenticated connection to a provider.
  </Card>

  <Card title="Actions" icon="bolt" href="/gateway/concepts/actions">
    The core unit of work an agent can perform.
  </Card>

  <Card title="Events" icon="webhook" href="/gateway/concepts/events">
    Real-time notifications from your connectors and from StackOne.
  </Card>
</CardGroup>

## Explore your connectors

The <a href="https://app.stackone.com/connectors" target="_blank">**Connectors page**</a> in the dashboard shows a summary of every connector — the actions and events available, and the profiles and accounts configured for each. Opening a particular connector also shows all logs related to it.

For the full list of connectors and what each one supports, browse the [Connectors catalog](/connectors/introduction).
