> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/projects/import-export/xlsform/survey-sheet/appearances.md).

# Appearances

The appearance column in the survey sheet lets you control how a question is displayed to the user. It does not change the question type, but modifies how it's rendered on screen.

Below are the supported appearance values:

**minimal** Displays a compact dropdown or minimal version of the input. Often used with select\_one questions to reduce space.

**compact** Renders select options as compact buttons instead of long lists. Great for quicker selection.

**field-list** Used with groups to display all the questions in that group on the same page.

**label** Used with select\_one or select\_multiple to display only the label of the choice, without a button, checkbox, or radio input. Useful for visual layout tweaks.

**likert** Formats select\_one choices in a Likert-style layout, useful for agreement scales or rating responses.

**horizontal** Displays choices in a horizontal row instead of the default vertical stack.

**month-year** Allows users to select only the month and year. Commonly used with date fields when day-level accuracy is not needed.

**signature** Displays a signature pad where the user can draw their signature. Works with image or draw-type questions.

**draw** Enables the user to draw on the screen, often used for sketches or maps.

**multiline** For text questions, shows a larger input box allowing multi-line responses, like a comment box.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/projects/import-export/xlsform/survey-sheet/appearances.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
