> 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-september-2024/15-september-2024.md).

# 15 September 2024

## Notification email sent to curator

<mark style="background-color:orange;">New feature</mark> Curators are now sent a notification email when a user sends an email to their inbox.&#x20;

## Users are no longer physically deleted

<mark style="background-color:purple;">Change</mark> When an administrator deletes a user, this user becomes *disabled*, instead of being physically deleted.&#x20;

The reason for this change is that ClauseBuddy and Clause9 are very centrally organised, so that clauses can be positioned anywhere in the filesystem, ready to be shared by anyone. The downside of this approach is that deleting a user can cause significant harm, as this may affect clause folders and even documents/binders in Clause9.&#x20;

For this reason, users are now merely disabled.&#x20;

* They will not count towards the maximum number of users.
* They can be reinstated with the click of a button (see the rightmost button in the screenshot below).

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

Only ClauseBase employees can permanently delete users.&#x20;

## Consult ownership amounts

<mark style="background-color:orange;">New feature</mark> In Clause9, it is now possible to receive an overview of all the folders, documents, binders, clauses, etc. that are owned by a particular user.&#x20;

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

## Better placeholders in Smart Templates

<mark style="background-color:purple;">Improvement</mark> In ClauseBuddy's Smart Templates, placeholders for unanswered questions will now also show when embedded within cyan-highlighted fragments that also contain other elements. Previously this was only the case when the entire cyan-highlighted part referred to the answer.

The [manual page](https://help.clausebuddy.com/smart-templates/smart-templates-in-depth/highlighting-word-documents#placeholders) on highlighting and placeholders contains an in-depth explanation, with numerous examples. &#x20;

## @if-value special function

<mark style="background-color:orange;">New feature</mark> The new `@if-value` special function ([manual](https://help.clause9.com/special-functions/conditions#if-1)) is specifically intended to cater to the aforementioned new behaviour in ClauseBuddy's Smart Templates. It alllows template authors to prevent that a placeholder would be shown for an unfilled question.&#x20;

For example, have a look at the following screenshot, of a simple document in which the body

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

## Warning when accidentally changing a Smart Templates

<mark style="background-color:purple;">Change</mark> ClauseBuddy will now warn you when it thinks you accidentally updated a Smart Templates with the wrong document. &#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-september-2024/15-september-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.
