> For the complete documentation index, see [llms.txt](https://ajuda.evotalks.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.evotalks.com.br/bem-vindo.md).

# Bem-vindo ao EvoTalks

Se você está começando a usar o EvoTalks, já é um usuário experiente querendo se aprofundar ou está com alguma dificuldade, você está no lugar certo!

{% hint style="success" %}
Use a barra de busca no topo desta página para encontrar conteúdos ou fazer uma pergunta ao nosso mecanismo de busca com inteligência artificial.
{% endhint %}

### O que é o EvoTalks?

O EvoTalks é uma plataforma que centraliza o atendimento ao cliente e vendas, unindo chat multicanal, CRM, chatbot e relatórios em um só lugar. Ideal para empresas que querem agilidade e organização no contato com seus clientes.

### Um olhar rápido

{% content-ref url="/pages/QZavEqdG3rgg9D385jyw" %}
[Panorama Geral](/introducao/panorama-geral.md)
{% endcontent-ref %}

{% content-ref url="/pages/p15NaBhpzP98G3n33ujP" %}
[Termos Importantes](/introducao/termos-importantes.md)
{% endcontent-ref %}

{% content-ref url="/pages/QZKpFcsdOhflyk9GWBRg" %}
[Precisa de ajuda?](/introducao/precisa-de-ajuda.md)
{% endcontent-ref %}

{% content-ref url="/pages/hvbr2FXgfjaQH3rYXQQd" %}
[Perguntas Frequentes](/introducao/perguntas-frequentes.md)
{% endcontent-ref %}

Estamos aqui para garantir que você aproveite ao máximo o EvoTalks.


---

# 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://ajuda.evotalks.com.br/bem-vindo.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.
