# Error search

You can search for the errors occurred during the selected period in the IMQA WCrash error search page. You can search by rank, app version, tag, etc., and open the detailed page of the error in question quickly.

## 1. Overview

<figure><img src="https://lh7-us.googleusercontent.com/2UTIKwpLMbRYU2Va0SOe5Ew9kAFjPzSjdgZ_FtfdZnbVhV0cm3CUrVaSDZTU0nOA9Wmb6qQ3dn44tCGh5L-7NBjG3JKXFZ3um60NctPUS2maQvNiHen0mMrnXHOTgx0RlmuCvD1MiTyL6QmCFnuOFVg" alt=""><figcaption></figcaption></figure>

The IMQA WCrash error search page is composed of the following.

**❶ Filter**\
**❷ Error table**

## 2. Filter

You can filter the errors displayed in the error table, using date, status, device, OS version, browser, and tag.

<figure><img src="https://lh7-us.googleusercontent.com/TRNeUBiWN024iBWNHmcSrjxtoW-qzECcIeG5F5MLVDUKV0QjDS6YewHssyypznLMv9BltnMMRh2DiDW7YhC0GOR8oxN9mk8yOXDLNfTpJClgWti_RTVw1-yVMDyzlid6FwXqFB8VvJPWqi7EsdH7wuE" alt=""><figcaption></figcaption></figure>

**❶ Date**\
Sets to “7 days” by default. Errors can be filtered by up to 30 days. You can change the maximum date by dragging the mouse over the bar.

**❷ Status**\
Sets to “All” by default. Errors can be filtered by the status set in the “Error details” page.

**❸ Device**\
Sets to “All” by default. Errors can be filtered by ‘Desktop’ or ‘Mobile’.

**❹ OS version**\
Sets to “All” by default. Errors can be filtered by four OS versions with most frequent errors, etc.

**❺ Browser**\
Sets to “All” by default. Errors can be filtered by four browsers with most frequent errors, etc.

**❻ Tag**

<figure><img src="https://lh7-us.googleusercontent.com/lquIKoCyo6K2gdTBzzSO9Cfqrnx2LP9BxjTHHQEkmzKDqr7934eIhVmCrN-zhZvmFaB_qq3OmxVWzVT-t9rcC8RCNIMns-HF5aFgVwFWIBTXTkfr9xjCaX5sICnylu5wi6LfsM_vYhoUPgc00-VvuQ8" alt=""><figcaption></figcaption></figure>

Sets to “All” by default. Errors can be filtered by tag after selecting it from the list of all tags set in the “Error details” by clicking Select. Select tag desired tag to add a filter condition. Click the \[X] icon to delete the tag.

## 3. Error Table

Errors can be viewed using the condition selected in the filter. The table shows cumulative count, error name, current status, and last occurrence date. Using this table, you can understand occurred errors quickly and open the “Detailed page by error”.

<figure><img src="https://lh7-us.googleusercontent.com/HKhwau6L02db7futIsrQEdoxyT0fg0h-xwacSXIrQ6fpak9n6SvVSMrpcLEEMfW3u6DuZWcFL6khGhgE4Ek8iqRu6t2nMYjG0MSgkY34gj836vlIKpCFFzwWmWZEhrvINRB6vGNCnM-yfuq6cHenBDo" alt=""><figcaption></figcaption></figure>

**❶ Header(sort)**\
By default, errors are aligned by Most recent. Other alignment types include Cumulative count, Status, Date.

**❷ Error**\
Errors are displayed using the condition selected in the filter. If you click on an error item, the “Error details” page will open.

* **Status**: Displays the status set in the “Error details” page.
* **Count**: Counts the occurrence of the error in question cumulatively.
* **Name**: Displays the error type, custom error message.
* **Tags**: Displays the tag set in the “Error details” page.
* **Date**: Displays the date and time when the error in question occurred.


---

# 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://docs.imqa.io/imqa-guide/eng/user-guide/using-wcrash/error-search.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.
