> For the complete documentation index, see [llms.txt](https://documentation.grax.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.grax.com/notices/release-notes/3.97-release-notes.md).

# 3.97 Release Notes

## Improved

### GRAX LWC Data Viewer Options

New toggles were added:

* Hide Show Record
* Hide Show in GRAX
* Hide Restore Button
* Use iFrame (Faster Loading)

### GRAX LWC Data Viewer Child Level

The LWC Data Viewer was updated to allow for control over the levels of related records that are shown in the related list. This new control is shown above, named "Child Level."

### New Warning for Trusted URLs

The LWC Data Viewer now has an option to use iFrame for faster loading and improved appearance. To use this new iFrame feature, it requires adding a Trusted URLs for GRAX in the Salesforce org. If you do not add the trusted site, the new iFrame toggle in the LWC settings does not allow embedding the iFrame. To be sure users are aware of this, there is a new Warning to add the Trusted URLs if one does not exist for the GRAX Application.

## Fixed

### Auto Backup

Enable Auto Backup is set to True for all new installations. The warning for new scheduled jobs when Enable Auto Backup is True has been removed.

### Help Link

The help link has been updated to navigate directly to the Support page on the GRAX documentation site.


---

# 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://documentation.grax.com/notices/release-notes/3.97-release-notes.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.
