# Module 2: Basic Q\&A exercises

**Only make the following exercises if you have completed the Basic Clause Author Tutorial**.

## 2.1 Helping your users out

Help your users make the right choices as they fill out the Q\&A by **adding 5 helpful tips** to the following questions you have already created in the “Consultancy Agreement Q\&A”.&#x20;

### Create predefined values

Create the following **predefined values** for the question "Agreement - Duration" to suggest 'best practices' to your user:

* 2 years
* 1 year
* 6 months

{% hint style="info" %}
Read here [how you can create predefines for questions](https://help.clause9.com/qna/how-to-qna/create-predefined-answers-to-a-question).
{% endhint %}

### Create a memo

Create a **memo** for the question "Jurisdiction" under the card "Agreement" with the following text:

> Do note that certain jurisdictions may apply uncircumventable (“mandatory”) rules that invalidate such an exclusion. Furthermore, your jurisdiction’s laws may be mature enough to remove the need to explicitly state this to avoid situations of renvoi and other issues that may enforce a different applicable law then what was intended.

{% hint style="info" %}
Read here [how you can add memos](https://help.clause9.com/qna/comments-notes-and-documentation).
{% endhint %}

### Add help text

Add help text to the question "Hours dedicated per month" under the card "Services":

> The dedicated hours per month typically do not exceed 150.

{% hint style="info" %}
Read here [how you can add help text](https://help.clause9.com/qna/comments-notes-and-documentation#qna-comments-warnings).
{% endhint %}

### Add answer hints

Provide the following answer hint to the question "List" under the card "Services":

> Advisory services, financial services, marketing services,...

{% hint style="info" %}
Read here [how you can add answer hints](https://help.clause9.com/qna/question-options#placeholder).
{% endhint %}

### Include a comment

Add the following comment below the question "Jurisdiction" in the card "Agreement":

> The competent court is automatically selected based on the applicable law chosen above.

{% hint style="info" %}
Read here [how you can add a comment or warning](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-2-basic-q-and-a-exercises.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.
