> 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-documentation/zbrain-xplr/ai-xplr-training-assistant.md).

# AI XPLR Training Assistant

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

The AI XPLR Training Assistant is an intelligent Q\&A chatbot integrated into the XPLR platform to provide instant guidance and support to users navigating XPLR’s functionality and features. This specialized assistant helps users quickly find answers to common questions and learn how to effectively use the platform.

## **Purpose** <a href="#purpose" id="purpose"></a>

The Training Assistant serves as a first-line support tool that:

* Answer basic questions about XPLR features and functionality
* Provides guidance on platform features
* Offers instant support without requiring human intervention
* Facilitates user onboarding and training
* Reduces the learning curve for new users

## Key features <a href="#key-features" id="key-features"></a>

**Instant Q\&A support**

* Real-time responses to user queries
* Context-aware assistance based on the current page/section
* Natural language processing for intuitive interactions

**XPLR-specific guidance**

* Platform navigation and orientation
* General workflow assistance
* Feature explanations and usage tips
* Process guidance across all XPLR modules

**User-friendly interface**

* Clean, accessible chat interface
* Quick response times

## **Getting started** <a href="#getting-started" id="getting-started"></a>

### **Accessing the chatbot** <a href="#accessing-the-chatbot" id="accessing-the-chatbot"></a>

The AI XPLR Training Assistant is accessible via the chat interface in the bottom-right corner of XPLR and is available across all sections of the platform.

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

### **Starting a conversation** <a href="#starting-a-conversation" id="starting-a-conversation"></a>

* Click on the "AI XPLR Training Assistant" button
* The chat window will open with a greeting: "Hi 👋 how can I help?"

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

* Type your question in the text input field at the bottom
* Press Enter or click the send button to submit your query

<figure><img src="/files/1hiWmYpCIdMHpwMUtll2" alt="" width="304"><figcaption></figcaption></figure>

## **Common use cases** <a href="#common-use-cases" id="common-use-cases"></a>

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

**Question**: "How do I get started with XPLR?"\
**Response**: Step-by-step guidance through initial setup and basic navigation

#### **Feature discovery** <a href="#feature-discovery" id="feature-discovery"></a>

**Question**: "What's the difference between Breakthrough and Transformative solutions?"\
**Response**: Detailed explanation of solution categories with examples

#### **Process guidance** <a href="#process-guidance" id="process-guidance"></a>

**Question**: "How do I add solutions to Solution XPLR from Taxonomy XPLR?"\
**Response**: Complete workflow, including customization and finalization steps

#### **Navigation help** <a href="#navigation-help" id="navigation-help"></a>

**Question**: "How do I find marketing-related AI solutions?"\
**Response**: Guidance on navigating to Front Office > Marketing section

*For more complex queries or technical support, please contact your system administrator or submit a support request through the appropriate channels.*


---

# 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-documentation/zbrain-xplr/ai-xplr-training-assistant.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.
