# Deck

### Settings

<table><thead><tr><th width="363.3333333333333">Setting</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>Container</td><td>true</td><td>Indicates if it accepts nested children components</td></tr><tr><td>Droppable</td><td>false</td><td>Indicates if it can be added as a nested child component inside a container</td></tr><tr><td>Editable</td><td>true</td><td>Can be edited</td></tr><tr><td>Interactive</td><td>false</td><td>Can receive events</td></tr></tbody></table>

### Properties

No properties defined.

### Actions

| Action              | Description                                                         |
| ------------------- | ------------------------------------------------------------------- |
| back                | Goes to the previous slide                                          |
| canBack             | Checks if the back action can be called                             |
| canNext             | Checks if the next action can be called                             |
| canRestart          | Checks if the restart action can be called                          |
| canSkip             | Checks if the skip action can be called                             |
| getHelpContent      | Returns the current slide help HTML                                 |
| getProgress         | Returns the progress of the pickzen (0..1)                          |
| inState(state)      | Checks if the pickzen is in the provided state (cover, slides, end) |
| isNavbarVisible     | Returns if the Navbar should be visible (not cover or end slide)    |
| next                | Goes to the next slide                                              |
| restart             | Restarts a pickzen                                                  |
| showHelp            | Shows the current slide help content                                |
| skip                | Skips the current slide                                             |
| start               | Starts a pickzen from the cover slide                               |
| isCartButtonVisible | Checks if the add to cart button should be displayed                |

### Events

No events defined.


---

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