# Workshop - crie seu primeiro App Conversacional

## Por que vamos usar a plataforma dialogFlow?

A plataforma facilita o processo de criação de bots. Eles são acessíveis, respondem a diferentes plataformas, podem ser facilmente integrados a vários canais.

O uso de aprendizado de máquina, reconhecimento de voz e inteligência artificial é simplificado e você pode se concentrar em criar a melhor experiência para envolver seus usuários.

Integração com 14 canais frequentemente utilizados (Slack, Facebook, Telegram…)

Plataforma baseada em IA

Suporte para mais de 14 idiomas

16 linguagens de programação (usando SDKs)

Reconhecimento de voz

Processamento de linguagem natural

Interface fácil, sofisticada e intuitiva

{% hint style="info" %}
&#x20;Para ler a documentação oficial por favor acesse [www.dialogflow.com](http://www.dialogflow.com)
{% 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://amandacavallaro.gitbook.io/conversacomigo/master.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.
