> ## Documentation Index
> Fetch the complete documentation index at: https://docs.simular.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ChoiceQuestion

> A Choice question from [].

A Choice question from \[`choice`].

## Properties

<ResponseField name={"instructions"} type={"string"} required>
  What the model is deciding.
</ResponseField>

<ResponseField name={"kind"} type={"Choice"} required>
  Always \[`QuestionKind.Choice`].
</ResponseField>

<ResponseField name={"options"} type={"Record<string, null | string>"} required>
  Key = what the model returns, value = the description it reads.
  `null` and `""` both mean no description.
</ResponseField>
