> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/application-issues.md).

# Application Issues

{% hint style="warning" %}

* Application issues display the file name and line number of the raised issue
* Application source code will not be stored / displayed
  {% endhint %}

To view all detailed report of the issues -

1. Navigate to **`IZ Eye`** and select any application type. Eg: Mule Projects or APIs
2. Click on the **`View Issues`** action of any of the applications\
   &#x20;

   <figure><img src="/files/fMbU0pPbIi8fjW6DAmMk" alt=""><figcaption></figcaption></figure>
3. Issues will be grouped by file names and details include -
   1. The violating rule name
   2. Line number of the violation in the file
   3. Rule severity. E.g.: MAJOR, CRITICAL, etc.
   4. Rule category. E.g.: CODE SMELL, BUG, etc.
4. To get details/description of the rule being violated, click on **`SEE RULE`**\
   &#x20;

   <figure><img src="/files/SstTAS5XznltsmYBc5fP" alt=""><figcaption></figcaption></figure>

### See Also

* [Mule Projects](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/mule-applications.md)
* [API Applications](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/exchange-apis.md)
* [Application Dashboard](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/application-dashboard.md)


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/application-issues.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.
