# Planos Demo

{% hint style="info" %}
Este endpoint não requer autenticação.
{% endhint %}

## Lista de Planos para Demontração

## Devolve lista dos planos disponíveis para demonstração.

<mark style="color:blue;">`GET`</mark> `https://api.cloudinvoice.net/auth/demo_plan/`

{% tabs %}
{% tab title="Exemplo de Pedido" %}

```shell
curl https://api.cloudinvoice.net/auth/demo_plan/
    -H "Content-Type: application/json"
```

{% endtab %}

{% tab title="Exemplo de Resposta" %}

```json
[
    {
        "id": 1,
        "code": "INDIVIDUAL",
        "description": "Plano Individual"
    },
    {
        "id": 2,
        "code": "SERVICES",
        "description": "Plano Facturação de Serviços"
    },
    {
        "id": 3,
        "code": "RETAIL",
        "description": "Plano Gestão de Loja"
    },
    {
        "id": 4,
        "code": "BUSINESS",
        "description": "Plano Gestão Comercial"
    }
]
```

{% endtab %}
{% endtabs %}

Para ver exemplos de pedidos nas várias linguagens, consulte a página[ Exemplos de Pedidos.](/introducao/exemplos-de-pedidos.md)


---

# 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://apidocs.cloudinvoice.net/conta-autenticacao/planos-demo.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.
