> For the complete documentation index, see [llms.txt](https://recursos.demandu.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://recursos.demandu.tech/centro-de-recursos-pt-br/guia-de-produtos-e-treinamento/referencias-de-api/integracao-de-api-de-terceiros/integracao-com-sistemas-crm-e-outros.md).

# Integração com Sistemas CRM e Outros

Uma das forças da Demandu é sua capacidade de integração com sistemas de CRM líderes de mercado, como Hubspot e Salesforce. Essas integrações permitem:

* **Sincronização de Dados**: Todas as informações coletadas pelo chatbot podem ser sincronizadas automaticamente com o seu CRM, garantindo que os dados de contato e as interações estejam sempre atualizados.
* **Personalização**: Graças à integração, você pode personalizar as respostas e ofertas com base nos dados do CRM, como o histórico de compras ou as preferências do cliente.
* **Automação**: As integrações facilitam a criação de processos automatizados, como enviar e-mails de acompanhamento, atribuir tarefas às equipes de vendas ou ativar campanhas de marketing.

<figure><img src="/files/1664b8d120c2948df425652403266a8ff9d4a527" 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://recursos.demandu.tech/centro-de-recursos-pt-br/guia-de-produtos-e-treinamento/referencias-de-api/integracao-de-api-de-terceiros/integracao-com-sistemas-crm-e-outros.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.
