# Version History

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

* You can track the modification and saving history of contracts.
* Each version can be downloaded as a file, and the file name is saved in the format: \
  "Contract Name\_Version Information\_Downloader"
* You can select two versions to directly compare the changes.\
  [Learn more about Compare Versions](/en/clm/editor/editing/compare-contract.md)
* You can add comments for each contract version to record notes specific to that version.

{% hint style="info" %}
Downloadable File Formats

1. Download docx\
   \- Download the contract drafted in allibee as a DOCX file.\
   \- If memos are included, they will be extracted together.\
   Example: Sale and Purchase Agreement\_v2\_ John Doe
2. Download docx (without memo)\
   \- Download only the original contract text, excluding memos.\
   \- "\_clean" is added to the end of the file name.\
   Example: Sale and Purchase Agreement\_v2\_ John Doe\_clean
3. Download pdf (without memo)\
   \- Downloads the original contract as a PDF file, excluding notes.\
   \- "\_clean" is added to the end of the file name.\
   Example: Sale and Purchase Agreement\_v2\_ John Doe\_clean
   {% endhint %}


---

# Agent Instructions: 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:

```
GET https://guide.allibee.ai/en/clm/editor/utility/version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
