> For the complete documentation index, see [llms.txt](https://help.clausebuddy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clausebuddy.com/quality-library/how/in-depth/searching-clauses/inspecting-clauses.md).

# Inspecting clauses

Once you've found a good clause, you can inspect its legal metadata and compare it to other clauses inside your document. You can do so by hitting the **...** button in the top right corner of the clause.

<figure><img src="/files/i3rLplOtcnBwj3cFMvZf" alt="" width="375"><figcaption></figcaption></figure>

This popup menu will show you the following:

* The **internal number** of the clause (e.g., #1272443). This number may come across as very nerdy, but it's sometimes very handy when communicating with colleagues — e.g., when a senior partner would email a junior associate telling to *"use clause #8875124"*. The junior can then simply paste these numbers in the keyword search bar, and will immediately find that particular clause.
* The date & time when this clause was **last changed** by someone.&#x20;
* Any legal **comment** (typically case law or doctrine references) assigned to the clause.

Note that the clause's legal description will be shown *above* the clause.

## Comparing clauses <a href="#comparing_clauses" id="comparing_clauses"></a>

You can compare the content of a selected clause with whatever text you happen to have currently selected inside the MS Word document. You can do so by clicking on the *Compare* button.&#x20;

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

Don't forget to click on this button again to show its normal contents!

## Editing clauses <a href="#editing_clauses" id="editing_clauses"></a>

If you want to edit the contents of a clause (and are authorised to do so), click on the  *Edit clause* button.The clause will then be opened in the clause editor.

If the clause was created in Clause9 (and is therefore too complex to edit inside MS Word), you will be invited to edit the clause inside Clause9, i.e. in your browser (if you have the required access rights).

<figure><img src="/files/VbEVJCaPgSPxU6XphxMG" alt="" width="373"><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://help.clausebuddy.com/quality-library/how/in-depth/searching-clauses/inspecting-clauses.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.
