> 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-november-2024/16-november-2024.md).

# 16 November 2024

## Reviewing improvements

<mark style="background-color:purple;">Improvement</mark> ClauseBuddy's reviewing module now shows results in four categories (red, orange, light green or dark green), instead of previously only two categories (red or green). In our tests with the LLMs, we noticed that this differentiation nudges the LLMs towards better assessments. &#x20;

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

In addition, base on our customer's feedback, we now show a *Status* button, that allows the human reviewer to indicate his/her assessment of a certain rule. This allows legal professionals to better keep track of their own reviews. The status is also exported in the report generated through the *Export* button.

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

## Save adapted clause

<mark style="background-color:orange;">New feature</mark> In ClauseBuddy's Quality Library, you can now click on the *Save as...* button to immediately save a clause that was re-written by the LLM, as some other version.&#x20;

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

## Searching for numbers

<mark style="background-color:purple;">Improvement</mark> In both the Quality Library and Truffle Hunt, you can now search for numbers (e.g., 2016) and compound words. As for the latter, for example, when searching for *95/46/EC,* ClauseBuddy will correctly find and highlight this compound word.&#x20;

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

Previously, due to technical limitations, numbers were largely ignored in the Quality Library and only partially supported in Truffle Hunt.&#x20;


---

# 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-november-2024/16-november-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.
