> 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-august-2024/17-august-2024.md).

# 17 August 2024

## Configure users who can switch to other accounts

<mark style="background-color:orange;">New feature</mark> Administrators now have an easy-to-use user-interface to define which users are allowed to switch to other user accounts (see the [feature that was added on 11th May](https://operations.clausebase.com/updates-may-2024/11-may-2024#upgradable-accounts)).

Previously, this configuration required an intervention at the database-level by someone from the ClauseBase team.

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

***

## Deep Compare with PDFs

<mark style="background-color:orange;">New feature</mark> It is now possible to "deep compare" a currently opened Word-file with some random PDF-file. Previously (see the [changes of 21 July 2024](https://operations.clausebase.com/updates-july-2024/21-july-2024#deep-compare)) it was only possible to compare against another DOCX-file.&#x20;

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

***

## Directly compare AutoSuggested clauses

<mark style="background-color:orange;">New feature</mark> Clauses found using the AutoSuggest feature can now be directly compared against clauses in the currently opened DOCX-file (i.e. at the left side).&#x20;

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

***

## Customer logos also shown for administrators in Clause9

If a custom logo is defined within Clause9, then this will also be shown for the administrator. Previously, the logo was deliberately hidden for administrators, but some customers found this confusing.&#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-august-2024/17-august-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.
