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

# Introduction

> Dock organizes everything shared with customers in one branded workspace. Create deal rooms, onboarding hubs, and client portals that customers love.

## Dock helps companies work better together.

Business-to-business relationships are the heartbeat of the economy.
Dock is a software platform that drives transparency and collaboration between businesses.

<div
  style={{
display: 'flex',
justifyContent: 'center',
overflow: 'hidden',
}}
>
  <img style={{ borderTopLeftRadius: '12px', borderBottomLeftRadius: '12px' }} width="200" src="https://cdn.prod.website-files.com/5e8918fccce5fb7307ac1c9e/626cedb6e49f5764fe80c1f1_writer-a.jpg" />

  <img width="200" src="https://cdn.prod.website-files.com/5e8918fccce5fb7307ac1c9e/626cedb652ce080e4491e2ea_origin.jpg" />

  <img width="200" src="https://cdn.prod.website-files.com/5e8918fccce5fb7307ac1c9e/626cedb6d01540295fe99b9b_lattice.jpg" />

  <img style={{ borderTopRightRadius: '12px', borderBottomRightRadius: '12px' }} width="200" src="https://cdn.prod.website-files.com/5e8918fccce5fb7307ac1c9e/626cedb6d0d7af0a6b31c416_writer-b.jpg" />
</div>

## Dock is a collaborative workspace between two groups of people.

Think of it like a private website that hosts all the information shared between two parties.
Dock works with your favorite software—like SalesForce and HubSpot—plus we’re building native tools for specific workflows (e.g. project plans).

<div
  style={{
display: 'flex',
justifyContent: 'center',
overflow: 'hidden',
}}
>
  <iframe style={{ borderRadius: '12px' }} width="100%" height="400px" src="https://www.youtube.com/embed/Cb6hDGPrUdg?si=XcdFXuk9wF3AC_0A&controls=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</div>

## Getting Started

To get started with Dock, you can do any of the following:

<CardGroup cols={2}>
  <Card title="Sign up" icon="user-plus" href="https://www.dock.us/demo">
    Sign up for an account
  </Card>

  <Card title="Try our API" icon="code" href="/api-reference/introduction">
    Learn how to use Dock API to create and manage links programmatically
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/introduction">
    Learn how to use Dock Webhooks to receive real-time notifications on events
    happening across your Dock workspace
  </Card>

  <Card title="Product Updates" icon="rocket" href="https://www.dock.us/product-updates">
    Read our latest product updates
  </Card>
</CardGroup>
