# Error Tracking

### Project lists

After going to the "Flight Recorder" tab, you can see the recorded applications:

![](https://1776828725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MTk4m0D_HMejz7b-sEi%2Fuploads%2FOmgZT0A46khYfo95uelL%2FErrorTrackingFR.gif?alt=media\&token=37fe50d6-6558-49ef-8b48-654b1b0935d6)

### Application view: &#x20;

Each application recorded by RevDeBug receives such a view:

![](https://1776828725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MTk4m0D_HMejz7b-sEi%2Fuploads%2F3qCW1sIlq4Be3TPRb8of%2FErrorTracking3.png?alt=media\&token=4226b717-81f9-4cdf-ae7c-e02ba34f0c48)

This is a list of errors in your system. It contains information about a given error, how many times it occurred, when it last happened, etc. This view also gives an insight into the statistics in which release most errors are generated.

### **Error view:**&#x20;

You can go directly to [flight-recorder](https://revdebug.gitbook.io/revdebug/revdebug-features/flight-recorder "mention") view or click the "i" button and see more statistics

![](https://1776828725-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MTk4m0D_HMejz7b-sEi%2Fuploads%2FpMRSUwzZ4cHe76gYVNFN%2FErrorTracking4.png?alt=media\&token=76822711-c24b-401f-b9cf-8d170c5385c6)


---

# Agent Instructions: 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:

```
GET https://revdebug.gitbook.io/revdebug/revdebug-features/error-tracking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
