> 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/untitled.md).

# Incident Actions

There are various actions you can perform on an incident. The following screen captures the navigation and below are each of the action.

![](/files/-MClRcqgA5Dqi8Ru29wt)

### Update Incident State:

By selecting 'Update Incident State', you can change Target State and Priority. Also You can assign the incident to different user.&#x20;

![](/files/-MClSYrW93c7eIZ4A_-k)

As shown above, you can choose target state, priority and user from drop down menu and click 'Assign' to assign new state.

### Incident Details:

Incident Details takes you to [Incident Page View](/features-guide/incidents/incidents-overview.md).&#x20;

### Update Incident

Update Incident allows to modify any of the incident details. By clicking 'Update Incident', the following view allows you to modify the information previously entered or automatically generated from alerts

![](/files/-MClTMqSm8w1JvWW5YRm)

### Update Data:

Update data regenerates the data for the incident. Click on 'Update' to regenerate incident data.

![](/files/-MClTfCfRlBUCoUKiyFn)

### Remove From Starred:

Starred allows to quickly access the incidents allowing you revisit and resolve at later time. By clicking Remove From Starred, the incident is remove from the starred state.

### Manage Enrichment and Metrics:

By clicking on 'Manage Enrichment and Metrics, you are navigated to Manage Metrics Page View.&#x20;

![](/files/-MClUDtxDemwww98mlEc)

### Archive&#x20;

By clicking archive, the incident is archived.

### Resolve Incident

Resolve Incident is part of the ['Update Incident State](/features-guide/incidents/untitled.md#update-incident-state)' . Select Target State as 'Resolved' and the view expands to capture Resolution code, details etc.

![](/files/-MClV0P8Prv_uwseieTP)

Click on 'Resolve' moves the incident status to resolved.


---

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