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

# Negotiate - Document Negotiation

> Send a document for AI-assisted review, with results available to later steps

## Video Walkthrough

<Frame>
  <iframe src="https://www.loom.com/embed/568f496feded4460b2f5b53363149935" width="100%" height="400" frameborder="0" allowfullscreen />
</Frame>

## Use When

* A document needs a review/redline pass — by AI, a person, or both — before the flow continues

## Configuration

* **Inputs to review** — select the document, via **Add from flow**
* **Review Assignee** — who reviews it, via **User Assign**; click **Add condition group** to assign different reviewers depending on flow data instead of a single fixed assignee
* **Results** — the output format for the reviewed document (e.g. Word)
* **Store all versions** — toggle; keeps a history of every version created during this step

<Tip>
  A single Negotiate step doesn't have a built-in "number of rounds" or sequential/parallel multi-party setting — it's one review pass. To model a real back-and-forth negotiation (internal review, then counter-party review, then a second internal pass), chain multiple Negotiate steps together, using [Condition](/features/flows/condition) steps between them if the path should depend on the outcome.
</Tip>

## Related Components

<CardGroup cols={2}>
  <Card title="Generate" icon="file-plus" href="/features/flows/generate">
    Negotiate generated documents
  </Card>

  <Card title="Approval" icon="stamp" href="/features/flows/approval">
    Final approval after negotiation
  </Card>

  <Card title="Sign" icon="signature" href="/features/flows/sign">
    Send the negotiated document for signature
  </Card>
</CardGroup>
