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

# 20 April 2024

## ClauseBuddy

### Conditional rows, columns and sections (Smart Templates)

<mark style="background-color:orange;">New feature</mark> ClauseBuddy now supports conditional rows, columns and sections in an MS Word file. This is a major upgrade to the conditionality system for Smart Templates, as it allows a new level of expressiveness in legal documents. <br>

<figure><img src="https://files.helpdocs.io/f86qgdbm02/articles/a0irling87/1713264724357/image.png" alt=""><figcaption></figcaption></figure>

Each

See the [extensive documentation](https://help.clausebuddy.com/article/a0irling87-conditional-sections-rows-and-columns) on our help website.&#x20;

***

## LLMs

### Multiple LLMs supported

<mark style="background-color:orange;">New feature</mark> ClauseBuddy & Clause9 now support multiple Large Language Models (LLMs).&#x20;

* The availability and priority of the LLMs can be configured by the administrator.
* The generation of tokens can be interrupted through "stop" buttons in the user interface.&#x20;
* Claude3 & Mistral were added as options

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

***

## Q\&A

### Increased save delays

As our users are increasingly creating heavy Word-documents (particularly in ClauseBuddy), a slow transfer speed from ClauseBuddy/Clause9 to the server could sometimes cause a save error.&#x20;

We have therefore increased the save delay to 30 seconds.

### Better comparison of tables

When asking for a real-time comparison between the previous and current version of a document (by alt-clicking or choosing "Show last changes), table rows are now also compared with each other. Previously, tables were considered as a whole in the comparison functionality, so that even a tiny change in one row would cause the entire table to be marked as being changed.

***

## Search

### Small optimisations

**Conversion to vectors:** The conversion of text to semantic "vectors" (as used in the background for clauses & truffles) is now improved for situatinos where words are present in multiple languages.&#x20;

**Cut-off point & amount of results**: Small optimisations were made to how Truffles are being searched, e.g. the cut-off point was relaxed.

**Improved ranking of AutoSuggest results** in ClauseBuddy.

***

## Administration

### Personal search folders

When editing user settings, administrators will now see an option to add a personal search folder for a user. (Previously, this needed to be manually achieved through the *Search folders* panel of Clause9.)

### Single Sign On

SSO for ClauseBuddy is now also working with the Microsoft MyApps dashboard (and similar launching apps for SSO). Users can now click on such a link, authentica and retrieve access through the browser.&#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-april-2024/20-april-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.
