> For the complete documentation index, see [llms.txt](https://prompting.liquid-legal.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prompting.liquid-legal.org/readme.md).

# \[LLI] Prompting Guide

## Executive Summary

The "LLI's Prompting Guide for Legal and Compliance" is an entry-level tool offering an essential introduction into LLMs for Legal and Compliance. It presents real-world examples from prompts submitted and curated by seasoned practitioners. The content is meticulously structured along several key categories: [Contract Review (CR)](/readme/prompts-for-legal-and-compliance/contract-review-cr.md), [Legal Assessments (LA)](/readme/prompts-for-legal-and-compliance/legal-assessments-la.md), [Administrative Tasks and Conversations (ATC)](/readme/prompts-for-legal-and-compliance/administrative-tasks-and-conversations-atc.md), [Meeting Support and Summaries (MSS)](/readme/prompts-for-legal-and-compliance/meeting-support-and-summaries-mss.md), and [Project Management and Operations (PMO)](/readme/prompts-for-legal-and-compliance/project-management-and-operations-pmo.md). These categories cover a broad spectrum of the legal and compliance field. This structured approach allows readers to easily navigate through the guide, making it a valuable resource for those seeking to enhance their understanding, improve their decision-making skills, and adopt best practices in the realm of legal and compliance. The guide closes with remarks on [Retrieval Augmented Generation (RAG)](/readme/retrieval-augmented-generation-rag-for-legal-and-compliance.md) tools and [ethical considerations](/readme/ethics-and-disclose-of-generative-ai.md) when using GenerativeAI in legal and compliance.

## Where do I find the prompt examples?

Quickly navigate to: [Prompts for Legal and Compliance](/readme/prompts-for-legal-and-compliance.md)

## Who is the target audience for this guide?

This guide was developed for everybody working in the field of legal and compliance, including in-house, in law firms, justice, governance, etc. We did our best to provide insights and examples not only for lawyers and legal experts but also for paralegals, assistants and every other professional that keeps the legal function "alive".

We warmly welcome everybody to get inspired by our thoughts and this publication.

## How to read this guide?

However you prefer: read it from start to the end, pick the most relevant section for your task or use the search of GitBooks. There is no right and wrong accessing this guide.

## Who contributed to / authored this guide?

Various experts from different fields. Check out the [Authors and Contributors](/readme/authors-and-contributors.md) page to get more details.

## Sponsors

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td><a href="/pages/od4AYkp7AhjsLdenwzjm">/pages/od4AYkp7AhjsLdenwzjm</a></td><td><a href="/files/OV6TkzKndOC7v5rsvaZk">/files/OV6TkzKndOC7v5rsvaZk</a></td></tr></tbody></table>

## Can I contribute to this project or become a sponsor?

Absolutely! Actually, that would be great! Just contact us.

{% hint style="success" %}
If you liked what you read or if you have great insights and experience with LLMs for Legal and Compliance, feel free to approach us via <info@liquid-legal-institute.org> and share your expertise. This guide is a living document which will be update from time to time!
{% endhint %}

## What about the license and copyright on this publication?

{% hint style="warning" %}
This publication is licensed under CC BY-SA 4.0.&#x20;

Check [Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) for further details.
{% endhint %}

## LLI Library

{% hint style="info" %}
If you are interested in further publications of the LLI, visit our [Library](https://www.liquid-legal-institute.com/library/) and [Github](https://github.com/Liquid-Legal-Institute). Many more publications are freely available there.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prompting.liquid-legal.org/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
