> For the complete documentation index, see [llms.txt](https://operations.clausebase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://operations.clausebase.com/updates-august-2024/31-august-2024.md).

# 31 August 2024

## Text Compare

<mark style="background-color:orange;">New feature</mark> With the new *Text Compare* feature, users can now compare any combination of two DOCX-files, PDF-files, text selections or pasted text. This goes significantly beyond MS Word's built-in DOCX-to-DOCX comparison feature offers. Check out the [documentation](https://help.clausebuddy.com/compare/text-compare).&#x20;

<figure><img src="/files/JRUHSH5oDlfb0Yec0sKt" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
This feature will be enabled for all customers as from 8th September. If you need access earlier, please let us know.
{% endhint %}

***

## Bulk Compare

<mark style="background-color:orange;">New feature</mark> While the Text Compare feature offers two-way compares, this feature offers the possibility to compare a single document (the "base document") towards many different documents at once.&#x20;

<figure><img src="/files/erhxtfO4WwiGo4xpfMfe" alt="" width="563"><figcaption></figcaption></figure>

As described in the [documentation](https://help.clausebuddy.com/compare/bulk-compare), the Bulk Compare feature has many different use cases for legal teams, e.g.:&#x20;

* a general counsel can compare the model T\&C or sales agreement with the actually signed documents, to find "hot zones" of frequently contested clauses
* in a due diligence procedure, a law firm can do a mass-check of all employment agreements, sales agreements or loan agreements
* sales teams can compare various versions of sales contracts to identify common changes requested by customers, helping to refine negotiation strategies.

The result can then be checked on the screen, or downloaded as a DOCX-report.

<figure><img src="/files/hirmuopQzMNVgoyDjZnx" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
This feature will be enabled for all customers as from 8th September. If you need access earlier, please let us know.
{% endhint %}

***

## Linked accounts in Clause9

<mark style="background-color:orange;">New feature</mark> In [previous](https://operations.clausebase.com/updates-august-2024/17-august-2024#configure-users-who-can-switch-to-other-accounts) [updates](https://operations.clausebase.com/updates-may-2024/11-may-2024#upgradable-accounts) to ClauseBuddy, we added the possibility to give certain users the right to "jump" to another account (e.g., to allow certain users to temporarily become an administrator; see the [documentation](https://help.clausebuddy.com/administration/linked-accounts)).&#x20;

This "jumping" possibility can now also be used directly from within Clause9, through the menu in the upper-right corner of the screen.&#x20;

<figure><img src="/files/LKiDEGvobGkRYAfvUSRh" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
The configuration panel itself is only available in ClauseBuddy, as this is primarily a feature for ClauseBuddy-targeted customers.&#x20;
{% 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://operations.clausebase.com/updates-august-2024/31-august-2024.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.
