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

# Overview of the Word Add-In

The Jurisphere Word Add-in brings the full power of Jurisphere's AI right into your document editor. Through a panel on the right side of your MS Word document, you can generate edits, revise and review documents, and even apply workflows, without leaving your Word document.

<figure><img src="/files/oHFMgXRtRwROFeXLfabo" alt=""><figcaption></figcaption></figure>

### Main Features of the Word Add-In

* :mag\_right: **Review your document**: Query your document the same way you would on the [Document Review](/document-review/overview-of-the-document-review-tool.md) tool on the web platform. Analyze clauses, summarize key terms, and identify risks or obligations. Ask follow-up questions to dig deeper - the conversation retains full context, so each query builds on the last
* :pen\_fountain: **Generate Edits:** Generate AI-powered edits to revise your document. Each edit is categorized as an *insertion*, *deletion*, *rewrite*, or *replacement*, and accompanied by a brief summary explaining the changes. Review each suggestion, accept or reject it, and move through revisions with full control over your document.
* :toolbox: **Apply Workflows:** Workflows built for repetitive tasks - like contract reviews, clause standardization, or compliance checks can be applied directly through the Word Add-In. Apply Jurisphere's one-click workflows and your own [custom workflows](/creating-custom-skills.md) directly from the panel.
* :white\_check\_mark: **Review Playbooks:** Pre-define how your team reviews contracts clause by clause with [Review Playbooks](/word-add-in/review-playbooks.md) - with ideal positions, acceptable fallbacks, and preferred language for each provision. Once defined, apply the playbook directly from the Word Add-in to automate clause-level analysis against your team's standards.

Ready to get started? Follow our [installation guide](/word-add-in/installing-and-signing-in-to-the-word-add-in.md) to add Jurisphere to your Word environment.


---

# 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.jurisphere.ai/word-add-in/overview-of-the-word-add-in.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.
