> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/monitoring/switch-to-the-new-monitoring-details-experience.md).

# Switch to the new Monitoring Details experience

The new Monitoring Details experience gives you a clearer view of what each check monitors and helps you identify and resolve pending work faster.

Instead of navigating to a separate **View and fix** experience, you can view monitored entities, identify failing items, and take the required actions directly from the check details page. The revamped experience also separates entity-level information from check configuration, making it easier to understand and manage your checks.

You can opt into the new experience from the **Monitoring** page and switch back to the old experience if required.

### Features and advantages

The new Monitoring Details experience introduces the following improvements:

* **Identify issues faster:** Failing entities are surfaced prominently, helping you quickly identify items that require attention.
* **Fix issues from the details page:** Relevant actions are available against failing entities, so you can take action without opening a separate **View and fix** drawer.
* **Simplified check details:** The **Entities** tab provides a consolidated view of monitored entities, including their status, due date, assignee, and available actions.
* **Dedicated configuration view:** The **Configuration** tab contains information about how the check works and its advanced configuration settings.
* **Resolve role-assignment issues:** For failing role-assignment checks, use **Fix issue** to assign the role to the appropriate person.
* **Share feedback:** You can provide feedback about the new experience directly from the Monitoring Details page.
* **Switch between experiences:** You can return to the old Monitoring Details experience at any time.

### Switch to the new Monitoring Details experience

To opt into the new experience:

1. Log in to the **Sprinto dashboard**.
2. Navigate to **Monitoring**.
3. Locate the **Switch to the new monitoring details experience** banner at the top of the page.
4. Click **See what's new**.

<figure><img src="/files/fpDnt6LUhvto6sm1aOid" alt="" width="563"><figcaption></figcaption></figure>

5. The **Switch to the new monitoring details experience** window opens. You can watch the video to learn about the changes and how the revamped experience works.
6. Click **Switch to new experience**.

<figure><img src="/files/iZH1ml3PpldUtFGeEWzd" alt="" width="563"><figcaption></figcaption></figure>

You are now opted into the new Monitoring Details experience.

To explore the revamped view, select an automated check from the **Monitoring** page. The **Monitor details** page displays the monitored entities and their current status.

Use the **Entities** tab to review monitored items and take action on issues. Select **Configuration** to understand how the check works and manage its configuration.

#### Share feedback

You can share feedback about the new experience at any time.

1. From the **Monitor details** page, select a monitor click **Give feedback**.

<figure><img src="/files/kfF53Qnn4E5b1s5OtX8J" alt="" width="563"><figcaption></figcaption></figure>

2. Select whether you want to:
   * Share a positive experience.
   * Report an issue.
   * Suggest an improvement.
3. Enter your comments.
4. If required, upload supporting screenshots.
5. Click **Submit**.

<figure><img src="/files/SuiierJgEN4I5aiJQqZD" alt="" width="563"><figcaption></figcaption></figure>

#### Switch back to the old experience

If you want to return to the previous Monitoring Details experience:

1. Click **Switch to old experience** from the top-right corner of the **Monitor details** page.

<figure><img src="/files/EsPxFA2beHpX1DgcF1hz" alt="" width="563"><figcaption></figcaption></figure>

2. Enter your feedback about why you are switching back and upload supporting screenshots, if required.
3. Click **Submit** to share your feedback and continue.

You can also click **Skip** if you do not want to provide feedback.

<figure><img src="/files/VsiekYqeSCkb0r0EEq2s" alt="" width="563"><figcaption></figcaption></figure>

### What's next?

After switching to the new Monitoring Details experience, open your automated checks to review their monitored entities and identify items that require attention. Use the available actions to resolve failing items, or open the **Configuration** tab to review and manage the check's settings.


---

# 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://docs.sprinto.com/monitoring/switch-to-the-new-monitoring-details-experience.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.
