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

# Connections

> Securely link your data sources to Siloed

Connections are the foundation of Siloed, allowing you to securely link your accounts from various services and access your data without exposing sensitive credentials.

## What Are Connections?

A Connection in Siloed represents a secure link to one of your accounts from a supported service provider. Connections use OAuth or similar secure authentication methods to grant Siloed access to your data without exposing your login credentials.

<Info>
  Siloed never stores your passwords. Instead, it uses secure tokens that can be revoked at any time.
</Info>

## Creating a Connection

Navigate to the [Connections page](https://siloed.ai/connections) to create, manage and delete connections.

## Supported Connection Types

Siloed currently supports the following connection types:

<CardGroup cols={3}>
  <Card title="Google" icon="google" href="/connections/google">
    Access Gmail and Google Calendar
  </Card>

  <Card title="Slack" icon="slack" href="/connections/slack">
    Connect to your Slack workspaces
  </Card>

  <Card title="Notion" icon="link" href="/connections/notion">
    Access pages and databases in your Notion workspace
  </Card>

  <Card title="More Coming Soon" icon="ellipsis">
    We're constantly adding new connection types
  </Card>
</CardGroup>
