# Insights

## Overview

Use the insights page to view all of your requests over a given period.

Notably, you can keep track of your credit usage.

## Access the Insights Page

1. Go to [app.mindee.com](https://app.mindee.com/)
2. On the left-hand menu, click on **Insights**

Or simply click here: <a href="https://app.mindee.com/insights" class="button primary">Go to Insights page</a>

## Data Views

Selecting the Data View is done at the top of the page:

<div align="left"><figure><img src="/files/ZQJXuydj9LQyDYhfyr7Z" alt="Insights - data view selector"><figcaption></figcaption></figure></div>

All Data Views will show the total usage, at the bottom of the page:

<figure><img src="/files/84l03E0JEgi3gQGQs5OS" alt=""><figcaption></figcaption></figure>

### Traffic View

The number of calls and the number of pages that were successfully processed.

This does not include calls that resulted in an error.

These requests count towards your plan's credit usage, the number of credits consumed is shown.

<figure><img src="/files/6UtPlswZmMOSZbfATSug" alt="insights - traffic shows requests, pages, credits" width="563"><figcaption></figcaption></figure>

### Processing Time View

The average time requests take to process, in seconds.

Processing time is calculated from when the request was received to when the inference was finished.

<figure><img src="/files/jAw0fBjVDfMY6WRLkif1" alt="insights - processing time" width="563"><figcaption></figcaption></figure>

### Errors View

The number of processing (inference) errors.

Does not include user errors (HTTP 4xx), since these requests get rejected before any processing takes place.

**Errors do not count towards your plan's credit usage.**

<figure><img src="/files/i23AY5b5xNk8uuVqk7z4" alt="insights - errors" width="563"><figcaption></figcaption></figure>

## Data Filters

For all data views, the following filters are available.

### Origin Filter

Filter based on the origin of the request.

<div align="left"><figure><img src="/files/cJaJW9tde5kC9Da4niMg" alt="Insights - filter data based on origin"><figcaption></figcaption></figure></div>

"Live Test" is when using the [live test](/models/live-test.md) functionality on the platform.

"API" is for any request made using an API key.

### Date Range Filter

Filter based on start and end dates.

<div align="left"><figure><img src="/files/isCcdifdMOPqf66vPjit" alt=""><figcaption></figcaption></figure></div>

### Group By

Only affects the visualization. Group results by day, month, or year.

<div align="left"><figure><img src="/files/pNKmsvu6OfWJbc46lYeD" alt=""><figcaption></figcaption></figure></div>

### API Key Filter

Show all API keys or filter on a specific one.

<div align="left"><figure><img src="/files/YJBvBaLsIrjrWYzQ4pnP" alt=""><figcaption></figcaption></figure></div>

### Activated Options

Filter by [optional features](/extraction-models/optional-features.md) activated in the call.

<div align="left"><figure><img src="/files/zeeifn8EVtlwZCIag2Jf" alt=""><figcaption></figcaption></figure></div>

3 states to choose from:

* empty: no filter
* check mark: show only calls with the option **active**
* minus sign: show only calls with the option **inactive**


---

# 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.mindee.com/account-management/insights.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.
