Service Agreement Generator
Create a professional service agreement in minutes.
This Service Agreement ("Agreement") is made and entered into as of ${data.effectiveDate} ("Effective Date"), by and between:
Client: ${data.clientName}, with an address of ${data.clientAddress}.
Provider: ${data.providerName}, with an address of ${data.providerAddress}.
1. Services
The Provider agrees to perform the following services for the Client: ${data.serviceDescription}
The services will commence on ${data.startDate} and ${data.endDate ? `conclude on ${data.endDate}` : 'continue until terminated as per the terms of this Agreement'}.
2. Payment
${paymentTermsHtml}3. Confidentiality
${data.confidentiality}
4. Termination
${data.termination}
5. Governing Law
This Agreement shall be governed by and construed in accordance with the laws of the ${data.governingLaw}.
IN WITNESS WHEREOF, the parties have executed this Agreement as of the Effective Date.
_________________________
${data.clientName} (Client)
_________________________
${data.providerName} (Provider)
