# Editing Contracts

### Editing contracts in the Web Editor

{% @arcade/embed flowId="plMC4cxhutzLNxnZaV0n" url="<https://app.arcade.software/share/plMC4cxhutzLNxnZaV0n>" %}

* Contracts can be modified directly in the web editor in Edit Contract mode.
* <mark style="color:red;">Red text</mark> indicates modified content.
* Newly added text is underlined, and ~~deleted text~~ is struck through.
* After reviewing changes, click Save New Version at the top to apply the updates.

{% hint style="info" %}
The final version will not display any previously modified or deleted content.
{% endhint %}

***

### Editing contracts in Microsoft Word

{% @arcade/embed flowId="NGt0XnC04LKfcgzKQFrZ" url="<https://app.arcade.software/share/NGt0XnC04LKfcgzKQFrZ>" %}

* Contracts can be edited on your PC by linking them with MS Word.
* Once edits are saved in Word, they are automatically stored as a new version in allibee.
* Saving and linking may take up to 30 seconds.

{% hint style="warning" %}
If you experience issues while editing in Word, check the following settings.

1. Go to File → Options → Trust Center → Trust Center Settings → Protected View.
2. Uncheck the following options for smooth operation.\
   \- Enable Protected View for files originating from the Internet\
   \- Enable Protected View for files located in potentially unsafe locations
   {% endhint %}

<figure><img src="/files/7j0SDsRwQyCS7Qq8OJNN" alt=""><figcaption></figcaption></figure>


---

# 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/editing/edit.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.
