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

# DocuSign

> Provide Ari accessed to signed contracts from DocuSign

<Frame>
  <img src="https://mintcdn.com/ledgerup/yMJ6eZP0lHs2BN3o/logo/ari/docusign-square.svg?fit=max&auto=format&n=yMJ6eZP0lHs2BN3o&q=85&s=1bc84d9566a17eb4d54f68709efed2d6" alt="DocuSign" width="60" style={{ margin: "0 auto", display: "block" }} data-path="logo/ari/docusign-square.svg" />
</Frame>

## Overview

Connect your DocuSign so Ari can access signed Sales contracts and automatically setup or update the billing for customers.

***

## What Ari Can Access

<CardGroup cols={2}>
  <Card title="Completed Sales Contracts" icon="circle-check" color="#2AD48A">
    Ari receives notifications when a sales Order Form or Contract has been signed.
  </Card>
</CardGroup>

***

## Common Use Cases

<AccordionGroup>
  <Accordion title="Fetch a contract" icon="pen-nib">
    ```text theme={null}
    @Ari send me the Acme Inc. contract
    ```

    Ari creates the envelope from your template, fills in the customer details, and sends it to the specified recipients for signing.
  </Accordion>

  <Accordion title="Bill after agreement is signed" icon="file-invoice-dollar">
    ```text theme={null}
    @Ari Create the subscription for the DataViz contracts
    ```

    Ari reads the completed agreement, extracts the billing terms (amount, schedule, payment terms), and drafts a Stripe invoice for your approval.
  </Accordion>

  <Accordion title="Questions on contract terms" icon="pen-nib">
    ```text theme={null}
    @Ari when is the opt out date for the last Nimbus contract? 
    ```

    Ari takes the unstructuredness of a contracts and puts it into structure for you to use later.
  </Accordion>
</AccordionGroup>

***

## How It Works With Other Integrations

| Workflow              | What happens                                                            |
| --------------------- | ----------------------------------------------------------------------- |
| **CRM + DocuSign**    | Ari uses contact info from HubSpot/Salesforce to populate signer fields |
| **DocuSign + Stripe** | Signed agreements trigger invoice creation based on agreement terms     |
| **DocuSign + Tasks**  | Automate follow-ups when envelopes are sent, viewed, or completed       |
| **DocuSign + Email**  | Ari can send a follow-up email alongside or after a DocuSign envelope   |

<Note>
  All actions that create or send envelopes require your approval before execution.
</Note>
