> ## 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.

# How alerts work

> Learn how Gorelo alerts surface asset, uptime, and script issues so you can create tickets, dismiss occurrences, and subscribe to critical notifications.

[Agent Assets](/group-assets-with-tags), [Uptime](/create-an-uptime-check), and [Scripts](/write-and-test-a-script) are all capable of generating Alerts. Once Gorelo generates an Alert, you can either:

1. Create a ticket from it.
2. Dismiss the particular occurrence of the alert.

## Use alerts

<Columns cols={2}>
  <Card title="Generate a test alert" href="/generate-a-test-alert">
    Use a sample command to test alerts.
  </Card>

  <Card title="Create a ticket from an alert" href="/create-tickets-from-alert">
    Use generated alerts to create a ticket.
  </Card>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Dismiss alerts" href="/dismiss-alerts">
      Dismiss from the alert menu.
    </Card>
  </Column>

  <Column>
    <Card title="Create a custom View from an alert" href="/filter-data-with-views-and-client-focus#create-a-view-from-alerts">
      Filter data using alerts.
    </Card>
  </Column>
</Columns>
