> ## Documentation Index
> Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sales proposals

> Generate a proposal in your AI tool, publish once, and keep one link live through the whole deal.

# Sales proposals

You already draft proposals in Claude or ChatGPT. Unfurl turns the output into a **single live URL** your champion can bookmark — and you update that same URL after every discovery call.

## The flow

<Steps>
  <Step title="Draft in AI">
    Ask for a structured HTML proposal: problem, solution, pricing, timeline, CTA.
  </Step>

  <Step title="Publish to Unfurl">
    Use MCP or upload so the doc gets a permanent `/d/...` link.
  </Step>

  <Step title="Send once">
    Email or Slack **one link**. No attachment version chaos.
  </Step>

  <Step title="Iterate after each call">
    Publish updates with the same `document_id`. The prospect refreshes — always the latest draft.
  </Step>
</Steps>

## Example prompt

<CodeGroup>
  ```text Claude / ChatGPT theme={null}
  Write a 2-page HTML sales proposal for Acme Corp selling our analytics bundle.
  Sections: Executive summary, Current pain, Proposed solution, Pricing (table), Next steps.
  Use professional styling with embedded CSS. Then publish it to Unfurl with title "Proposal — Acme Corp — Analytics"
  ```
</CodeGroup>

You stop sending `proposal-v3-FINAL.pdf`. You send **one link** that tracks the deal.

<CardGroup cols={2}>
  <Card title="Quickstart: Claude" icon="robot" href="/getting-started/quickstart-claude" />

  <Card title="Updating a document" icon="arrows-rotate" href="/guides/updating-a-document" />
</CardGroup>
