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

# Add Speckle connectivity to your authoring applications

> Connect host applications and external systems to Speckle—architectures, data essentials, and resource links.

Whether you are developing a desktop add-in, a cloud automation workflow, or a native connector, Speckle provides SDKs, APIs, and open source reference implementations you combine based on host platform and deployment environment.

## Is this the right section?

<CardGroup cols={2}>
  <Card title="Connectivity" icon="plug" href="/developers/connectivity/desktop-host">
    Connect Speckle **to or from** other applications and systems.
  </Card>

  <Card title="Applications" icon="code" href="/developers/building-apps">
    Build **on** Speckle—custom web apps, embedded viewer, dashboards, Automate on model data.
  </Card>
</CardGroup>

<Note>
  **Browser-based products** belong in **Applications** → [Custom apps](/developers/building-apps), not connectivity architectures.
</Note>

## Publish, load, and depth

<CardGroup cols={2}>
  <Card title="Publish & load" icon="down-up" href="/developers/connectivity/integration-depth">
    Publish only vs publish and load—and integration depth from publish through load (receive-only is mainly apps like Power BI).
  </Card>
</CardGroup>

## Choose an architecture

<CardGroup cols={2}>
  <Card title="Desktop host" icon="desktop" href="/developers/connectivity/desktop-host">
    Add-ins inside CAD/BIM/structural apps, or standalone desktop agents.
  </Card>

  <Card title="Cloud & automation" icon="cloud" href="/developers/connectivity/cloud-automation">
    Server-side ETL, orchestration, and version-driven jobs with external systems.
  </Card>

  <Card title="Middleware" icon="shuffle" href="/developers/connectivity/middleware">
    Enterprise sync between Speckle and PLM, data lakes, or proprietary APIs.
  </Card>

  <Card title="Hybrid" icon="layers" href="/developers/connectivity/hybrid">
    Desktop publish plus cloud or web consume tiers.
  </Card>
</CardGroup>

## Also in this section

<CardGroup cols={2}>
  <Card title="Data & build order" icon="route" href="/developers/connectivity/data-and-build">
    Shared data model, send pipeline, and suggested development sequence.
  </Card>

  <Card title="Resources" icon="list" href="/developers/connectivity/resources">
    SDKs, reference repositories, packages, and community.
  </Card>
</CardGroup>

<Note>
  Tutorials and API reference live under **SDKs**, **Interfaces**, **Data schema**, and **Viewer** in the developer docs.
</Note>
