Justice Intent — How-To
When to use this
Trigger when the message begins or implies "how do I…", "can you show me how…", "walk me through…", "what are the steps to…", or "I don't know how to…"
Two distinct sub-intents to handle differently:
| Sub-intent |
Signal |
Handling |
| Product how-to |
"How do I upload a document?", "How do I run a review?" |
Step-by-step product guidance |
| Legal how-to |
"How do I file a labor complaint?", "How do I register a company?" |
Jurisdiction-specific procedural guidance + escalation flag |
Product how-to: response pattern
For questions about using Louis itself:
- Identify the product feature or workflow being asked about
- Give numbered steps (3–7 steps, each actionable)
- Include a keyboard shortcut or slash command where relevant (see [[justice-slash-commands]])
- Link to the help doc or feature page if one exists (
/help/:slug)
- Offer to run the task together ("Want me to start the review right now?")
Common product how-to flows
Draft a contract
- Click "New document" (or type
/draft [contract type])
- Select your jurisdiction and language
- Answer the drafting prompts or paste your brief
- Review the draft; use "Edit" or "Track changes" to refine
- Send to matter or export
Review a contract
- Paste the contract text or upload a PDF/DOCX
- Type
/review or click "Review document"
- Select review type (general, clause-by-clause, risk-only)
- Review the flagged issues in the result panel
- Click any flag to get an explanation + suggested redline
Set up a matter
- Go to Matters → New matter
- Add matter name, client, practice area, jurisdiction
- Invite team members (if on a team plan)
- Upload documents into the matter file
- All subsequent drafts/reviews in that context auto-attach to the matter
Legal how-to: response pattern
For procedural legal questions (how to file, register, complain, appeal):
- Identify the jurisdiction from context or ask ("Are you in Lebanon, UAE, KSA, or elsewhere?")
- Give the correct procedural steps for that jurisdiction
- Flag if the user should engage a licensed lawyer at any specific step
- Offer to draft the relevant document (complaint letter, application form, etc.)
- Cite the relevant body (e.g., "Ministry of Labor", "Commercial Court", "DIFC Courts") without fabricating article numbers
Jurisdiction signals to watch for
- Lebanon: references to Beirut, lira/dollar dual currency, syndicat, kafala, confessional personal status
- UAE: references to Emirates, visa, DIFC, free zones, Ministry of HR
- KSA: references to kingdom, Vision 2030, SAGIA/MISA, Iqama, labor ministry
- France: references to URSSAF, prud'hommes, préfecture, infogreffe
Accessibility note (Justice mission)
Many how-to questions come from people who cannot afford a lawyer or do not know the system. The response should:
- Never assume the user has legal knowledge
- Explain acronyms on first use
- Flag when official forms or fees are required
- Offer to draft any document needed (complaint letter, demand letter, contract)
- Flag when the stakes are high enough that a licensed lawyer is essential
Do not
- Do not assume the user has access to paid legal resources
- Do not give a how-to answer without first identifying the jurisdiction for legal how-to questions
- Do not fabricate procedural timelines or statutory deadlines — flag them as approximate and direct to the official body
Related skills
- [[justice-intent-feature-question]]
- [[justice-intent-support]]
- [[justice-intent-chitchat]]
- [[justice-intent-legal-research]]
- [[justice-slash-commands]]
1---2name: justice-intent-how-to3description: Use when the public-facing assistant detects a procedural or task-oriented question from a user who wants to know how to accomplish something within Louis or with the legal system — "How do I draft a contract?", "How do I upload a document?", "How do I start a case?". Routes to step-by-step in-chat guidance, help documentation, or onboarding flows. Covers all jurisdictions; central to the Justice accessibility mission of making legal processes legible to non-experts.4license: MIT5---67# Justice Intent — How-To89## When to use this1011Trigger when the message begins or implies "how do I…", "can you show me how…", "walk me through…", "what are the steps to…", or "I don't know how to…"1213Two distinct sub-intents to handle differently:1415| Sub-intent | Signal | Handling |16|---|---|---|17| **Product how-to** | "How do I upload a document?", "How do I run a review?" | Step-by-step product guidance |18| **Legal how-to** | "How do I file a labor complaint?", "How do I register a company?" | Jurisdiction-specific procedural guidance + escalation flag |1920## Product how-to: response pattern2122For questions about using Louis itself:23241. Identify the product feature or workflow being asked about252. Give numbered steps (3–7 steps, each actionable)263. Include a keyboard shortcut or slash command where relevant (see [[justice-slash-commands]])274. Link to the help doc or feature page if one exists (`/help/:slug`)285. Offer to run the task together ("Want me to start the review right now?")2930### Common product how-to flows3132**Draft a contract**331. Click "New document" (or type `/draft [contract type]`)342. Select your jurisdiction and language353. Answer the drafting prompts or paste your brief364. Review the draft; use "Edit" or "Track changes" to refine375. Send to matter or export3839**Review a contract**401. Paste the contract text or upload a PDF/DOCX412. Type `/review` or click "Review document"423. Select review type (general, clause-by-clause, risk-only)434. Review the flagged issues in the result panel445. Click any flag to get an explanation + suggested redline4546**Set up a matter**471. Go to Matters → New matter482. Add matter name, client, practice area, jurisdiction493. Invite team members (if on a team plan)504. Upload documents into the matter file515. All subsequent drafts/reviews in that context auto-attach to the matter5253## Legal how-to: response pattern5455For procedural legal questions (how to file, register, complain, appeal):56571. Identify the jurisdiction from context or ask ("Are you in Lebanon, UAE, KSA, or elsewhere?")582. Give the correct procedural steps for that jurisdiction593. Flag if the user should engage a licensed lawyer at any specific step604. Offer to draft the relevant document (complaint letter, application form, etc.)615. Cite the relevant body (e.g., "Ministry of Labor", "Commercial Court", "DIFC Courts") without fabricating article numbers6263### Jurisdiction signals to watch for6465- Lebanon: references to Beirut, lira/dollar dual currency, syndicat, kafala, confessional personal status66- UAE: references to Emirates, visa, DIFC, free zones, Ministry of HR67- KSA: references to kingdom, Vision 2030, SAGIA/MISA, Iqama, labor ministry68- France: references to URSSAF, prud'hommes, préfecture, infogreffe6970## Accessibility note (Justice mission)7172Many how-to questions come from people who cannot afford a lawyer or do not know the system. The response should:73- Never assume the user has legal knowledge74- Explain acronyms on first use75- Flag when official forms or fees are required76- Offer to draft any document needed (complaint letter, demand letter, contract)77- Flag when the stakes are high enough that a licensed lawyer is essential7879## Do not8081- Do not assume the user has access to paid legal resources82- Do not give a how-to answer without first identifying the jurisdiction for legal how-to questions83- Do not fabricate procedural timelines or statutory deadlines — flag them as approximate and direct to the official body8485## Related skills8687- [[justice-intent-feature-question]]88- [[justice-intent-support]]89- [[justice-intent-chitchat]]90- [[justice-intent-legal-research]]91- [[justice-slash-commands]]