> 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/readme.md).

# Bem-vindo

**Bem-vindo à documentação do Chatlayer! Usando nossos tutoriais fáceis de seguir e guias visuais, você poderá criar um bot de voz ou um chatbot e ter conversas personalizadas com seus clientes.**

## Crie conversas que seus clientes adoram

Não sabe por onde começar? Nós ajudamos você com o básico de design de conversas e tutoriais de bots. Procurando um exemplo concreto? Dê uma olhada em nossos templates.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>🎨 <strong>Design de conversas</strong></td><td>O básico para projetar um bot que seus clientes adoram.</td><td></td><td><a href="/files/baa1bb15e148a5ca9f6f026edeef3139528c0dfd">/files/baa1bb15e148a5ca9f6f026edeef3139528c0dfd</a></td><td><a href="/pages/6968eed10fc10068f416a5811b1dc924f0bed1df">/pages/6968eed10fc10068f416a5811b1dc924f0bed1df</a></td></tr><tr><td>🤓 <strong>Tutorial do Leadzy</strong></td><td>Seu tutorial para iniciantes do Chatlayer.</td><td></td><td><a href="/files/e57b3dda93557698f551e49184e532086dcd8d94">/files/e57b3dda93557698f551e49184e532086dcd8d94</a></td><td><a href="/pages/3e278208cc9319657158099406b039d9bb7f2b97">/pages/3e278208cc9319657158099406b039d9bb7f2b97</a></td></tr><tr><td>🌟 <strong>Templates de bots</strong></td><td>Recursos para ver exemplos concretos de bots e se inspirar.</td><td></td><td><a href="/files/1f471b956379fccbab51d349077bf6ffa6a80160">/files/1f471b956379fccbab51d349077bf6ffa6a80160</a></td><td><a href="/pages/bc6f1799960416da15ee2244c23a57ddfd61c723">/pages/bc6f1799960416da15ee2244c23a57ddfd61c723</a></td></tr></tbody></table>

#### Certificado ISO 27001

<figure><img src="/files/ecf5065c995a8a373b5e0a8075460ef6f45d5035" alt=""><figcaption></figcaption></figure>


---

# 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/readme.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.
