> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askui.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AskUI-NewAnnotationsForTraining

### SYNOPSIS

Creates a new annotation for training.

### DESCRIPTION

Starts the Snipping Tool and allows the user to annotate the screen.
The user will be asked to provide additional metadata for each annotation.
the metadata includes:

* category: The category for each annotation. Valid categories are: 'Text', 'Textfield', 'Button', 'Icon', 'CheckBox', 'Other'.
* description: The description for each annotation.

### PARAMETERS

* `-WorkspaceId` | *\<String>* - (Optional) Workspace ID for the annotation.
* `-Token` | *\<String>* - (Optional) Token for sending the annotation to the train endpoint.
* `-Delay` | *\<Int32>* - (Optional) Delay in seconds before the screen freezes. Default is 0.
* `-Url` | *\<String>* - (Optional) URL for the inference server. Default is [https://inference.askui.com](https://inference.askui.com).
* `-ConfigFile` | *\<String>* - *Experimental* (Optional) Absolute file path for the configuration to be loaded.

### EXAMPLES

#### EXAMPLE 1

Creates a new annotation for training.

```powershell theme={null}
AskUI-NewAnnotationsForTraining
```
