hexabot/docs/SUMMARY.md

62 lines
2.8 KiB
Markdown
Raw Normal View History

2024-09-13 15:48:51 +00:00
# Table of contents
* [Welcome](README.md)
## Introduction
* [Overview](introduction/overview.md)
* [Features](introduction/features.md)
2024-09-13 17:31:15 +00:00
## Quickstart
2024-09-13 15:48:51 +00:00
2024-09-13 17:31:15 +00:00
* [Installation](quickstart/installation.md)
* [Create your first flow](quickstart/create-your-first-flow.md)
2024-09-13 15:48:51 +00:00
## USER GUIDE
* [Visual Editor](user-guide/visual-editor/README.md)
* [Using the Visual Editor](user-guide/visual-editor/using-the-visual-editor.md)
* [Regular Blocks](user-guide/visual-editor/regular-blocks/README.md)
* [Using Simple Text Block](user-guide/visual-editor/regular-blocks/using-simple-text-block.md)
* [Using Quick Replies Block](user-guide/visual-editor/regular-blocks/using-quick-replies-block.md)
* [Using Buttons Block](user-guide/visual-editor/regular-blocks/using-buttons-block.md)
* [Using Attachment Block](user-guide/visual-editor/regular-blocks/using-attachment-block.md)
* [Using Advanced Blocks](user-guide/visual-editor/using-advanced-blocks.md)
* [NLP Training](user-guide/nlp-training.md)
* [Configure Content](user-guide/configure-content/README.md)
* [Content Types](user-guide/configure-content/content-types.md)
* [Translations](user-guide/configure-content/translations.md)
* [Manage Persistent Menu](user-guide/configure-content/manage-persistent-menu.md)
* [Media Library](user-guide/configure-content/media-library.md)
2024-09-14 06:56:59 +00:00
* [Users and Roles](user-guide/users-and-roles/README.md)
* [Manage users](user-guide/users-and-roles/manage-users.md)
* [Manage roles](user-guide/users-and-roles/manage-roles.md)
2024-09-13 15:48:51 +00:00
* [Manage Settings](user-guide/manage-settings/README.md)
* [Email](user-guide/manage-settings/email.md)
2024-09-13 18:13:08 +00:00
* [Chatbot Global Fallback](user-guide/manage-settings/chatbot-global-fallback.md)
2024-09-13 15:48:51 +00:00
* [NLP Provider](user-guide/manage-settings/nlp-provider.md)
* [Web Channel](user-guide/manage-settings/web-channel.md)
* [Live chat widget](user-guide/manage-settings/live-chat-widget.md)
* [Facebook Messenger](user-guide/manage-settings/facebook-messenger.md)
2024-09-14 06:49:22 +00:00
* [Context Variables](user-guide/context-variables.md)
2024-09-13 15:48:51 +00:00
* [Chat Inbox](user-guide/chat-inbox.md)
* [Manage Subscribers](user-guide/manage-subscribers.md)
* [Manage Categories](user-guide/manage-categories.md)
* [Analytics Dashboard](user-guide/analytics-dashboard.md)
2024-09-13 15:48:51 +00:00
## Developer Guide
* [Install Hexabot](developer-guide/install-hexabot.md)
* [Hexabot UI Admin Panel](developer-guide/hexabot-ui-admin-panel.md)
* [Hexabot Live Chat Widget](developer-guide/hexabot-live-chat-widget.md)
* [Hexabot API](developer-guide/hexabot-api.md)
* [Hexabot NLU Engine](developer-guide/hexabot-nlu-engine.md)
* [Plugins](developer-guide/integrations/README.md)
* [Build Your First plugin](developer-guide/integrations/build-your-first-plugin.md)
* [RAG Plugin](developer-guide/integrations/openapi.md)
## Key Concepts
* [NLU](key-concepts/nlu.md)
* [Intent](key-concepts/intent.md)