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

# Insights

Insights provides information into how similar incident in the past was resolved and who resolved it.

From Incident page menu (left navigation), select Insights.&#x20;

![](/files/-MCl3jUfr_IsfG7SGk0R)

### Similar Incidents

Similar Incidents displays incidents previously happened. It shows both opened incidents and resolved incidents in this category. This gives vital information to you about similar incidents and how they were resolved. You can navigate to the previous incidents (as example Opened) as follows.

![](/files/-MCl4rWQBbFGBlZuc_Bn)

### Resolution Code

Resolution Code provides vital information on how the previous incidents were resolved. For example, the previous incidents shown above were resolved by increasing resources. This provides insight into how you can resolve the existing incident.

![](/files/-MCl5L2vigNvDtrh2Sf4)

### Resolved User

In some of the incidents, it is essential to know who actually resolved the incident. This helps you either to discuss the information with respective user or to assign to the right resource so that the incident is resolved in an efficient way.

![](/files/-MCl5otolwNebaPY5vc7)


---

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