> 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-june-2024/22-june-2024.md).

# 22 June 2024

## Automatic styling

<mark style="background-color:orange;">New feature</mark> The “Guess styling” mechanism — for determining the styles to be applied to content inserted into a Word-file — is completely overhauled.&#x20;

Essentially, ClauseBuddy runs through all the paragraphs of the opened document to determine their styling. This takes a few documents on very long documents, but definitely improves the guesswork.

It’s still “guesswork” for badly-styled documents — which, as we all know, is the majority of the files out there. However, with decently styled documents (e.g. typical templates from large law firms) this works nicely.&#x20;

For all the badly-styled documents, the software will fall back to minimized styling. &#x20;

<mark style="background-color:purple;">Change</mark> Guess styling is now also set as the default styling (previously the "minimal" styling was the defeault).

<figure><img src="/files/1TdN7tXZE3l6mZtptp2Y" alt="" width="337"><figcaption></figcaption></figure>

## Font-name & font-size are now extracted in Outlook

<mark style="background-color:orange;">New feature</mark> ClauseBuddy will now guess the font & font-size that users are using in the body of their email (which can be anything: the company house style, or some font that the correspondent uses). Usually ClauseBuddy will be able to change the font & font-size of the inserted text accordingly.&#x20;

## Show/hide additional information for a clause

<mark style="background-color:orange;">New feature</mark> There’s a new button (turned on by default) that allows users to configure whether or not to show all the extra information, such as the folder hierarchy, attributes, comments and description:&#x20;

<figure><img src="/files/BuL84vdgDMelQ7szIdJ3" alt="" width="351"><figcaption></figcaption></figure>

## Search folder selection is improved

When you don’t have the right to select a certain search folder for saving stuff, it will be immediately greyed out (& its folders will be shown in red & grey).&#x20;

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

## "Add other subscriptions" disabled by default

There’s a new user right (“*Add other subscriptions*”) that should be enabled to give users the possibility to add additional subscriptions.&#x20;

<mark style="background-color:purple;">Change</mark> When it’s not turned on, the upper right menu of ClauseBuddy will simply not show a second drop-down button, except when the user would already have another subscription, or would have the right to jump to another user (as administrator-users can do, for example).

## Change metadata of uploaded Truffle documents

<mark style="background-color:orange;">New feature</mark> Users can now immediately change the metadata of a Truffle-document they just uploaded, so they don’t have to switch back-and-forth to the Inventory tab.

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

*Do note that with more than 20 files that you upload in one go, the server will “serialize” everything and send you an email afterwards when it’s done. So in such scenario, this won’t work.*

## Multiple placeholder values in ClauseBuddy

<mark style="background-color:orange;">New feature</mark> When a pipe-symbol is added in the middle of a yellow placeholder in a clause, users automatically get a drop-down butotn in *Configure clause* that shows all the words separated by those pipe symbols.&#x20;

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

## Other changes in ClauseBuddy

* <mark style="background-color:purple;">Change</mark> The list of curators to whom to send new clauses, is now alphabetically ordered.&#x20;
* <mark style="background-color:orange;">New feature</mark> There's now an option for customers to specify that personal search folders must be created by default for new users.&#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-june-2024/22-june-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.
