# Legal comments

Legal comments are a way of giving additional information or a warning to users of a file such as a clause or a document. It may for example be necessary to warn the user that a certain clause may not be used in a specific context.

Legal comments will be shown next to the clause in the Assemble Document mode. A clause with a legal comment will have an information symbol next to it: <img src="/files/IrnXT2xVUigragwnLvKr" alt="" data-size="line">.

When hovering with your pointer over the <img src="/files/IrnXT2xVUigragwnLvKr" alt="" data-size="line">, you can see the content of the legal comment.

{% hint style="info" %}
Please note that it may be more suitable to add a condition for enabling certain paragraphs or the entire clauseto ensure that a clause is not used in contexts for which it is not suited.&#x20;
{% 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://help.clause9.com/files/legal-comments.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.
