> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/asistente-ecommerce/asistente-ecommerce-pt-br/parte-1-obter-credenciais/como-conectar-tu-tienda-woocommerce-con-vambe.md).

# Como conectar sua loja WooCommerce com a Vambe

Neste artigo você aprenderá como conectar sua loja **WooCommerce** com **Vambe**, o que permitirá que a inteligência artificial acesse as informações da sua loja e gerencie conversas relacionadas a pedidos, produtos e clientes.

{% hint style="info" %}
Pré-requisitos

* Ter uma loja **WooCommerce** em funcionamento.
* Ter acesso de **administrador** ao WordPress.
  {% endhint %}

{% stepper %}
{% step %}

#### Acessar Integrações no Vambe

* No Vambe, vá até o menu lateral esquerdo.
* Clique em **Configurações**.
* Acesse a seção **Integrações**.
* Busque e selecione **WooCommerce**.

![](/files/27891641b19c1c2bcfd2a6ca41a0da4010c22fc5)
{% endstep %}

{% step %}

#### Baixar o plugin do WooCommerce

* Dentro da integração do WooCommerce, clique em **Conectar**.

![](/files/c5e58cb4840db4edaaccf59cf6296276ff85f8d5)

* O Vambe mostrará um arquivo para você baixar.

![](/files/15b70bf718c86abfab7960763ce321a3d77d626a)

* **Baixe obrigatoriamente este arquivo**, pois ele é o plugin que permitirá a conexão entre WooCommerce e Vambe.
  {% endstep %}

{% step %}

#### Instalar o plugin no WooCommerce (WordPress)

* Acesse o painel de administração do seu site WordPress.
* No menu lateral esquerdo, clique em **Plugins**.
* Selecione **Adicionar novo plugin**.

![](/files/e71aa70eac8d968dd3c6fa7027c4814c3bb4929a)

* Clique em **Enviar plugin**.

![](/files/e0843e0a87731e3e3319b0e7b91fdbd9dc495db7)

* Selecione o arquivo que você baixou do Vambe.
* Clique em **Instalar agora**.
* Depois de instalado, clique em **Ativar plugin**.

![](/files/a49b955ba14424b090cbbcde6399aebf5e5d0907)
{% endstep %}

{% step %}

#### Finalizar a conexão no Vambe

* Volte para **Vambe**.
* Na tela da integração do WooCommerce, clique em **Próximo**.
* O Vambe validará automaticamente a conexão com sua loja.
  {% endstep %}

{% step %}

#### Verificar a conexão

* Volte para **Configurações → Integrações → WooCommerce** no Vambe.
* Você deverá ver a integração como **Conectado**.

✅ Se a integração aparecer ativa, sua loja WooCommerce já está corretamente conectada ao Vambe.

![](/files/547bb29310e4097ae6fffc6b85147c10220fed94)
{% endstep %}
{% endstepper %}

## O que vem a seguir?

Depois que sua loja WooCommerce estiver conectada, você poderá:

* Usar a inteligência artificial para responder dúvidas sobre produtos.
* Gerenciar conversas relacionadas a pedidos.
* Automatizar fluxos de atendimento pós-venda.


---

# 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://academy.vambe.ai/asistente-ecommerce/asistente-ecommerce-pt-br/parte-1-obter-credenciais/como-conectar-tu-tienda-woocommerce-con-vambe.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.
