# Use Your First Command

> Understand basic commands for the Unity Gaming Services CLI.

## Basic Commands

A Unity Gaming Services CLI command has the following format:

```text
ugs <command> <subcommand> [<arguments>] [options]
```

To get help and list all root commands:

```text
ugs --help
```

To get the version of the CLI:

```text
ugs --version
```

> **Note:**
>
> To see commands and documentation for a supported service, click on the service in the "CLI Services Documentation" section in the sidebar.
