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

# 25 August 2024

## Custom bullet numbering in Clause9

<mark style="background-color:orange;">New feature</mark> It is now possible to add custom bullet numbering to one or more clauses.&#x20;

While it was always possible to configure which bullets to use at each level, this custom numbering always applied across the entire document. This helps to achieve consistency for legal documents (one of the pain points of legal document in day-to-day life), but some users insisted that custom bullets were nevertheless sometimes required — e.g., in introductory paragraphs such as contract recitals.&#x20;

See the extensive documentation at <https://help.clause9.com/styling/numbering#custom-bullet-styling>

## Integration with Excel files in Clause9

<mark style="background-color:orange;">New feature</mark> It is now possible to offload calculations in legal documents to an Excel-file.&#x20;

While Clause9 has an extensive range of [special functions](https://help.clause9.com/special-functions/introduction), among which [30+ for calculations](https://help.clause9.com/special-functions/numbers), there will always be situations where more advanced power is necessary. This is now possible by uploading an Excel-sheet to Clause9, in which certain cells can then be changed on-the-fly. Clause9 can then obtain the result of the calculation.&#x20;

Another example where Excel can truly help, is for advanced lookup-tables. While Clause9 has always featured the possibility to insert [basic spreadsheets for lookups in a Q\&A](https://help.clause9.com/integrations/spreadbases), it is now also possible to add similar features to an actual clause.&#x20;

See the extensive documentation at <https://help.clause9.com/misc/excel-based-calculations-and-lookups>

## Directly download Truffle DOCX file

<mark style="background-color:orange;">New feature</mark> It is now possible to download an uploaded (or PDF-converted) DOCX-file directly from within the "Manage" tab...

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

... or instead immediately after the upload was successfully processed:

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

## Replace Truffle document and/or clauses

<mark style="background-color:orange;">New feature</mark> Users can now replace a previously uploaded Truffle document, while keeping the metadata. The primary use case is to keep documents in sync that are also stored outside ClauseBuddy.

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

## Better PDF uploads

<mark style="background-color:purple;">Change</mark> The ClauseBase platform now uses the [Abbyy OCR engine](https://www.abbyy.com) for converting the contents of PDFs. While Abbyy is somewhat slower than our previous OCR-engine ([Omnipage](https://www.tungstenautomation.com/products/omnipage/server)), the quality is significantly better for legal documents, particularly when it comes to recognising numbering and headers/footers.&#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/25-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.
