> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/developers/sdk/documentation/coverslide.md).

# CoverSlide

This class extends the Slide class and models the cover slide.

```javascript
/**
 * Returns 'Cover'
 *
 * @returns {string}
 */
getType()

/**
 * Starts the quiz and going to the first slide.
 */
start() 

/**
 * Returns the start button label.
 *
 * @returns {*}
 */
getStartLabel() 
```
