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

# Sign - Signature Management

> Handle contract signing and finalization with DocuSign or Chamelio Sign

The Sign component manages contract signing and finalization, integrating with **DocuSign** or
using **Chamelio Sign** — Chamelio's native signing capability — to collect signatures from all
required parties.

## Video Walkthrough

<Frame>
  <iframe src="https://www.loom.com/embed/ade719c242534c82b800c7125b72ff2a" width="100%" height="400" frameborder="0" allowfullscreen />
</Frame>

## Use When

* A document is finalized and ready to be signed by internal and/or external parties

## Configuration

* **Documents for signing** — select the document to send, via **Add from flow**
* **Signature Provider** — **DocuSign** or **Chamelio Sign**
* **Signature coordinator** — who manages the signing task, via **User Assign**
* **Auto-self sign configuration** — toggle; defines what goes into each signature field automatically
* **Signers** — assign each party a role (viewer or signer) — a **Counter party** section (name, signer role) and a **User Party** section (**Set assignment**, plus **Add More** for additional internal signers)
* **Message** — Subject and body sent to signers
* **Save final signed copy to repository** — toggle; automatically archives the fully signed PDF after completion
* **Envelope settings** — **Auto send** (send immediately), **Auto draft** (create a draft automatically), or **Manual** (wait for someone to create and send the envelope)

<Tip>
  There's no AI-assisted pre-signature review step and no built-in conditional logic for who must sign based on contract value — signers are assigned directly in this panel. If you need value-based signer routing, use a [Condition](/features/flows/condition) or [Customization](/features/flows/customization) step earlier in the flow to set the right assignee before the Sign step runs.
</Tip>

## Related Components

<CardGroup cols={2}>
  <Card title="Negotiate" icon="handshake" href="/features/flows/negotiate-step">
    Send negotiated documents for signature
  </Card>

  <Card title="Approval" icon="stamp" href="/features/flows/approval">
    Get final approval before signature
  </Card>

  <Card title="Generate" icon="file-plus" href="/features/flows/generate">
    Sign generated documents
  </Card>

  <Card title="Notify" icon="bell" href="/features/flows/notify">
    Notify stakeholders when signed
  </Card>
</CardGroup>
