# Components

- [\[Base\]](https://help.pickzen.com/design-system/components/base.md): Base component with default configurations from which all others inherit.
- [Button](https://help.pickzen.com/design-system/components/button.md): Implements a HTML button.
- [Collapsable](https://help.pickzen.com/design-system/components/collapsable.md): Implements a collapsable HTML div.
- [Container](https://help.pickzen.com/design-system/components/container.md): Implements a HTML div
- [CoverSlide](https://help.pickzen.com/design-system/components/coverslide.md)
- [Deck](https://help.pickzen.com/design-system/components/deck.md): It is the base component for any pickzen. It is a set of slides where each slide can be of different types: Question, Form, End, etc
- [Dropdown](https://help.pickzen.com/design-system/components/dropdown.md): Implements a dropdown.
- [EndFormSlide](https://help.pickzen.com/design-system/components/endformslide.md)
- [EndSlide](https://help.pickzen.com/design-system/components/endslide.md)
- [FeedbackSlide](https://help.pickzen.com/design-system/components/feedbackslide.md)
- [FormMapper](https://help.pickzen.com/design-system/components/formmapper.md): Maps a pickzen form slide field to a form field component.
- [FormSlide](https://help.pickzen.com/design-system/components/formslide.md)
- [Grid](https://help.pickzen.com/design-system/components/grid.md): Displays a list of items as a grid of items.
- [HTML](https://help.pickzen.com/design-system/components/html.md): Renders a HTML.
- [Icon](https://help.pickzen.com/design-system/components/icon.md): Renders an icon.
- [Image](https://help.pickzen.com/design-system/components/image.md): Renders an image.
- [InputDate](https://help.pickzen.com/design-system/components/inputdate.md): Implements a date selector.
- [InputNumber](https://help.pickzen.com/design-system/components/inputnumber.md): Implements a HTML input number field.
- [InputText](https://help.pickzen.com/design-system/components/inputtext.md): Implements a HTML input text field.
- [Label](https://help.pickzen.com/design-system/components/label.md): Implements a HTML label.
- [Link](https://help.pickzen.com/design-system/components/link.md): Implement a clickable component.
- [Product](https://help.pickzen.com/design-system/components/product.md): Implements a product (result).
- [ProgressBar](https://help.pickzen.com/design-system/components/progressbar.md): Implements a standard progress bar.
- [QuestionSlide](https://help.pickzen.com/design-system/components/questionslide.md)
- [Repeater](https://help.pickzen.com/design-system/components/repeater.md): Iterate over a list of elements rendering its children multiple times.
- [Separator](https://help.pickzen.com/design-system/components/separator.md): Implements a separator to create space between components.
- [SlideRenderer](https://help.pickzen.com/design-system/components/sliderenderer.md): Component used to render the current pickzen slide from the current pickzen state.
- [Specs](https://help.pickzen.com/design-system/components/specs.md): Implement a set of features and properties.
- [TextArea](https://help.pickzen.com/design-system/components/textarea.md): Implement a HTML text area field.


---

# 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://help.pickzen.com/design-system/components.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.
