# Confirmation

This question type is commonly used for documenting that the responder has read the terms and conditions or is acknowledging the information presented in the page.  &#x20;

The answer to a confirm question is stored as a [boolean](/response-data-collection-and-management/variable-schema.md#variable-data-types).

<div align="left"><img src="/files/tMTl6OCYTh5B2oaYof32" alt=""></div>

## **Changing the confirmation text**

You can personalize the text that shows up next to the checkbox by editing the **Confirmation text** field in the setting menu that appears when the question is selected.&#x20;

## **Setting the default behavior**

If you enable the **Default to be checked** option in the setting menu, the confirmation box will appear in its checked state when the content is first loaded.&#x20;

{% hint style="info" %}
In order to style the confirmation box (changing the padding between the text and the box or the color), you can style **Multiple Choice (and not the radio buttons)** boxes [checkmarks](/styling/customizing-appearance/checkmarks.md) menu.
{% 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://docs.formsort.com/adding-questions-and-content/question-reference/confirmation.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.
