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

# 13 April 2024

## ClauseBuddy

### Full reviewing rule set is always presented

When reviewing rules are presented towards the end-user, the original rule set will always be shown, even when rule subsets are available. Previously, the original rule set (i.e., the one containing *all* the rules) was not presented to the end-user when at least one rule subset was created.

### New bulk truffle export options <a href="#new-bulk-truffle-export-options-13-april" id="new-bulk-truffle-export-options-13-april"></a>

<mark style="background-color:orange;">New feature</mark> Previously, users could export the currently visible truffle clauses to a DOCX file.

With this new export option, truffle clauses can also be exported to an Excel-file. ClauseBuddy will now export *all* truffles that match the given search criteria, not only the currently visible clauses.

Users can also request to include all clauses, even duplicates.

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

***

## Clause9

### New documentation and tutorials websites

<mark style="background-color:orange;">New feature</mark> We have moved the documentation away from [help.clausebase.com](https://help.clausebase.com) towards [help.clause9.com](https://help.clause9.com) and [tutorials.clause9.com](http://tutorials.clause9.com). At the same time, the documentation was updated and the search-system was significantly improved.

***

## API

### Subtype of repeating list

The subtype of a repeating list (boolean, date, duration, ...) is now shown in both the GUI in Clause9, and is also included in the export of API endpoint `/datafields_in_document`.

### Better error messages

The API now gives better and more helpful error messages when passing invalid values to API endpoints.


---

# 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/13-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.
