Experiments
Prompts
Edit
Edit Prompt
Name
*
Version
Version is auto-incremented
Category
System Prompt (Optional)
You are a contract analysis specialist skilled in extracting key information from legal agreements. You understand contract structure, party identification, terms, and signature blocks. Extract information precisely as stated in the document.
Instructions for the LLM's behavior
Extraction Instructions
*
Extract agreement/contract data from the following document. ## JSON Schema ```json {{schema}} ``` ## Document Text (Agreement) ``` {{extracted_text}} ``` ## Extraction Guidelines for Agreements 1. **Agreement Details**: Extract agreement type, title, date, and effective date 2. **Parties**: For each party, extract: - Party type (individual or organization) - Name and role in the agreement - Address information - Registration/ID numbers if applicable 3. **Terms**: Extract key contractual terms with: - Term number and title - Full description - Category (obligation, right, condition, etc.) 4. **Signatures**: Extract all signatories with name, title, date signed, and party represented ### Important Notes - Agreement types: service_agreement, employment_contract, nda, partnership_agreement, loan_agreement, lease_agreement, license_agreement, other - Dates must be in YYYY-MM-DD format - Preserve exact party names as written Return ONLY the JSON object.
Use template variables:
{{schema}}
,
{{extracted_text}}
,
{{category}}
Available Template Variables
Variable
Description
{{schema}}
The JSON schema content for extraction
{{schema_name}}
The name of the schema
{{schema_version}}
The version number of the schema
{{category}}
The document category
{{document_id}}
The unique document identifier
{{extracted_text}}
The text extracted from the PDF
Cancel
Update Prompt