# Welcome

Welcome to the Hexabot Documentation! Hexabot is a powerful and versatile open-source chatbot platform designed to simplify the creation and management of intelligent conversational chatbots. Whether you're a business owner seeking to automate customer interactions, an organization looking to engage your audience, or a developer wanting to integrate conversational AI into your applications, Hexabot provides the tools and flexibility you need.

<figure><img src="https://3193821221-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F12ok30OlFEEb6WoWfH8l%2Fuploads%2FxwPUdaOSctWbalgLIUnQ%2FDark.png?alt=media&#x26;token=7be65634-0307-4e96-a83c-ec5664cbb0b2" alt=""><figcaption><p>A preview of Hexabot visual editor</p></figcaption></figure>

## Key Features

Hexabot comes equipped with a comprehensive suite of features to empower your chatbot development:

* **Intuitive Visual Editor:** Build complex conversation flows without coding using our drag-and-drop interface and a diverse library of pre-built blocks.
* **NLU Engine:** Leverage state-of-the-art NLU technology to understand user intent, extract key information, and deliver personalized responses.
* **Flexible Deployment Options:** Deploy your chatbots on various platforms, including Facebook Messenger, web widgets, and custom integrations.
* **Comprehensive Analytics and Reporting:** Track key metrics, monitor chatbot performance, and gain valuable insights into user interactions.
* **And More:** Discover a range of additional features, including user segmentation, content management, and third-party integrations.

## Who Should Use This Documentation

This documentation is a valuable resource for:

* **New Users:** Get started with Hexabot, learn the basics of chatbot creation, and build your first conversational chatbot.
* **Experienced Users**: Explore advanced features, optimize your existing chatbots, and discover best practices for chatbot development.
* **Developers**: Integrate Hexabot with your applications, leverage our APIs, and extend the platform's functionality by developing add-ons for Hexabot.
* **Administrators**: Manage users, configure settings, and ensure the smooth operation of Hexabot within your organization.

## How to Use This Documentation

To navigate this documentation effectively:

* **Search**: Use the search bar to quickly find information on specific topics or keywords.
* **Navigation**: Browse through the table of contents to explore different sections and find the information you need.
* **Links**: Follow links to related articles and resources for in-depth explanations and examples.

Feedback: We encourage you to provide feedback and suggestions for improvement. Your input helps us make this documentation even better.&#x20;

## Contacting Support

If you encounter any issues or have questions not addressed in this documentation, our dedicated support team is here to assist you. Please contact us at <hello@hexabot.ai>

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Install Hexabot and create your first flow</td><td><a href="https://content.gitbook.com/content/12ok30OlFEEb6WoWfH8l/blobs/YQnp17c27C3oa66FYlYJ/1.png">1.png</a></td><td></td><td><a href="quickstart/installation">installation</a></td></tr><tr><td><strong>Product overview</strong></td><td>Key Features and Capabilities</td><td><a href="https://content.gitbook.com/content/12ok30OlFEEb6WoWfH8l/blobs/Kw59HHjZJpt8jT5amVBI/4.png">4.png</a></td><td></td><td><a href="introduction">introduction</a></td></tr><tr><td><strong>User Guide</strong></td><td>Learn the basics of Hexabot</td><td><a href="https://content.gitbook.com/content/12ok30OlFEEb6WoWfH8l/blobs/BeJ7e5FIFYGpoIrz6DeR/2.png">2.png</a></td><td></td><td><a href="user-guide">user-guide</a></td></tr><tr><td><strong>Developer Guide</strong></td><td>Learn how to develop for Hexabot</td><td><a href="https://content.gitbook.com/content/12ok30OlFEEb6WoWfH8l/blobs/pe5jT54orwCkRhzpcLzF/3.png">3.png</a></td><td></td><td><a href="developer-guide">developer-guide</a></td></tr><tr><td><strong>Key Concepts</strong></td><td>Understanding the Fundamentals of Chatbot Building</td><td><a href="https://content.gitbook.com/content/12ok30OlFEEb6WoWfH8l/blobs/pe5jT54orwCkRhzpcLzF/3.png">3.png</a></td><td></td><td><a href="key-concepts">key-concepts</a></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.hexabot.ai/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
