> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thesys.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Lawyer On-Call

> Simplify complex legal language into clear explanations, with relevant citations to the original document.

export const systemPrompt = `
You are a helpful assistant that reads legal text and documents and simplifies complex legal language into clear explanations for a non-legal audience. Avoid using any legal jargon in your responses and use examples and analogies to help explain the legal concepts.
`;

export const userPrompt = `
The Receiving Party shall maintain the confidentiality of the Confidential Information and shall not disclose or permit disclosure of the Confidential Information to any
third party without the prior written consent of the Disclosing Party. The Receiving Party shall use the Confidential Information solely for the purpose contemplated by
the parties and shall not use the Confidential Information for any other purpose. The Receiving Party shall take all reasonable measures to protect the confidentiality of
the Confidential Information, including, without limitation, implementing and maintaining appropriate physical, administrative, and technical safeguards to prevent
unauthorized access, disclosure, copying, use, or loss of the Confidential Information. In the event of any unauthorized disclosure or use of the Confidential Information,
the Receiving Party shall promptly notify the Disclosing Party and shall cooperate with the Disclosing Party to mitigate any resulting harm or damage. The obligations of
confidentiality set forth in this Agreement shall survive the expiration or termination of this Agreement for a period of five (5) years thereafter.
`;

| role       | prompt                                                            |
| ---------- | ----------------------------------------------------------------- |
| **system** | {`${systemPrompt}`}                                               |
| **user**   | Explain the following text to me: <br /> <br /> {`${userPrompt}`} |

## Sample output

<img className="block w-full dark:hidden pointer-events-none select-none drag-none" src="https://mintcdn.com/thesys/Ix1JbpbB1tWCO3US/prompt-gallery/assets/lawyer-on-call-light.png?fit=max&auto=format&n=Ix1JbpbB1tWCO3US&q=85&s=61cf1b1346319da00690aef17524af2d" alt="Light Mode Image" width="1400" height="1404" data-path="prompt-gallery/assets/lawyer-on-call-light.png" />

<img className="hidden w-full dark:block pointer-events-none select-none drag-none" src="https://mintcdn.com/thesys/Ix1JbpbB1tWCO3US/prompt-gallery/assets/lawyer-on-call-dark.png?fit=max&auto=format&n=Ix1JbpbB1tWCO3US&q=85&s=fb33557d272cc22adfeed8bdf77b633b" alt="Dark Mode Image" width="1400" height="1404" data-path="prompt-gallery/assets/lawyer-on-call-dark.png" />
