> For the complete documentation index, see [llms.txt](https://virtux-up-gestao.gitbook.io/virtux-up-gestao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://virtux-up-gestao.gitbook.io/virtux-up-gestao/modulos/servicos/plano.md).

# Plano

## **Visão Geral do Módulo**

O usuário é redirecionado para a página de listagem de planos, onde pode configurar pacotes promocionais compostos por múltiplos serviços. Nessa tela, é possível cadastrar novos planos e editar planos já cadastrados.

<figure><img src="/files/leHJGRZjBBfsmOUk85Pd" alt=""><figcaption><p>Tela de Listagem de planos.</p></figcaption></figure>

***

## **Novo Registro - Plano**

Clicando no botão **“Adicionar”**, no canto superior direito da listagem, o usuário é redirecionado para o formulário de cadastro de plano. O formulário solicita os seguintes dados:

<figure><img src="/files/zuKOoeENtZ1YoDnMG93k" alt=""><figcaption><p>Formulário de cadastro de Planos.</p></figcaption></figure>

<details>

<summary><strong>Plano</strong></summary>

* Descrição
* Item
* Quantidade
* Valor

</details>

Após preencher os dados, as informações da tela vão se expandir, exibindo uma listagem dos serviços no plano, assim como valores (frete, descontos, despesas, impostos):

<figure><img src="/files/B4uV4Z87Aix9aJDU9Mku" alt=""><figcaption><p>Formulário de cadastro de Planos.</p></figcaption></figure>

***

## **Plano - Filtros**

<figure><img src="/files/kw1wCNp8Sg8XyHkjjqpj" alt=""><figcaption><p>Filtros da listagem de Plano.</p></figcaption></figure>

É possível filtrar os planos cadastrados pelos seguintes parâmetros:

<details>

<summary><strong>Filtros principais</strong></summary>

* Número do documento (número inicial) - Até (número final)
* Serviços (número inicial) - Até (número final)

</details>

<details>

<summary><strong>Filtros de datas</strong></summary>

* Data de lançamento (data inicial) - Até (data final)

</details>


---

# 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://virtux-up-gestao.gitbook.io/virtux-up-gestao/modulos/servicos/plano.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.
