# Module 5: Q\&A Intermediate

**Only complete the following exercises when you have completed the Intermediate Clause Author Tutorial.**

## 5.1 Using flexible terminology in Q\&A mode

{% hint style="success" %}
Watch [this video](https://help.clause9.com/qna/changes-pane) to learn how you can change a term within the Q\&A environment.
{% endhint %}

Create a change set for the term “Company” in the “Consultancy Agreement Q\&A”. The term can optionally be changed to the company name “Wernham Hogg” (and only that term, so make sure to turn off the “free answers” option for this question).

{% hint style="info" %}
Refresh your memory and read our [help article about change sets](https://help.clause9.com/qna/types-of-changes).
{% endhint %}

## 5.2 Conditional warning in Q\&A mode

Go to the “Consultancy Agreement. Q\&A”. The minimum monthly renumeration under “Plan C” of the fees is 3.000 euro. You want to give the end user a warning if an amount lower than 3.000 euro is filled out.

> **Warning**
>
> This monthly renumeration is too low. The minimum renumeration is 3.000 euro/month.

{% hint style="info" %}
You can find more information on warnings in Q\&A [here](https://help.clause9.com/qna/how-to-qna/add-disclaimers).
{% 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://tutorials.clause9.com/clausebase-campus-exercises/module-5-q-and-a-intermediate.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.
