World's first Open Source Conversation Platform which comes with a Graphical Chat Flow Designer and Chat Simulator. Supported channels are Web Chat, Android, iOS and Facebook Messenger.
A single cross-platform app where you can design and publish Ana chatbots, manage users and check the chatbot analytics.
Download The Ana app from https://www.ana.chat/downloads.html
The goal of The Ana app is to make it easier to build chat flows without much technical knowledge, it even allows you to create and test the bot while designing, using the simulator.
First, you need to create your bot using the studio in The Ana app. After finalizing the desired chat flow, you can publish it to The Ana server and integrate it with various channels like Web, Android, iOS and Facebook. Ana server is responsible for serving published chatbot across different channels.
- Open Ana app and Click on
Studio
- Click on
Add new chatbot
to create a new project or 'Import chatbot' to import an existing project - Enter the name of the new project and submit
- Create the desired chat flow and save it
- Click on
RUN CHAT
option to test chat flow locally using the simulator
- Ensure Ana server is up and running (Instructions for Ana server setup)
- Open Ana studio and configure Ana server URL
- Click on
login
- Click on
Add Ana chat server connection
- If it doesn't find any saved Ana chat server connections, you will be prompted to add new server connection, Click on
Add Ana chat server connection
- Click on the drop-down, enter the server name and Ana api-gateway URL (ex: http://localhost:8080)
- Save changes
- Click on login, select recently added Ana server connection and enter username as 'Admin' and password as 'ana123' and submit
- Now we have integrated Ana studio with Ana server successfully. Next, we need to create a business and submit flow to Ana server
- Click on
- Now open the studio from home page and create a new project and publish chat flow or import an existing chat flow
The following channels are supported for deploying your Ana chatbot. Follow the links for instructions.
This is just the setup documentation. ANA Conversation Suite has much more scope than predefined flows. You can call your own APIs from the chat, capture and save information from the user. You can take different types of inputs like button clicks, text, image, video etc. For now, explore the code to get to know all the possibilities.
Ana Conversation Suite is available under the GNU GPLv3 license.