# Cheat Sheet Selection Wizard

## Overview

The **Cheat Sheet Selection Wizard** allows users to choose from a list of predefined cheat sheets, load a cheat sheet from a file, or enter the URL of a cheat sheet. Cheat sheets provide step-by-step guidance for performing various tasks within Servoy Developer.

<figure><img src="https://3933488479-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjpWd52BKwABWxF2lScUK%2Fuploads%2Fgit-blob-1c6034f6aa6d6359f8cdf780156ae8f429cb9718%2Fcheat-sheet-selection.jpg?alt=media" alt=""><figcaption><p>Cheat Sheet Selection</p></figcaption></figure>

## Sections

### Select a Cheat Sheet from the List

Displays a tree view of available cheat sheets organized by categories:

* Java Development:
  * Create a Hello World application
  * Create a Hello World SWT application
* Team/Git:
  * Cloning a Git Repository
  * Pushing to another Git Repository

### Select a Cheat Sheet from a File

Allows users to load a cheat sheet from a file on their local system.

#### Browse...

Opens a file browser dialog to select a cheat sheet file.

### Enter the URL of a Cheat Sheet

Allows users to enter a URL to load a cheat sheet from a remote location.

### Buttons

Here are the available buttons:

#### OK

Opens the selected cheat sheet and begins the step-by-step guidance process.

#### Cancel

Closes the Cheat Sheet Selection dialog without opening a cheat sheet.
