Tutorial - Comprehensive

An in-depth tutorial for creating a chatbot for car rental company. It will introduce you to all important NativeChat concepts and best practices.

Intro

In this tutorial you will learn how to build a chatbot using NativeChat. You will follow a series of steps, which will guide you through various aspects of building a fully featured chatbot.

Background

You will build a chatbot for a car rental company. We will make a number of simplifications, for example: we will assume that each city can only have one rental office. However, the general idea should be fairly accurate with what you would expect from a real chatbot.

As the backend, we will use a demo API hosted at https://api.demo.nativechat.com, which will come with some data and cloud functions that will aid you with the process.

Start Tutorial

Dive into the tutorial (opens a new browser tab).