> 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-october-2024/20-october-2024.md).

# 20 October 2024

## Support for Noxtua LLM

<mark style="background-color:orange;">New feature</mark> The ClauseBase platform can now make use of [Noxtua](https://www.noxtua.ai), an LLM dedicated to the legal community. Any customer can make use of Noxtua in addition to the standard GPT4 LLM.&#x20;

Noxtua is Europe’s first sovereign Legal AI. Noxtua meets the strict requirements of performance, reliability, and professional secrecy, going even beyond the GDPR in protecting sensitive data.

***

## Enhanced clause search intelligence

<mark style="background-color:purple;">Improvement</mark> The ClauseBase platform now features upgraded clause search intelligence in the Quality Library, Truffle Hunt and AutoSuggest!&#x20;

The new smart searches are now the default search mode, with a keyword-based search as the optional fallback. For example:&#x20;

* You do not have to worry about using exactly matching keywords - synonyms will work fine.&#x20;

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

* You can paraphrase what you're looking for, and get good results.&#x20;

<figure><img src="/files/95VFwTjwzuoPWC6Kc667" alt=""><figcaption></figcaption></figure>

* You can search in one language, yet get results back in another language

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

{% hint style="info" %}
These smart searches **do not rely on any external LLM** (Large Language Model), as this would not only be too slow across thousands of clauses, but could also be problematic for some of our customers. Instead, this is based on an internally hosted model.&#x20;
{% endhint %}

***

## Deep Compare improvements

<mark style="background-color:orange;">New feature</mark> The Deep Compare feature now shows a percentge with the textual similarity between paragraphs. With the click of a button, you can [compare two texts](https://help.clausebuddy.com/compare/deep-compare#comparing-text). &#x20;

In addition, you can now [check & uncheck checkboxes](https://help.clausebuddy.com/compare/deep-compare#checkboxes) next to each extracted legal features, to indicate during a legal review that you've processed that legal feature.


---

# 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-october-2024/20-october-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.
