# Choice Field

Use **Choice field** to let a participant pick one value from a predefined list.

In the document, it’s rendered as a set of radio buttons.

You can place this field in:

* structured documents
* PDF documents

### Add a choice field

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

1. Open the template in edit mode.
2. Find the **Choice field** in the **Fields panel** and add it to the template.
3. Configure the field and click **Save**.

### Field settings

Click on the placed field to reopen settings menu.

{% columns %}
{% column width="58.333333333333336%" %}

* **Name** — name of the option value available for selection
* **Role name** — role that fills the field
* **Group name** — name of the options group shown to the user
* **Search** — makes the field available for search/filtering in the mailbox UI (if enabled in your setup)

{% hint style="info" %}
**Group name** must be between **3** and **40** characters.
{% endhint %}
{% endcolumn %}

{% column width="41.666666666666664%" %}

<figure><img src="/files/FgvxGLRbotucq3vzrpBF" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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://support.docstudio.com/user/template-builder/template-dynamic-fields/choice-field.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.
