> 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-2-basic-q-and-a-exercises.md).

# 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
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-2-basic-q-and-a-exercises.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.
