# 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="/files/KrxXRSclUGoBYlcpA5Pj" 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.


---

# 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://docs.servoy.com/reference/servoy-developer/object-editors/cheat-sheet-selection.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.
