> ## 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.

# Linking Accounts

> Connect the provider accounts your agent will act on.

Once a [connector profile](/gateway/concepts/connector-profiles) is enabled, the next step is for each end-user to **link their account**. They authenticate with the provider (OAuth or credentials) so StackOne can act on their behalf. The resulting linked account is what your agent, API calls, and tools then run against.

## Connection methods

| Method                                              | Best for                                                                    |
| --------------------------------------------------- | --------------------------------------------------------------------------- |
| [Embedded Hub](/embed/account-linking/stackone-hub) | Production apps: in-app, branded                                            |
| [Auth Link](/embed/account-linking/auth-link)       | Email flows, sales-led onboarding, demos                                    |
| Dashboard linking                                   | Manual linking by your team: internal tools, ops, or on a customer's behalf |

<Tip>
  For Auth Links there's no frontend callback. Subscribe to account [webhooks](/connect/webhooks) to know when an account is linked.
</Tip>

<Note>
  The profile picker only offers connector profiles you're allowed to use. A [restricted profile](/secure/sharing-connector-profiles) is hidden when linking, in the dashboard and in the Hub, unless you've been granted access to it.
</Note>

## Link from the dashboard

You can link accounts directly from the StackOne dashboard without embedding the Hub. Useful for internal tools, or when your ops or support team connects an account on a customer's behalf.

### Connection links

Generate connection links from your dashboard to share with end-users.

<div class="flex justify-center gap-4 my-4">
  <Frame caption="Dashboard Connection Link Generation">
    <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/stackone-60/5eSj_yFjXdePvCoH/videos/hub/hub-link-generation.mov?fit=max&auto=format&n=5eSj_yFjXdePvCoH&q=85&s=6974bf5b79a1b5273143091d25c03d87" data-path="videos/hub/hub-link-generation.mov" />
  </Frame>
</div>

### Direct account linking

Link accounts directly from the dashboard interface.

<div class="flex justify-center gap-4 my-4">
  <Frame caption="Dashboard Account Linking">
    <video controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/stackone-60/5eSj_yFjXdePvCoH/videos/hub/in-dashboard-hub.mov?fit=max&auto=format&n=5eSj_yFjXdePvCoH&q=85&s=0619e58095706f4fa7de8ea26e5c7739" data-path="videos/hub/in-dashboard-hub.mov" />
  </Frame>
</div>

## Manage linked accounts

View, re-authenticate, or remove accounts on the [Accounts page](https://app.stackone.com/accounts), or via the [List Accounts API](/platform/api-reference/v2/accounts/list-accounts). `account.updated` and `account.deleted` webhooks fire on re-authentication and disconnect.

## Next steps

<CardGroup cols={2}>
  <Card title="AI Platforms" icon="robot" href="/connect/ai-platforms/overview">
    Point an AI platform at the account you just linked.
  </Card>

  <Card title="Scoping Connectors" icon="sliders" href="/secure/scoping-connectors">
    Choose which of a connector's actions and events are exposed.
  </Card>
</CardGroup>
