Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ results
.eslintcache
generated

!generated/**/*.png

# package managers
lerna-debug.log

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
section: PatternFly-AI
subsection: Chatbot
id: About chatbot
id: Overview
sortValue: 1
source: About
---

**Note:** The PatternFly chatbot extension lives in its own package [`@patternfly/virtual-assistant`](https://www.npmjs.com/package/@patternfly/virtual-assistant)
Expand All @@ -13,15 +14,15 @@ It is important to leverage AI in a way that improves the experiences of your us

## How to use the chatbot

To illustrate the capabilities of the chatbot, we offer a [chatbot container demo](/patternfly-ai/chatbot/chatbot-container/react-demos) and a [chatbot attachments demo](/patternfly-ai/chatbot/chatbot-attachments/react-demos). To learn how to write for chatbot experiences, refer to our [chatbot writing guidelines.](/patternfly-ai/conversation-design/#writing-for-chatbots)
To illustrate the capabilities of the chatbot, we offer a [chatbot container demo](/patternfly-ai/chatbot/overview/demo) and a [chatbot attachments demo](/patternfly-ai/chatbot/messages/demo). To learn how to write for chatbot experiences, refer to our [chatbot writing guidelines.](/patternfly-ai/conversation-design/#writing-for-chatbots)

We currently support the follow features to customize your chatbot experience:
- [The chatbot container](/patternfly-ai/chatbot/chatbot-container)
- [A toggle for the chatbot container](/patternfly-ai/chatbot/chatbot-toggle)
- [The chatbot header](/patternfly-ai/chatbot/chatbot-header)
- [The chatbot footer](/patternfly-ai/chatbot/chatbot-footer)
- [Messages, from the chatbot and from users](/patternfly-ai/chatbot/chatbot-messages)
- [Chatbot attachments](/patternfly-ai/chatbot/chatbot-attachments)
- [Conversation history](/patternfly-ai/chatbot/chatbot-conversation-history)
- [The chatbot container](/patternfly-ai/chatbot/ui#container)
- [A toggle for the chatbot container](/patternfly-ai/chatbot/ui#toggle)
- [The chatbot header](/patternfly-ai/chatbot/ui#header)
- [The chatbot footer](/patternfly-ai/chatbot/ui#footer)
- [Messages, from the chatbot and from users](/patternfly-ai/chatbot/messages)
- [Chatbot attachments](/patternfly-ai/chatbot/messages#attachments)
- [Conversation history](/patternfly-ai/chatbot/ui#navigation)

We will continue to grow and evolve our chatbot. If you notice a bug or have any suggestions, feel free to file an issue in our [GitHub repository!](https://github.com/patternfly/virtual-assistant/issues) Make sure to check if there is already a pre-existing issue before creating a new one.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading