# Changes pane

## Toolbar

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

| <img src="/files/4o00wtgjHJ1RQowuzeqa" alt="" data-size="line"> | The pane selector which allows you to change the pane to another mode.                                  |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| <img src="/files/HvWd3QuXDd9BykRlRI4Y" alt="" data-size="line"> | Add an extra set of changes.                                                                            |
| <img src="/files/4N6wqaWfxK4m07zXSGGx" alt="" data-size="line"> | Add an extra change to the selected set.                                                                |
| <img src="/files/w7K0TkpJbRal4nu2gBrv" alt="" data-size="line"> | Copy or cut the selected changes (set), or paste the copied/cut changes (set) to the selected location. |
| <img src="/files/yYsjyBhpoE4WAf7XqOxV" alt="" data-size="line"> | Move the selected changes (set) up or down.                                                             |
| <img src="/files/GvTDocgXqxvLvZm7t4Sr" alt="" data-size="line"> | <p>Show/hide the conditions frame<br>of the selected changes (set).</p>                                 |
| <img src="/files/WnU7FcnUWwGH9V2plzk4" alt="" data-size="line"> | Delete the selected changes (set).                                                                      |

## Change sets

## Title

You can change the title of the set by clicking the title and typing your own title.

## Collapsing the changes set

Clicking the <img src="/files/5A2PclMZsAcgEgxjp7yk" alt="" data-size="line"> button will collapse the change-set, i.e. render its contents temporarily invisible (even though it is still there). The full contents can be made visible again by clicking the <img src="/files/5A2PclMZsAcgEgxjp7yk" alt="" data-size="line"> button.

Collapsing a change set can be used to make editing the changes sets more manageable, by collapsing the sets you currently do not want to edit, to save on screen real estate.

{% hint style="success" %}
If you hold down **Alt** (Option on Mac) while pressing this button, you will collapse/expand *all* changes. In other words, holding down Alt (Option on Mac) and clicking on a single change set’s button has the same effect has clicking on every button of every change set individually.
{% endhint %}

## Selecting multiple change-sets and changes at once

You can select multiple change-sets or changes at once, and then perform certain operations at once on all the selected ones.

* Once you have selected a first change-set/change, you can hold down **Shift** and select a second one. This will not only cause that second one to be selected as well, but will also select all changesets/changes in between.
* When you hold down **Alt** (Option on Mac), you can selectively select or deselect certain items. By holding down Alt/Option, you can for example select change 1 and 3 (but not 2).

The following operations can be performed on multiple selected items at once:

* copy, paste, cut and delete
* pasting a certain condition, or removing conditions at once


---

# 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://help.clause9.com/qna/changes-pane.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.
