> For the complete documentation index, see [llms.txt](https://ajuda.pdvlegal.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.pdvlegal.com.br/oem/materiais-oem/licenca-demonstrativa-no-oem.md).

# Licença demonstrativa no OEM

{% hint style="danger" %}
Conteúdo exclusivo para canais autorizados.
{% endhint %}

Use este processo para criar uma licença demonstrativa no OEM.

{% stepper %}
{% step %}

### Acesse o OEM

Entre em `oem.tabletcloud.com.br`.

Faça login com seu usuário e senha.
{% endstep %}

{% step %}

### Crie uma nova licença

Acesse **Minhas Licenças**.

Clique em **Novo**.

Preencha os campos abaixo:

* **Grupo Econômico:** `DEMO + NOME DA WEB`
* **CNPJ:** CNPJ do cliente
* **Email:** e-mail do cliente
* **Produto:** `GESTAO LEGAL`

Clique em **Confirmar**.
{% endstep %}

{% step %}

### Configure a filial

Na tela de **Módulos e Detalhes da Filial**, preencha:

* **Tipo de negócio**
* **Detalhes**
* **Origem da venda**

Em **Licença Demonstrativa**, selecione **SIM**.
{% endstep %}

{% step %}

### Ative os módulos iniciais

Ative apenas estes módulos:

* **Estoque**
* **Financeiro**
* **Mesa/Ficha**
* **Delivery**
* **Conta Assinada**

Clique novamente em **Confirmar**.
{% endstep %}

{% step %}

### Oriente o primeiro acesso do cliente

Acesse `pdvlegal.com.br`.

O cliente deve entrar com:

* **Login:** e-mail cadastrado na licença
* **Senha padrão:** `123456`
  {% endstep %}
  {% endstepper %}

{% hint style="warning" %}
O e-mail informado será o login do cliente.

A senha inicial padrão é sempre `123456`.

Use o padrão `DEMO + NOME DA WEB` para identificar a licença com facilidade.

Ative apenas os módulos iniciais necessários.
{% endhint %}


---

# 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.pdvlegal.com.br/oem/materiais-oem/licenca-demonstrativa-no-oem.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.
