> 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/summarize-and-translate.md).

# Summarize & Translate

<details open>

<summary><strong>Summarize This Document</strong></summary>

A fast, plain summary of any document you have open or attached.

{% code overflow="wrap" %}

```
Summarize this document. Cover what it is, who's involved, what it asks for or decides, and any key dates.
```

{% endcode %}

{% hint style="info" %}
For a more detailed result, see [Generate an Executive Summary](#generate-an-executive-summary).
{% endhint %}

</details>

<details open>

<summary><strong>Draft a Plain-Language Explanation</strong></summary>

Draft a Plain-Language Explanation

{% code overflow="wrap" %}

```
Translate the attached document into plain English for a non-lawyer audience. Preserve substance while stripping legalese and cross-references. Where a concept is unavoidably technical, explain it briefly. If anything in the document is ambiguous enough that a plain-English version would mislead the reader, flag it rather than glossing over it.
```

{% endcode %}

{% hint style="info" %}
Useful for client-facing summaries, internal explainers, or simplifying a contract before a negotiation call.
{% endhint %}

</details>

<details open>

<summary><strong>Generate an Executive Summary</strong></summary>

Produce a conclusion-first, 150-word summary for a partner, client, or decision-maker who won't read the underlying document.

{% code overflow="wrap" %}

```
Produce an executive summary of the attached document for a senior decision-maker who will not read the underlying source. Lead with the bottom line, then state what the document is, what it does, and what the reader needs to know or decide. Include any deadlines, risks, or open questions. Cap at 150 words and avoid restatement that doesn't change a decision.
```

{% endcode %}

{% hint style="info" %}
Best when you need to brief someone in writing or stand up in a meeting and explain a document fast.
{% endhint %}

</details>

<details open>

<summary><strong>Transform or Translate a Legal Document</strong></summary>

Translates, anonymizes, templatizes, or reformats a document without changing its legal substance — and flags anything that risks altering meaning.

{% code overflow="wrap" %}

```
Transform the attached document according to the format, language, anonymization, or templatization goal I've described. Preserve legal substance, defined terms, obligations, and internal references unless the change requires otherwise. Flag any transformation that could alter meaning, drop legally significant detail, or create ambiguity.
```

{% endcode %}

{% hint style="info" %}
Use for translation, turning a document into a template, redaction, or reformatting. Review any flagged change before relying on the output.
{% endhint %}

</details>


---

# 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:

```
GET https://help.paxton.ai/help/prompt-library/summarize-and-translate.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.
