# Conversation reply type

Conversation reply types let you define how a respondent can reply to your question using a text value on a [conversational survey](/conversational-surveys.md). You can define one of the following reply types.

**Auto** will let nSurvey choose [automatically the type of reply](/form-management/form-designer/questions/question-properties/conversation-reply-type/auto-reply-type.md) that is accepted from the respondent based on the [type of answers](/form-management/form-designer/answers/answer-types.md) that you have setup in your question.

**Numbers** will display all selection based answers using prefixed numbers. Each answer can be selected either by entering its corresponding number or using its answer label.

![](/files/-MJ6HjiddSJGtREDiH8r)

**Letters** will display all [selection based answers](/form-management/form-designer/answers/answer-types/selection-answers.md) using prefixed alphabet letter. Each answer can be selected either by entering its corresponding alphabet letter or using its answer label.

![](/files/-MJ6IFfgA9eT3hpiRoMZ)

**Match text reply** will not display any answer and will try to match the respondent reply to one of the [selection based answers](/form-management/form-designer/answers/answer-types/selection-answers.md) label.&#x20;

![](/files/-MJ6KhBupGBUrhZI_qL6)


---

# 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.ngsurvey.com/form-management/form-designer/questions/question-properties/conversation-reply-type.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.
