# Insights

GRAX Insights provides real-time visibility into your data operations by displaying performance data for core GRAX Product features, Salesforce usage, and related metrics in a single location

{% hint style="info" %}
&#x20;Insights charts automatically appear for features that are enabled and actively used by your account
{% endhint %}

#### Range

In the top left corner of the Insights page is the time range selector.  Modifying the time rage will update the data shown for all charts on the Insights page.

<figure><img src="/files/xXuDEkADUH8ibnt6VSd2" alt="" width="282"><figcaption></figcaption></figure>

### Available Insight Charts

#### Data Backup Health

Displays the total of records created and updated by [GRAX Backup](/protect-data/backup.md) over time.

<figure><img src="/files/gZHforDhCoNxKpPOr3Uf" alt=""><figcaption><p>Data Backup Health Insights</p></figcaption></figure>

#### API Usage

Tracks your remaining Salesforce API calls over time, allowing you to monitor API consumption.&#x20;

<figure><img src="/files/y3F4ZZyhiOzM1njAg8cU" alt=""><figcaption><p>API Usage Insights</p></figcaption></figure>

{% hint style="info" %}
API Usage displays all Salesforce API usage,  not only API calls from GRAX.
{% endhint %}

#### Data Creation Rate

Provides an overall rollup with estimated record Salesforce storage metrics, showing records created, archived, deleted, and net total changes.

<figure><img src="/files/VX0aHXCC2H5ufnqqA2Zi" alt=""><figcaption><p>Data Creation Rate Insights</p></figcaption></figure>

{% hint style="info" %}
Record Storage in KiB shows estimated Salesforce storage usage and is calculated with [this method](https://help.salesforce.com/s/articleView?id=000383664\&type=1) from Salesforce.
{% endhint %}

#### Archive Performance

An overview of [archive](/protect-data/archive.md) performance and impact on Salesforce based on the top 5 archived objects, as well as a consolidated rollup of all other objects.  The Salesforce Storage is shown as a trend line and read based on the left `Storage in MiB` scale.  Records archived by object are shown as a stacked bar chart as read using the right `Records` scale.  Rollups of Archive Metrics included the current vs previous range storage impact and error rates are shown at the bottom of the chart when tiled or on the left when expanded.  The expanded view of the Archive Performance chart, with metrics on the left, is also displayed at the top of the Archive overview (main) page.

<figure><img src="/files/g3q1yt7DcgSRI92pUGcI" alt=""><figcaption><p>Archive Performance Insights</p></figcaption></figure>

#### Delete Protection

A summary of activity captured by the [Delete Tracking](/protect-data/backup/delete-tracking.md) feature, including total records deleted and deleted records per object. The Delete Protection chart is also displayed on the Delete Tracking overview (main) page

<figure><img src="/files/fD0tim5xy9Kni5WI6dha" alt=""><figcaption><p>Delete Protection Insights</p></figcaption></figure>

#### Archived Records By Object

A breakdown of the number of records [archived](/protect-data/archive.md) by Salesforce object.

<figure><img src="/files/Ryt54XRGSgWADWNjQISJ" alt=""><figcaption><p>Archived Records by Object Insights</p></figcaption></figure>

#### Replicate Health

Displays the total of records created and updated by [GRAX Data Replication](broken://pages/f4hPQSACFl4HDnitH1Ov) over time.

<figure><img src="/files/jY1uUTpRJiKBb33eDXbO" alt=""><figcaption><p>Replicate Health Insights</p></figcaption></figure>


---

# 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://documentation.grax.com/other/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.
