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

# Workflows

> Learn about the different signing workflows supported by the iinked Sign platform.

## Overview

The iinked Sign platform supports multiple signing workflows to accommodate various business needs. Each workflow is designed to optimize the signing process for different scenarios, ensuring a seamless experience for both senders and signers.

<Note>
  Even though the signing workflow names have evolved, the constants used to identify them have remained the same.
</Note>

### Concurrent

Send the documents to recipients for signing in any order. Each recipient will sign the same copy of the document.

constant: `concurrent`

### Sequential

Send the documents to recipients following a defined order of signing. Each recipient will sign the same copy of the document and will be notified when it is their turn.

constant: `Sequential`

### Group Send

Send a copy of each document to a group of recipients at once. Each signer gets their own version of the document to sign.

constant: `Counterpart`

### Video Signing Room (VSR)

Schedule an online meeting with one or more signers where you can share and record the signing session via video conferencing.

constant: `video_closing_room`

### In Person

Maintain ownership of the documents while securing single use signatures from signers in a shared screen session. Signers will not receive a link to the document but will instead be sent a link to a signature pad during the screen share session.

constant: `Live Session`
