> For the complete documentation index, see [llms.txt](https://oiadocs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oiadocs.cloudfabrix.io/features-guide/incidents/access-incident/alerts.md).

# Alerts

Alert View as part of the Incident shows the alert associated with the incident.

![Alerts associated with Incident (Table1)](/files/-MBnBeeX593hY7GqbUVj)

1. **Incident Overview**: Displays Incident overview&#x20;
2. **More**: By clicking/selecting the 'More' option provided, a pop-up view will provide summarized information like Priority, Source, etc.
3. **Incident Page Menu**: In this section, one can save the incident as a favorite by clicking on the page menu.  Users can update the incident state, incident, data refresh, and/or archive the incident.
4. **Details**: This option shows alert information. The table (Table1) below gives all the columns available for selection while displaying the alert.
5. **Alert Context Menu**: By clicking on the context (hamburger) menu, users can clear alert or they can view enriched attributes. Also, users can view the source of the alert.&#x20;
6. **Alert Export Menu:** The context (hamburger) menu at Alert title level allows the user to export the alerts or to select (user selected) columns to display. Here, the user can also choose to maximize and get the alert details in a maximized view.

| Column Name      | Description |
| ---------------- | ----------- |
| Raised At        |             |
| Severity Label   |             |
| Message          |             |
| Asset Name       |             |
| Component Name   |             |
| status           |             |
| Customer Label   |             |
| Stack            |             |
| Layer            |             |
| Alert Category   |             |
| Alert Type       |             |
| Component Type   |             |
| Asset Type       |             |
| Asset IPAddress  |             |
| Source Mechanism |             |
| Source           |             |
| Repeat Count     |             |
| Rule Name        |             |
| Created By       |             |
| Updated By       |             |
| Created At       |             |
| Updated At       |             |
| Notes            |             |
| Attributes       |             |
| Cluster          |             |
| Alert ID         |             |
| Rule Id          |             |
| Asset ID         |             |
| Environment ID   |             |
| Component ID     |             |
| Project ID       |             |
| Customer ID      |             |
| Severity         |             |
|                  |             |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://oiadocs.cloudfabrix.io/features-guide/incidents/access-incident/alerts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
