> For the complete documentation index, see [llms.txt](https://tutorials.clause9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.clause9.com/clausebase-campus-exercises/module-5-q-and-a-intermediate.md).

# 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
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://tutorials.clause9.com/clausebase-campus-exercises/module-5-q-and-a-intermediate.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.
