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

# Propal documentation

> Learn how to create proposals, connect your tools, and automate your sales workflows with Propal.

Propal helps you create, publish, and track proposals, then connect that workflow to your CRM, billing tools, and internal systems.

Use this documentation to get started quickly, understand the public API, and configure the integrations available in your workspace.

## Start here

<CardGroup cols={2}>
  <Card title="Quickstart" icon="zap" href="/api-reference/quickstart">
    Make your first API call and create a proposal in a few minutes.
  </Card>

  <Card title="API introduction" icon="book-open" href="/api-reference/introduction">
    Understand the API structure, available resources, and core principles.
  </Card>

  <Card title="Integrations" icon="plug" href="/guides/integrations/overview">
    Connect Propal with HubSpot, Stripe, and other tools in your workflow.
  </Card>

  <Card title="SDKs and libraries" icon="package" href="/guides/sdks">
    Explore client libraries, examples, and implementation resources.
  </Card>
</CardGroup>

## Common workflows

<CardGroup cols={3}>
  <Card title="Create proposals from your CRM" icon="arrow-right-left" href="/api-reference/guides/create-proposal-from-crm">
    Generate proposals from your pipeline and keep your sales process aligned.
  </Card>

  <Card title="Sync contacts" icon="users" href="/api-reference/guides/sync-contacts">
    Keep leads and customer data in sync between Propal and your CRM.
  </Card>

  <Card title="Automate reporting" icon="bar-chart-3" href="/api-reference/guides/automate-reporting">
    Pull metrics programmatically to feed dashboards and internal reporting.
  </Card>
</CardGroup>

## Getting set up

<Steps>
  <Step title="Create your workspace">
    Sign in to Propal and configure your organization before inviting your team.
  </Step>

  <Step title="Generate an API key">
    Create a scoped key from your dashboard to authenticate your first requests.
  </Step>

  <Step title="Connect your tools">
    Set up integrations or build on top of the API depending on your workflow.
  </Step>
</Steps>

<Info>
  Need help with your setup? Contact us at [contact@propal.io](mailto:contact@propal.io) or visit [propal.io](https://propal.io).
</Info>
