> 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-december-2024/1-december-2024.md).

# 1 December 2024

## Export Q\&As

<mark style="background-color:orange;">New feature</mark> In Clause9's Q\&A editor, you can now export the categories, cards, conditions, questions and predefined answers to a DOCX-file. &#x20;

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

The typical use case is to allow external editors (e.g., reviewers) to learn the structure of a Q\&A.

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

## Cross-tags

<mark style="background-color:orange;">New feature</mark> In Clause9's Assemble Document module, there's a new *Cross-tags* panel. This panel shows all the cross-tags that are available in the document and allows you to navigate to both the clauses/documents that implement this cross-tag, and the clauses that refer to those cross-tags.

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

## Allow Shift & Control-click in user lists

<mark style="background-color:purple;">Improvement</mark> In lists of users (e.g., members of a Group or Profile) you can now Shift-click to select a contiguous range of users and Control-click (Alt-click on Mac) to selectively add/remove individual users. This allows much quicker configurations of large user configurations.

## Filename separately stored in Truffle Hunt

<mark style="background-color:purple;">Improvement</mark> In Truffle Hunt, we now store the filename of uploaded DOCX/PDF files separately from the title of the document. Previously, the filename was only stored when no title was found inside the document (either within the metadata, or within the document's contents).&#x20;

## User interface tweaks to the Summarise module

<mark style="background-color:purple;">Improvement</mark> The arrangement of the main toolbar buttons, configuration panel and save dialog box are slightly changed.&#x20;

## @subdoc-crosstags special function

<mark style="background-color:orange;">New feature</mark> The `@subdoc-crosstags` [special function](https://help.clause9.com/special-functions/references#subdoc-crosstags) allows you get an overview of all the cross-tags of all enabled subdocuments in a Binder. These crosstags can then be used for other purposes, e.g. for compiling an inventory of subdocuments.


---

# 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-december-2024/1-december-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.
