Ejudiciary Features — LLM Integration
Users signing into Template Helper with a Microsoft account ending in @ejudiciary.net receive Pro-equivalent access to two specialised features for AI-assisted document completion.
Who Qualifies
Ejudiciary access is automatically granted when:
- You click Login with Microsoft on the Profile tab
- You authenticate through Microsoft's SSO flow
- Your Microsoft account email ends in
@ejudiciary.net
No manual application or approval is required. The features appear immediately after login.
Enhanced Export
What It Does
Enhanced Export generates a structured JSON file containing:
- All detected field placeholders in your document
- Field types (text, dropdown, checkbox, date)
- Option lists for dropdown fields
- Document context (field positions, surrounding text)
- Instructions formatted for LLM processing
This is designed specifically for sending to AI assistants that can understand structured field data and generate appropriate values.
How to Use
- Scan your document with Find Fields
- Review the detected fields in the task pane
- Click Enhanced Export (bottom of the Scan tab, ejudiciary users only)
- A JSON file downloads to your computer
- Send this file to your LLM or AI assistant with appropriate instructions
Export File Structure
{
"documentName": "Contract Template.docx",
"exportDate": "2026-05-13T10:30:00Z",
"fields": [
{
"label": "Client Name",
"type": "text",
"defaultValue": "",
"context": "First paragraph of agreement"
},
{
"label": "Jurisdiction",
"type": "dropdown",
"options": ["England", "Wales", "Scotland"],
"defaultValue": "England"
}
],
"instructions": "Fill each field with appropriate legal values..."
}Import LLM Results
What It Does
Import LLM Results takes a JSON file (in the same format as Enhanced Export) and pre-fills the field values into Template Helper. This lets you:
- Export your document structure
- Have an LLM analyse and fill the fields
- Import the AI-generated values back into your document
- Review and apply with Template Helper's normal workflow
How to Use
- Obtain a filled JSON file from your LLM (must match the Enhanced Export schema)
- Click Import LLM Results (bottom of the Scan tab, ejudiciary users only)
- Select the JSON file from your computer
- Template Helper pre-fills all field values from the import
- Review each value in the task pane
- Click Apply Changes when satisfied
Validation
Imported values are validated against the field schema:
- Text values must fit the detected field length
- Dropdown values must match one of the defined options
- Date values must be in a recognised format
- Invalid or mismatched fields are flagged for manual review
Security Considerations
Your Data Stays Local
- The export file is generated entirely on your computer
- No document content is sent to SimpleAddins servers
- You control where the export file goes and which LLM receives it
LLM Provider Choice
You can use any LLM provider you prefer:
- Internal/self-hosted models (for maximum confidentiality)
- Commercial providers (OpenAI, Anthropic, etc.) subject to their terms
- Judicial network-approved AI services
SimpleAddins does not integrate directly with any LLM API — the export/import workflow is file-based by design, keeping you in control.
Re-Import Safety
When importing LLM results:
- The original document is never modified directly
- Imported values populate the task pane for your review
- You must click Apply Changes to write values to the document
- Undo works normally if you need to reverse the application
Workflow Example
A typical ejudiciary LLM workflow:
- Prepare — Create your document template with bracketed placeholders
- Export — Scan and click Enhanced Export to get the structured JSON
- Process — Send to your LLM with case-specific context and instructions
- Receive — Get back a filled JSON file from the LLM
- Import — Click Import LLM Results and select the filled file
- Review — Check each value in the task pane before applying
- Apply — Write the final values into your document
Troubleshooting
"Enhanced Export button is not visible"
- Ensure you're logged in with an
@ejudiciary.netMicrosoft account - Check the Profile tab shows "Ejudiciary access" or Pro status
- Log out and back in if you recently changed accounts
"Import fails with 'Invalid format'"
- The JSON file must match the Enhanced Export schema
- Fields must have the same labels as when exported
- If the document changed, rescan and re-export before importing
"Values imported but don't match expectations"
- LLMs may generate creative interpretations — always review before applying
- Use the Undo button immediately if the applied result is incorrect
- Consider providing more specific instructions to the LLM on future exports
Comparison: Standard vs Ejudiciary
| Feature | Standard | Pro | Ejudiciary |
|---|---|---|---|
| Scan & Fill Fields | Yes | Yes | Yes |
| Export Field List | Yes | Yes | Yes |
| Import Field List | Yes | Yes | Yes |
| Unlimited Clips | No | Yes | Yes |
| Clip Import | No | Yes | Yes |
| Combine Identical Fields | No | Yes | Yes |
| Enhanced Export | No | No | Yes |
| Import LLM Results | No | No | Yes |
Next Steps
- Scanning Fields — detect fields in your document
- Pro Features — other capabilities included with ejudiciary access
- Profile Tab — manage your account and sign-in