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)
|
2024-10-05 05:51:38 +00:00
|
|
|
* [Flows](user-guide/flows.md)
|
|
|
|
* [NLU Training](user-guide/nlu-training.md)
|
|
|
|
* [Knowledge Base](user-guide/knowledge-base/README.md)
|
|
|
|
* [Content Types](user-guide/knowledge-base/content-types.md)
|
|
|
|
* [Manage Persistent Menu](user-guide/knowledge-base/manage-persistent-menu.md)
|
|
|
|
* [Media Library](user-guide/knowledge-base/media-library.md)
|
2024-10-02 16:22:51 +00:00
|
|
|
* [Localization](user-guide/localization/README.md)
|
|
|
|
* [Languages](user-guide/localization/languages.md)
|
|
|
|
* [Translations](user-guide/localization/translations.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-10-05 05:51:38 +00:00
|
|
|
* [NLU Provider](user-guide/manage-settings/nlu-provider.md)
|
2024-09-13 15:48:51 +00:00
|
|
|
* [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)
|
2024-09-14 07:07:49 +00:00
|
|
|
* [Subscribers](user-guide/subscribers.md)
|
2024-09-13 20:41:32 +00:00
|
|
|
* [Analytics Dashboard](user-guide/analytics-dashboard.md)
|
2024-09-13 15:48:51 +00:00
|
|
|
|
2024-10-15 08:43:16 +00:00
|
|
|
## FAQ
|
2024-10-14 13:45:01 +00:00
|
|
|
|
2024-11-20 19:41:28 +00:00
|
|
|
* [How can I deploy my Hexabot Project?](faq/how-can-i-deploy-my-hexabot-project.md)
|
2024-10-15 08:43:16 +00:00
|
|
|
* [How can I add the Chatbot Widget to my Website?](faq/how-can-i-add-the-chatbot-widget-to-my-website.md)
|
2024-10-14 13:45:01 +00:00
|
|
|
|
2024-09-13 15:48:51 +00:00
|
|
|
## Developer Guide
|
|
|
|
|
2024-11-20 19:41:28 +00:00
|
|
|
* [Setup Node.js with NVM](developer-guide/setup-node.js-with-nvm.md)
|
|
|
|
* [Setting Up Docker for Development and Production](developer-guide/setting-up-docker-for-development-and-production.md)
|
2024-10-28 05:06:15 +00:00
|
|
|
* [CLI Command Reference](developer-guide/cli-command-reference.md)
|
2024-10-28 05:09:08 +00:00
|
|
|
* [Contributers Installation Guide](developer-guide/contributers-installation-guide.md)
|
2024-09-13 15:48:51 +00:00
|
|
|
* [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)
|
2024-09-18 16:49:39 +00:00
|
|
|
* [SMTP Configuration and Emails](developer-guide/smtp-configuration-and-emails.md)
|
2024-09-13 15:48:51 +00:00
|
|
|
|
|
|
|
## Key Concepts
|
|
|
|
|
|
|
|
* [NLU](key-concepts/nlu.md)
|
|
|
|
* [Intent](key-concepts/intent.md)
|