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

# Generate a test alert

> Generate a test alert in Gorelo using a GoreloAction CLI command on an online agent asset to verify alert delivery and ticket creation workflows.

1. Navigate to the [**Assets List**](https://app.gorelo.io/Asset/asset-list) from the main menu.
2. Click an agent asset that’s currently online.
3. Navigate to the **CLI** tab down the left side.
4. Generate a test alert by pasting the following command into the CLI of an asset:

```text theme={null}
GoreloAction -Alert -Severity 1 -Name "NameHere" -Description "DescriptionHere" -Suppress 0
```

<Frame>
  <img src="https://mintcdn.com/gorelo/RfhuQdZkx7_xlt17/images/image-15.png?fit=max&auto=format&n=RfhuQdZkx7_xlt17&q=85&s=6deaf15fbed88852cdd300147c161d0c" alt="Image" width="988" height="282" data-path="images/image-15.png" />
</Frame>

See [**GoreloAction**](/gorelo-action-cli) for more details.
