-
Notifications
You must be signed in to change notification settings - Fork 4
docs: Add unlisted chatbot capabilities page (Phase 1-2) #1298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nrichers
merged 6 commits into
main
from
nrichers/sc-15632/docs-add-unlisted-chatbot-valeri
Apr 30, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3babbbb
docs: Add unlisted chatbot capabilities page (Phase 1-3)
nrichers c38217b
fix: Update chatbot capabilities to reflect Phase 2 as current
nrichers 8bcabef
Remove Future capabilities section
nrichers 2739177
Use 'refer to' instead of 'see'
nrichers fbc0a25
docs: Add live query scope limitation to chatbot capabilities
nrichers 826ad3c
fix: Use search: false instead of listing: false
nrichers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,61 @@ | ||
| --- | ||
| # Copyright © 2023-2026 ValidMind Inc. All rights reserved. | ||
| # Refer to the LICENSE file in the root of this repository for details. | ||
| # SPDX-License-Identifier: AGPL-3.0 AND ValidMind Commercial | ||
| title: "Chatbot capabilities" | ||
| date: last-modified | ||
| search: false | ||
| --- | ||
|
|
||
| The {{< var vm.product >}} in-app assistant helps you navigate the platform and find answers to product questions. This page describes what the assistant can and cannot do. | ||
|
|
||
| ## Current capabilities | ||
|
|
||
| The in-app assistant provides context-aware assistance, understanding where you are in the platform and tailoring responses accordingly. | ||
|
|
||
| ### What the assistant can do | ||
|
|
||
| - Answer questions grounded in **published {{< var vm.product >}} documentation** | ||
| - Understand **where you are** in the platform and tailor responses to your current context | ||
| - Provide **permission-aware** guidance based on your role | ||
| - Help you understand platform features and workflows | ||
| - Respond to follow-up questions within a conversation | ||
| - Offer guidance for the specific page or feature you're viewing | ||
|
|
||
| ### What the assistant cannot do | ||
|
|
||
| - Execute actions in the platform on your behalf | ||
| - Make changes to your organization's data | ||
| - Access data you don't have permission to view | ||
| - Guarantee accurate answers for topics outside indexed documentation | ||
| - Replace compliance judgment or regulatory expertise | ||
|
|
||
| ## Important limitations | ||
|
|
||
| Keep these limitations in mind when using the assistant: | ||
|
|
||
| - **Hallucination risk** — AI-generated responses may occasionally contain inaccuracies. Verify critical information before acting on it. | ||
| - **Documentation lag** — The assistant's knowledge is based on published documentation, which may not reflect the latest release features. Check [release notes](/releases/all-releases.qmd) for recent changes. | ||
| - **Not a compliance substitute** — The assistant provides guidance but cannot replace professional compliance judgment or regulatory expertise. | ||
| - **Limited live query scope** — When querying your organization's data, the assistant can currently access model inventory and artifacts only. Questions about workflows, analytics, or other platform areas are not yet supported. | ||
|
|
||
| ## In-app assistant vs. MCP | ||
|
|
||
| {{< var vm.product >}} offers two AI-powered interfaces: | ||
|
|
||
| | Feature | In-app assistant | MCP integration | | ||
| |---------|------------------|-----------------| | ||
| | Access method | Floating chat window in platform | AI assistants (Cursor, Claude Code) | | ||
| | Primary use | Product help and guidance | Model inventory management | | ||
| | Data access | Documentation + your current context | Your models, artifacts, templates | | ||
| | Actions | Read-only guidance | Create, read, update operations | | ||
|
|
||
| The in-app assistant (described on this page) is focused on helping you use the platform. For programmatic access to your model inventory, refer to [Connect AI assistants via MCP](/guide/mcp/connect-ai-assistants-via-mcp.qmd). | ||
|
|
||
| ## Get help | ||
|
|
||
| If the assistant cannot answer your question or you need additional support: | ||
|
|
||
| - Browse the [documentation](/guide/guides.qmd) for detailed guides | ||
| - Check the [FAQ](/faq/faq.qmd) for common questions | ||
| - Contact [{{< var support.email >}}](mailto:{{< var support.email >}}) for direct assistance | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.