> For the complete documentation index, see [llms.txt](https://docs.formsort.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.formsort.com/styling/customizing-appearance/comparison.md).

# Comparison cards

In the Theme menu, there are three options for styling comparison cards: Default, Highlighted, and Selected.  &#x20;

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

**Default**: this is the default state of the card, and inherits styling from the default theme. No additional configuration is required except adding a comparison card to the step, but additional/differentiating styling can be added if desired.&#x20;

**Highlighted**: if an option has been designated as "highlighted" in the [question settings](/adding-questions-and-content/question-reference/comparison.md#adding-choices), the styling for the highlighted card can be set here.&#x20;

**Selected**: styling for when a card has been selected by the user.&#x20;

Each of the above three configurations can be further styled on a per-UI state basis: default and hover.&#x20;

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

The **horizontal overflow behavior** selector controls how the cards fill the space on the step, and has two settings, **wrap** and **scroll**.&#x20;

* Wra&#x70;**:** if the container holding the cards exceeds the width allotted for the container of the step, the cards will begin to stack vertically.&#x20;
* Scroll: if the cards exceed the width allotted, the a horizontal scroll will become available.&#x20;

Related pages: [Content Types: Comparison](/adding-questions-and-content/question-reference/comparison.md)


---

# 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.formsort.com/styling/customizing-appearance/comparison.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.
