> For the complete documentation index, see [llms.txt](https://docs.probe.splx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probe.splx.ai/updates/product-updates/may-2025.md).

# May 2025

## Overview Page Redesign

We've redesigned the Overview page to deliver a better user experience and support our new **Performance Scores**, which replace the previous Risk Score. The updated scoring system now evaluates performance at the **category level and overall**, offering deeper insight into the state of your application.\
Learn more about the new Overview page on its dedicated [documentation page](/ai-red-teaming/probe/overview-page.md).

## New Probe Categories

We've redesigned how probes are categorized to provide a clearer view of your application's performance. Probes are now grouped into the following categories:

* **Security**
* **Safety**
* **Hallucination & Trustworthiness**
* **Business Alignment**
* **Custom**

These new groupings help users better assess different aspects of their application's risk and reliability on the [Overview page](/ai-red-teaming/probe/overview-page.md).

## Databricks Connection

Users can now seamlessly connect and test their Databricks models within the platform.\
For setup details, visit the [Databricks Connection](/ai-red-teaming/probe/target/index/databricks.md) page.

## Improvements & Tweaks

* **Centralized Configuration**:\
  Fields that were previously duplicated across different probe configurations have been moved to Target Configuration for consistency. This includes:
  * System Prompt type (Confidential, Not Confidential, Raw Tools/Functions)
  * RAG Files
* **Tag Support**:\
  Tags are now be added next to probe names (e.g., Deprecated).
* **Predefined Responses**:\
  Added support for predefined responses in Target Configuration. This allows users to define expected predefined target replies, useful for handling blocked messages with guardrail responses.
* **Improved Login Flow**:\
  The login process has been updated so users can change email address without needing to refresh the login page.


---

# 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:

```
GET https://docs.probe.splx.ai/updates/product-updates/may-2025.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.
