# Interactive Q\&A inspection

## Rationale

With Clause9, you have almost limitless possibilities to configure interactions and clauses. In fact, you can easily go so far that you scratch your head wondering why a certain clause/card/question is currently having a certain behaviour.

Within Design Q\&A, we therefore offer a possibility to inspect the current state of each condition of a card/question/predefined answer and change-set.

## Functionality

To start inspecting a Q\&A, check the “Inspect” checkbox in the lower right corner. You will then see something similar to the following:

<figure><img src="/files/hma38yZlF93hhW3G7GrQ" alt=""><figcaption></figcaption></figure>

Each card, question, predefine and change-set will have a circle in front of it:

{% hint style="info" %}
A predefine can even show two circles next to each other, when it contains a *switch condition* that defines when the predefine will get selected
{% endhint %}

When you want to check why a certain condition is (not) met, you can click on the red or green circle. For example, the following question happens to have a red circle, because both of its conditions must be met, while in fact only the upper condition is met.

<figure><img src="/files/I6lKqsvwKTHFVploI88a" alt=""><figcaption></figcaption></figure>

When you change an answer, you will see that the red/green lights will immediately change to reflect the (possibly updated) state of the document. This way, you really simulate what happens to your document.


---

# 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/qna/interactive-q-and-a-inspection.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.
