Mediation Agreement Generator
Create a comprehensive mediation agreement by filling out the sections below.
Party One Details
Party Two Details
Mediation Information
Describe any other actions, such as return of property, confidentiality clauses, or mutual release of claims. Use numbered points for clarity.
Your generated agreement will appear here.
${line}
`).join('') }; const payingParty = data.payingPartySelection === 'Party One' ? data.partyOneName : data.partyTwoName; const receivingParty = data.payingPartySelection === 'Party One' ? data.partyTwoName : data.partyOneName; const agreementHTML = `Mediation Settlement Agreement
This Mediation Settlement Agreement ("Agreement") is entered into on this ${data.mediationDate} ("Effective Date"), by and between:
Party One: ${data.partyOneName}, residing at ${data.partyOneAddress},
and
Party Two: ${data.partyTwoName}, residing at ${data.partyTwoAddress}.
(Hereinafter collectively referred to as the "Parties").
1. Background
The Parties have been involved in a dispute concerning: ${data.disputeDescription}. The Parties have participated in mediation and have voluntarily agreed to resolve the dispute on the terms set forth in this Agreement.
2. Settlement Terms
In full and final settlement of the dispute, the Parties agree as follows:
a. Settlement Payment: ${payingParty} shall pay ${receivingParty} the total sum of ${data.paymentAmount}. This payment shall be made in full on or before ${data.paymentDueDate}.
b. Additional Terms:
3. No Admission of Liability
This Agreement is a compromise of disputed claims and is not to be construed as an admission of liability by any Party, by whom liability is expressly denied.
4. Entire Agreement
This Agreement constitutes the entire agreement between the Parties and supersedes all prior negotiations and understandings. This Agreement may not be modified except in writing signed by both Parties.
5. Governing Law
This Agreement shall be governed by and construed in accordance with the laws of the State of ${data.governingState}.
The Parties represent that they have read and understood this Agreement and sign it voluntarily.
${data.partyOneName}
Date: ____________________
${data.partyTwoName}
Date: ____________________
