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

# The client view

> How clients see and interact with your Dealroom

{/* AUDIT NOTE: Client view partially confirmed. Signed Dealroom URL confirmed (/project/quote/{id}) — shows "Document signed successfully" with Download button. Client view when unsigned could not be verified in this session. TODOs for magic link, real-time updates, clause-level commenting, revocation, and PDF download left as-is. */}

The client view is what your customers see when they access a published Dealroom. It provides a clean, professional interface for reviewing quotes, asking questions, negotiating terms, and signing contracts.

Unlike your internal Qwoty workspace, the client view contains no configuration options or administrative controls. Clients see only the content you've shared with them.

## What clients can see

The client view displays:

* **Quote details**: line items, pricing, discounts, and totals
* **Documents**: attached files like proposals, technical specs, or compliance certificates
* **Comments**: discussion threads on specific line items or the overall quote
* **Contract preview**: the final contract with populated variables
* **Signature interface**: electronic signature fields when the quote reaches Published status

Clients cannot see draft quotes, internal notes, approval workflows, or pricing margins.

<Note>
  Clients must have a valid Dealroom link to access the view. Links are unique per quote and can be regenerated if compromised.
</Note>

## How access works

```mermaid theme={null}
sequenceDiagram
    participant Sales as Sales Rep
    participant System as Qwoty
    participant Client as Client

    Sales->>System: Publish quote
    System->>System: Generate unique Dealroom link
    System->>Client: Send email with link
    Client->>System: Click link
    System->>Client: Display Dealroom (no login required)
    Client->>System: View, comment, or sign
```

## Access methods

Clients can access the Dealroom through:

* **Email link**: automatically sent when you publish a quote
* **Direct URL**: shareable link you can copy and send through your own channels

No account creation or password is required. The unique URL serves as the authentication mechanism.

<Warning>
  Anyone with the Dealroom link can access it. Treat it like a password and share it only through secure channels.
</Warning>

## Client interactions

### Viewing content

Clients can expand and collapse sections, download attached documents, and see real-time updates when you modify the quote. {/* TODO: verify real-time update behavior */}

Changes you make to a published quote appear immediately in the client view without requiring a new link.

### Commenting

Clients can leave comments on:

* Individual line items (e.g., "Can we increase this quantity to 50?")
* The overall quote (e.g., "When does this pricing expire?")
* Specific contract clauses {/* TODO: verify clause-level commenting exists */}

You receive notifications for new client comments and can respond directly within Qwoty. All comments appear in both views.

### Signing

When the quote status is **Published** and all negotiations are complete, clients see signature fields in the Dealroom. {/* TODO: verify exact status that enables signing */}

After signing, the quote moves to **Pending Signature** (if multiple signers are required) or **Accepted** (if complete), and Qwoty automatically generates an Order.

## Customization options

You can customize the client view appearance through your Template settings:

* **Company branding**: logo, colors, and fonts
* **Header text**: custom messaging or calls-to-action
* **Footer**: legal disclaimers or contact information
* **Document order**: arrange sections in a logical flow {/* TODO: verify customization scope */}

<Tip>
  Test the client view yourself before sharing. Use the **\[BUTTON LABEL]** button to preview exactly what your customer will see.
</Tip>

## Common questions

<AccordionGroup>
  <Accordion title="Can clients edit the quote?">
    No. Clients can only view content and leave comments. All quote modifications must be made by you in the Qwoty workspace. This ensures pricing integrity and maintains your approval workflows.
  </Accordion>

  <Accordion title="Do clients need to create an account?">
    No. Clients access the Dealroom through a unique URL with no login required. This reduces friction and speeds up deal closure.
  </Accordion>

  <Accordion title="Can I revoke access to a Dealroom?">
    Yes. You can regenerate the Dealroom link, which invalidates the previous URL. Clients with the old link will no longer be able to access the Dealroom. {/* TODO: verify revocation mechanism */}
  </Accordion>

  <Accordion title="What happens if a quote expires?">
    The client can still view the Dealroom, but signature fields become disabled. The quote status shows as **Expired**, and clients see a message indicating the offer is no longer valid.
  </Accordion>

  <Accordion title="Can clients download the quote as a PDF?">
    Yes. The client view includes a download option that generates a PDF version of the quote with all current pricing and terms. {/* TODO: verify PDF download feature */}
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Publishing quotes" icon="share-nodes" href="/user-guide/dealroom/introduction">
    Learn how to publish a quote and generate a Dealroom link
  </Card>

  <Card title="Comments and collaboration" icon="comments" href="/user-guide/dealroom/how-tos/manage-client-comments">
    Manage client discussions and internal notes
  </Card>

  <Card title="Signature collection" icon="signature" href="/user-guide/dealroom/introduction">
    Configure and collect electronic signatures
  </Card>

  <Card title="Dealroom customization" icon="palette" href="/user-guide/templates/introduction">
    Brand your Dealroom with company colors and logos
  </Card>
</CardGroup>
