> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial.md).

# Tutorial do Leadzy

Bem-vindo ao seu primeiro tutorial de bot! Juntos, vamos construir um chatbot fictício chamado Leadzy, que irá captar leads para uma marca de e-commerce.

{% hint style="warning" %}
Este tutorial é voltado para iniciantes absolutos no Chatlayer. Tutoriais mais avançados estão a caminho, fique de olho!
{% endhint %}

## O que esperar

Ao fazer este tutorial, você pode esperar:

* [ ] Aprender a criar um bot do zero até publicá-lo no seu canal
* [ ] Familiarizar-se com cada tipo de bloco do Chatlayer (Message, Collect input, Condition, Intent, Action)
* [ ] Conhecer o canvas e sua navegação de fluxo
* [ ] Entender alguns conceitos de PLN

{% hint style="warning" %}
Um tutorial em vídeo vai complementar este. Fique de olho!
{% endhint %}

***

## Sumário

Pronto? Vamos começar!

{% hint style="info" %}
O primeiro passo crucial para criar um chatbot é planejá-lo. Para fins deste tutorial, nós planejamos o bot para você. Saiba mais sobre como planejar seu bot [aqui](https://docs.chatlayer.ai/tutorials/getting-started).
{% endhint %}

{% content-ref url="/pages/07cc1f0a81c5838efc0d88a9e5287c13f8d9138d" %}
[0. Introdução](/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial/0.-introduction.md)
{% endcontent-ref %}

{% content-ref url="/pages/211954a093b41de64ee392be923a5f41aa794631" %}
[1. Novo bot, novo bloco](/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial/1.-new-bot-new-block.md)
{% endcontent-ref %}

{% content-ref url="/pages/dcd818491e7e0da94e733a19a7570c7ec0a0be0c" %}
[2. Entenda seus usuários](/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial/2.-understand-your-users.md)
{% endcontent-ref %}

{% content-ref url="/pages/697fb0e56f82953153abb121b79d433863886be9" %}
[3. Coletar e exibir a entrada do usuário](/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial/3.-collect-and-display-user-input.md)
{% endcontent-ref %}

{% content-ref url="/pages/9a777b4a556d8730484fb248a3d75507efd808da" %}
[4. Direcione a conversa com Condições](/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial/4.-steer-the-conversation-with-conditions.md)
{% endcontent-ref %}

{% content-ref url="/pages/66aa3cf8f1d49d01d4f8c94c9d8c49d4f725add7" %}
[5. Potencialize seu bot com Ações](/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial/5.-empower-your-bot-with-actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/5c5f79d729318e0870d5b210640b21db77fcf67d" %}
[6. Configure um canal e publique seu bot](/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial/6.-set-up-a-channel-and-publish-your-bot.md)
{% endcontent-ref %}

## 💬 Feedback

{% hint style="warning" %}
Seu feedback sobre o tutorial significa muito para nós! Por favor, nos diga o que você acha por meio do [este formulário curto.](https://forms.office.com/Pages/ResponsePage.aspx?id=ropROyGJe0qEl2GddWziDlEYn6XpsIRDjnCtdRk8L21UMFZMMlAzN0tHOTI4UjMxVTgzTVAwTE5aOCQlQCN0PWcu)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.chatlayer.ai/chatlayer-documentation-pt-br/comece-rapido/leadzy-tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
