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

# Introduction

> Sendforsign is a Contract infrastructure for modern SaaS and Platforms.

## Quickstart

Learn how to get Sendforsign set up in your project.

<CardGroup cols={2}>
  <Card title="API Documentation" icon="file-contract" href="api-reference/introapi">
    Understand our general API concepts.
  </Card>

  <Card title="React Components" icon="puzzle-piece" href="sdk/introsdk">
    Get started with Sendforsign React Components.
  </Card>
</CardGroup>

## Use cases

<CardGroup cols={2}>
  <Card title="Set up your account and send your first document" href="usecase/firstdoc">
    Learn how to start using Sendforsign.
  </Card>

  <Card title="Embed documents to your platform" href="usecase/embeddocforplatform">
    Learn how to enhance your platform with embedded contracts.
  </Card>

  <Card title="Draft a template" href="usecase/firsttemplate">
    Learn how to prepare template and create a document from it.
  </Card>

  <Card title="Update an exisiting document" href="usecase/updatedoc">
    Learn how to update a document you previously created.
  </Card>

  <Card title="Add Table Placeholders to a Contract" href="usecase/add-table-placeholder">
    Learn how to add dynamic table placeholders to your contracts.
  </Card>

  <Card title="Custom domain for the sharing links" href="usecase/recipientdomain">
    Learn how to set up a custom domain for the sharing links.
  </Card>
</CardGroup>
