# Create predefined answers to a question

Follow these steps to add a predefined answer (or “predefines”) to a question in *Design Q\&A* mode.

## Go to the Edit menu

* Open the Cards pane and select the question for which you want to add a predefined answer.
* Click on *+ Predefines* below the question:&#x20;

<figure><img src="/files/wLTR23BI8S7X4NVKChvk" alt="" width="563"><figcaption></figcaption></figure>

* Enter the predefined value.
* By clicking on the *+* icon you can add as many predefined answers as you want.

<figure><img src="/files/csFIGcaT4mahQYZ1j7LL" alt="" width="563"><figcaption></figcaption></figure>

Note that the available predefine options depend on the type of question you have created (date, duration, text, etc).

<figure><img src="/files/2hTbX4Pf90xIPQcJjKDh" alt="" width="563"><figcaption></figcaption></figure>

The result is a predefined answer that will appear under the selected question in Q\&A:

<figure><img src="/files/gwG7UL0N6PXOXN4Q5cmH" alt="" width="370"><figcaption></figcaption></figure>

## Settings for predefines

Once you have added a predefined value to a question you will notice a row of different icons on the right side of the value.

<figure><img src="/files/7fxuLaJoz95QQMK3riw5" alt="" width="563"><figcaption></figcaption></figure>

With the <img src="/files/BY1wufx1Giy9apZKHx7l" alt="" data-size="line">button you can add a label to each predefined answer.

<figure><img src="/files/lgEiLjsoNWBT5hJF15le" alt="" width="563"><figcaption></figcaption></figure>

Note that the label only changes how the predefine is presented to the end user. It doesn’t change the underlying value that the predefine aims to insert. This makes it ideal for when predefined answers need to create conditional logic.

<figure><img src="/files/F1Nbrvr0bjCBMC5R1Q7E" alt="" width="563"><figcaption></figcaption></figure>

With the <img src="/files/Fdr5zfh5ro3WgqEH1ePr" alt="" data-size="line"> button you can set the predefined value as default answer to the question. This will ensure that it is automatically filled out as soon as the document is opened.

The<img src="/files/hlLyWdYSfuRXaBqzEQSI" alt="" data-size="line">button works in the same way as adding a condition to a question in Q\&A and decides under what conditions a predefined answer is shown to the end user.

The <img src="/files/ErWSCEvGDGwvjOtwZfl8" alt="" data-size="line">button provides an alternative for the predefined value upon a specified condition. This allows you to switch to this predefined answer under certain conditions.

{% hint style="info" %}
You should be aware that, unlike regular conditions attached to questions, these “switch conditions” are only triggered in reaction to a change in the answer to a question that is used within the condition. So if the condition you attach refers to something static (e.g., a user tag), it will not get triggered.
{% endhint %}

The <img src="/files/rernJdtwO75mUJUc4AjG" alt="" data-size="line">button allows you to add help text or a memo to the predefined value.


---

# 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/how-to-qna/create-predefined-answers-to-a-question.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.
