# LegalPromptGuide.com

## LegalPromptGuide.com

- [Your FREE Guide to Mastering Legal Prompt Engineering with ChatGPT](https://www.legalpromptguide.com/your-free-guide-to-mastering-legal-prompt-engineering-with-chatgpt.md): The most in-depth guide on effective prompt engineering specifically for paralegals, attorneys, researchers, and other legal professionals.
- [1. Introduction - The Power of Precision in Prompting](https://www.legalpromptguide.com/1.-introduction-the-power-of-precision-in-prompting.md)
- [2. Fundamentals of Legal Prompt Engineering](https://www.legalpromptguide.com/2.-fundamentals-of-legal-prompt-engineering.md)
- [2.1. Prompt Templates](https://www.legalpromptguide.com/2.-fundamentals-of-legal-prompt-engineering/2.1.-prompt-templates.md)
- [2.1.1. Summarization](https://www.legalpromptguide.com/2.-fundamentals-of-legal-prompt-engineering/2.1.-prompt-templates/2.1.1.-summarization.md)
- [2.1.2. Classification](https://www.legalpromptguide.com/2.-fundamentals-of-legal-prompt-engineering/2.1.-prompt-templates/2.1.2.-classification.md)
- [2.1.3. Extraction](https://www.legalpromptguide.com/2.-fundamentals-of-legal-prompt-engineering/2.1.-prompt-templates/2.1.3.-extraction.md)
- [2.2. Few-Example Prompting](https://www.legalpromptguide.com/2.-fundamentals-of-legal-prompt-engineering/2.2.-few-example-prompting.md)
- [3. Practical Prompting Techniques and Real-World Applications](https://www.legalpromptguide.com/3.-practical-prompting-techniques-and-real-world-applications.md)
- [4. Ethical Guardrails and Professional Responsibility](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility.md)
- [4.1. Prompt Chaining](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility/4.1.-prompt-chaining.md)
- [4.2. Output Parsers](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility/4.2.-output-parsers.md)
- [4.2.1. Markdown](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility/4.2.-output-parsers/4.2.1.-markdown.md)
- [4.2.2. HTML](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility/4.2.-output-parsers/4.2.2.-html.md)
- [4.2.3. Graphviz (Dot Language)](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility/4.2.-output-parsers/4.2.3.-graphviz-dot-language.md)
- [4.3. ChatGPT Plugins](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility/4.3.-chatgpt-plugins.md)
- [4.4. ChatGPT Code Interpreter](https://www.legalpromptguide.com/4.-ethical-guardrails-and-professional-responsibility/4.4.-chatgpt-code-interpreter.md)
- [5. Building Effective AI Workflows](https://www.legalpromptguide.com/5.-building-effective-ai-workflows.md)
- [6. Resources and Tools](https://www.legalpromptguide.com/6.-resources-and-tools.md)
- [7. Research Corner](https://www.legalpromptguide.com/7.-research-corner.md)
- [6.1. LLMs as Tax Attorneys](https://www.legalpromptguide.com/7.-research-corner/6.1.-llms-as-tax-attorneys.md)
- [6.2. Prompt Engineering for Legal Judgement Prediction](https://www.legalpromptguide.com/7.-research-corner/6.2.-prompt-engineering-for-legal-judgement-prediction.md)
- [Pro Tips!](https://www.legalpromptguide.com/appendix/pro-tips.md)
- [Pro Tip #1](https://www.legalpromptguide.com/appendix/pro-tips/pro-tip-1.md)
- [References](https://www.legalpromptguide.com/appendix/references.md)
- [Change Log](https://www.legalpromptguide.com/appendix/change-log.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://www.legalpromptguide.com/your-free-guide-to-mastering-legal-prompt-engineering-with-chatgpt.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
