# Views

A component of type slide (Cover, Question, Form, Feedback, End, and EndForm) can define different views so the final user can select the preferred view from the Pickzen editor. For example, we have the QuestionSlide component defined as:

![](/files/b6dgDzF2cusYA34oDGP3)

However, sometimes it is useful to display the answers as images. We can create a new view for this with the following result:

![](/files/vxl6Q8bY5ecbukKJJUWI)

All changes made in a view will not affect other views, they are independent.&#x20;

From the Pickzen editor, we can now select the view we need:

![](/files/VhU9Qsh99PkS3i7XMuiF)

or:

![](/files/dDgSPfD2Pxbop2qXwsAC)

In order to create a view, select the root component, click on the three dots and select *Create view*:

![](/files/fKKAQs7tdmB44NzfaoQ9)

Enter a name for the view that will appear in the Pickzen editor and start customizing the new view:

![](/files/rgDIFBdFoWesEZDhXiiY)


---

# 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/views.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.
