> For the complete documentation index, see [llms.txt](https://help.paxton.ai/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paxton.ai/help/prompt-library.md).

# Prompt Library

- [Start Here](https://help.paxton.ai/help/prompt-library/start-here.md): Welcome to the Prompt Library — a practical collection of prompts designed to help you get high-quality work out of Paxton across common legal tasks.
- [Understand a Document](https://help.paxton.ai/help/prompt-library/understand-a-document.md): Use these prompts to get a fast, reliable read on any document: what it is, what it requires, and what deserves your attention.
- [Summarize & Translate](https://help.paxton.ai/help/prompt-library/summarize-and-translate.md): Use these prompts to distill or reframe a document for a different audience or purpose: a plain summary, a client-facing explanation, or a reformatted version ready to share.
- [Review & Revise](https://help.paxton.ai/help/prompt-library/review-and-revise.md): Use these prompts to strengthen, refine, and pressure-test existing drafts. These prompts help identify inconsistencies, weak arguments, unclear language, risky deviations, and structural issues.
- [Research & Strategize](https://help.paxton.ai/help/prompt-library/research-and-strategize.md): Use these prompts when you need to think through a matter strategically: surfacing key issues, finding supporting evidence, developing next steps, or pressure-testing a position before you act on it.
- [Pull Out Key Information](https://help.paxton.ai/help/prompt-library/pull-out-key-information.md): Use these prompts to extract the specific information that matters from dense or complex documents — dates, obligations, parties, timelines, defined terms, evidence, and other critical details.
- [Draft Court Filings & Litigation Work](https://help.paxton.ai/help/prompt-library/draft-court-filings-and-litigation-work.md): Use these prompts to build first-pass litigation work product, including complaints, motions, responses, declarations, proposed orders, and discovery materials.
- [Draft Letters, Contracts & Communications](https://help.paxton.ai/help/prompt-library/draft-letters-contracts-and-communications.md): Use these prompts to create clear, professional legal and business communications, including client letters, agreements, policies, negotiation materials, and other practical drafting work.


---

# 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://help.paxton.ai/help/prompt-library.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.
