{% extends 'base.html' %} {% load static %} {% block styles %} {% endblock styles %} {% block bot_tools %} Go to Manage Page {% endblock bot_tools %} {% block bot_menu_sidebar %} {% endblock bot_menu_sidebar %} {% block content %}

Run your Django project and access the URL ‘/survey-bot’

N|Solid

USERPAGES

1.MANAGE PAGE

Manage Page provides a general overview of the overall bot. Users can see all their listed Survey bots here, and can also create a new Survey bot using the button BUILD CHATBOT. All the survey chats can be viewed and downloaded as a CSV File from this Manage Page.

It also consists of an option to copy the embedded script for the Survey bot.

2.CREATE CHATBOT

Create as many Survey bots as you wish with our Python Django-Survey Bot Package. Follow the below steps to get started

  • Create Questions
  • Map questions in the respective order
  • Preview the bot
  • Publish the bot

2.1. Create Questions

Select an appropriate Response type based on how you wish your questions to be answered, and set the question.

N|Solid

2.2. Map the questions according to the expected responses

Arrange all the questions and map them easily by dragging and pointing them to the expected responses in the order you wish to connect.

N|Solid

2.3. Preview Survey bot

Preview the Survey bot to make sure you have mapped it correctly before publishing it. You can go back and make the desired changes if not satisfied.

N|Solid

2.4. Publish the survey bot

Once happy with the survey, go ahead and publish the questions. Please be informed that the questions can’t be edited once published.

{% endblock content %}