> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/en/clm/editor/editing/edit.md).

# 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
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://guide.allibee.ai/en/clm/editor/editing/edit.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.
