> For the complete documentation index, see [llms.txt](https://docs.zbrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zbrain.ai/zbrain-release-notes/zbrain-xplr-release-notes/version-3.0.1-or-june-12-2025.md).

# Version 3.0.1 | June 12, 2025

## **Overview** <a href="#overview" id="overview"></a>

ZBrain XPLR V 3.0.1 delivers significant enhancements and new capabilities across key platform areas:

* **Enterprise context integration**: Taxonomy and Solution XPLR now incorporate client-specific data and technology context to develop tailored AI solutions.
* **AI-powered assistance**: A new training assistant chatbot provides instant guidance and answers to XPLR-related queries.
* **Workflow optimization**: Enhanced data preservation and intelligent redirects ensure seamless transitions between platform modules.
* **Deeper LLM integration** – Agent endpoints now served via ZBrain flows for faster, safer calls.
* **User experience improvements**: Streamlined navigation, consolidated taxonomy structure, and expanded solution frameworks.

## **New features** <a href="#new-features" id="new-features"></a>

### **General platform** <a href="#general-platform" id="general-platform"></a>

* **AI XPLR training assistant chatbot**: Introduces a helpful Q\&A chatbot specifically designed to answer basic questions related to XPLR functionality and features, providing users with instant guidance and support.

<figure><img src="/files/tFTQ71wHWhE4TmvhVPvt" alt=""><figcaption></figcaption></figure>

* **LLM endpoints:** Developed and deployed LLM agent endpoints via ZBrain Flows to handle all LLM-related calls within XPLR.

### **Taxonomy XPLR** <a href="#taxonomy-xplr" id="taxonomy-xplr"></a>

* **Enterprise context integration**: Diagrams now support company-specific data and technology context, enabling customized taxonomy representations that align with enterprise-specific requirements and environments.

<figure><img src="/files/7vKXg9XjjE6Ksvrgfiy9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/U4W8ayRqsfO0I2WDwjeA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hhJmBEZ0BD8e4gdubZ7R" alt=""><figcaption></figcaption></figure>

### **Solution XPLR** <a href="#solution-xplr" id="solution-xplr"></a>

* **Enterprise context application**: AI solutions from the solution library can now be customized by applying organization-specific data, technology stack, and business functions for tailored implementation.

<figure><img src="/files/d7rdTpCUxLjGpAElm6t9" alt=""><figcaption></figcaption></figure>

## **Improvements** <a href="#improvements" id="improvements"></a>

### **Taxonomy XPLR** <a href="#taxonomy-xplr.1" id="taxonomy-xplr.1"></a>

* **Enhanced content preservation:** The "Add to Solution XPLR" functionality now preserves diagrams and AI opportunities when transferring content from Taxonomy XPLR to Solution XPLR, ensuring seamless workflow continuity and preventing data loss during workflow transitions.

<figure><img src="/files/9hflu6w3yGuHdMpTPyw2" alt=""><figcaption></figcaption></figure>

* **Master taxonomy consolidation**: Transformed legacy numbered taxonomy entries into a structured, hierarchical organization with clear categories and subcategories, improving navigation and content discovery.

<figure><img src="/files/GYFFfOWroLzr84dmAPpm" alt=""><figcaption></figcaption></figure>

### **Solution XPLR** <a href="#solution-xplr.1" id="solution-xplr.1"></a>

* **Enhanced navigation and input fields**: Significantly improved user interface for AI solution requirement entry, featuring better navigation flow and more intuitive input fields.
* **Comprehensive solution definition**: Added detailed solution planning capabilities, including strategic objective definition and comprehensive solution and process overviews to enhance understanding and implementation planning.

<figure><img src="/files/ffnaBcuYNzv1RZoPVvIH" alt=""><figcaption></figcaption></figure>

### **Functional Design XPLR** <a href="#functional-design-xplr" id="functional-design-xplr"></a>

* **Agent store integration**: Implemented smart redirection logic that enhances the agent discovery and creation workflow.
  * When no matching agent is available in the Agent Store, users are seamlessly redirected to the Create Agent page, with the Agent Name and Description fields automatically pre-filled to streamline setup.
  * When a suitable agent is identified, users are instantly directed to its dedicated page in the Agent Store for immediate access.

<figure><img src="/files/qErhtid9q02NwFzwGl5D" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pJTkuWp7lnYYdKV37vMW" alt=""><figcaption></figcaption></figure>


---

# 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.zbrain.ai/zbrain-release-notes/zbrain-xplr-release-notes/version-3.0.1-or-june-12-2025.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.
