> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Viewing a Visualization Card with a Triggered Alert

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

When you receive a Notification that an Alert has been triggered on a Card, you can locate that Alert by doing one of the following:

* Opening the Alert Center then clicking **Triggered** in the **Quick Filters** pane on the left side of the screen.

  For more information about the Alert Center, see [Alert Center Layout](/s/article/360043430373 "Alert Center Layout").

  <Frame>
    <img alt="alerts_tab_location.png" src="https://mintcdn.com/domoinc-openapi-sync-dataflows/PXbqzJKMKWWuwcKY/images/kb/ka05w00000123au-00N5w00000Ri7BU-0EM5w000005vOcW.png?fit=max&auto=format&n=PXbqzJKMKWWuwcKY&q=85&s=c079caff9983664d2fdf779a659db6e5" width="524" height="57" data-path="images/kb/ka05w00000123au-00N5w00000Ri7BU-0EM5w000005vOcW.png" />
  </Frame>
* Opening the Details view for the Card then clicking
  <InlineImage src="/images/kb/ka05w00000123au-00N5w00000Ri7BU-0EM5w000005vOcV.png" /> at the top of the page to open the **Alerts** tab. The **Alerts** tab provides options like editing and deleting Alerts for individual Cards. For more information, see [Card Details View Layout.](/s/article/360042923934)

  <Frame>
    <img src="https://mintcdn.com/domoinc-openapi-sync-dataflows/PXbqzJKMKWWuwcKY/images/kb/ka05w00000123au-00N5w00000Ri7BU-0EM5w000005vOcX.png?fit=max&auto=format&n=PXbqzJKMKWWuwcKY&q=85&s=83fd77cc87b3e52353872ac5ee0a6391" width="185" height="50" data-path="images/kb/ka05w00000123au-00N5w00000Ri7BU-0EM5w000005vOcX.png" />
  </Frame>
