# 0. Introduction

Our fictive chatbot project will serve an e-commerce clothing brand called AllBees.

<figure><img src="/files/SL7ri8Mxs4YL2CmXPvXj" alt=""><figcaption><p>The fictive AllBees brand website.</p></figcaption></figure>

## Business goal

The business goal for AllBees is to increase lead generation from its website, addressing the issue of visitors leaving too quickly.&#x20;

Implementing a chatbot offers a promising solution by engaging visitors immediately upon arrival with personalized interactions, thus capturing their attention and encouraging them to stay longer. This strategy, coupled with the chatbot's ease of setup, aims to enhance user engagement and convert more website visitors into leads.&#x20;

## Material

For this bot project, we came up with the following material after [planning the bot](https://docs.chatlayer.ai/tutorials/conversation-design/getting-started):

### User persona

A user persona that represents your prototypical user.

<figure><img src="/files/LYpl6qrR2VCPeCwIbkD1" alt="" width="563"><figcaption><p>A fictive user persona for AllBees.</p></figcaption></figure>

### Bot persona

A bot persona which is based on your user personas, business goals, and brand.

<figure><img src="/files/rddY2HRbwjMvHJVzAjsd" alt=""><figcaption><p>A fictive bot persona for Leadzy.</p></figcaption></figure>

### Flowchart

A flowchart built on an external tool, which is a visualisation of what your conversation logic should be like. When building the bot on Chatlayer, it will be based on this flowchart.

<figure><img src="/files/y2CPbWizgKkn2dlupVhG" alt=""><figcaption><p>A flowchart that we will follow to build the Leadzy bot.</p></figcaption></figure>

So, are you ready to dive in? Let’s go!

## 💬 Feedback

{% hint style="warning" %}
Your feedback on the tutorial means the world to us! Please, let us know what you think through [this short form.](https://forms.office.com/Pages/ResponsePage.aspx?id=ropROyGJe0qEl2GddWziDlEYn6XpsIRDjnCtdRk8L21UMFZMMlAzN0tHOTI4UjMxVTgzTVAwTE5aOCQlQCN0PWcu)
{% endhint %}


---

# 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.chatlayer.ai/start-quickly/leadzy-tutorial/0.-introduction.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.
