# Grid choice

A **grid question**, sometimes referred to as a *matrix* question, is used to select multiple values, each with the same set of choices.

Grid questions are most commonly used when multiple answers are collected on the same scale.

![An example grid question](/files/-MKazpg-hcJV5_sL0nq1)

If you are asking for a single choice, use a [select](/adding-questions-and-content/question-reference/select.md) question instead.

## Specifying choices

Similar to the select question, you can specify choices for a grid question under **SETTINGS**. There you may also specify the type of the value, whether number, string, or boolean.

The choices will be shown as options for each of the sub-questions that you define, displayed as individual columns.

#### Allow multiple selection

When **allow multiple selection** is checked a user will be allowed to provide multiple answers for every row.

### Sub-questions

To define the rows of the grid, specify the questions to ask in **SUB-QUESTIONS**. These can be [conditional](/conditions-and-logic.md) on previous answer values.

Each of the sub-questions will have its own [answer variable name](/response-data-collection-and-management/variable-schema.md#naming-answer-variables), and will otherwise behave the same as if the question were asked separately.

## Style

The grid question uses the radio or check selection from [checkmarks](/styling/customizing-appearance/checkmarks.md) in the style editor.

In order to further customize the grid question, you can use the [Table](/styling/customizing-appearance/tables.md) tab in the style editor.&#x20;


---

# 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/grid-choice.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.
