> For the complete documentation index, see [llms.txt](https://manual.transito.mg.gov.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.transito.mg.gov.br/veiculos/novo-sistema-de-racionalizacao-e-previo-registro/manual-do-usuario-novo-srpr/6.-funcionalidades/6.3.-multas/2.-consulta-por-placa.md).

# 2. Consulta por Placa

Para consultar multas apenas de determinados veículos (lote) é preciso: a) Criar um arquivo (tipo txt) contendo os dados dos veículos que deseja consultar as multas, de acordo com o padrão do sistema (layout) que pode ser consultado no tópico 3 dos Anexos. Caso o nome do arquivo não esteja de acordo com a regra, o sistema não permitirá o envio do mesmo e exibirá uma mensagem informando a discordância.&#x20;

b) Clicar no menu Multas/Consulta por Placa e em seguida no botão <mark style="background-color:blue;">+Cadastrar Lote</mark>

<figure><img src="/files/yGYwbGgEtqkEXmXExY1I" alt=""><figcaption><p>Consulta por placa</p></figcaption></figure>

c) Enviar o arquivo com os dados do veículo para o sistema (upload) indicando o local do arquivo e em seguida botão Cadastrar:

<figure><img src="/files/Z369heqnkrXl2amLeEl1" alt=""><figcaption><p>Envio do arquivo</p></figcaption></figure>

d) O sistema exibirá uma mensagem confirmando o envio do arquivo. Para cadastrar outro Lote, basta repetir a operação.

<figure><img src="/files/dtIAwgTRvRisvJCzHyG2" alt=""><figcaption><p>Cadastro do lote</p></figcaption></figure>

e) Ao concluir o envio do arquivo, clicar no botão amarelo para voltar a tela inicial e visualizar Lotes já enviados/cadastrados. O Lote cadastrado será exibido com o status de Recebido:

<figure><img src="/files/EJafUsdBsj7DQwbQiFxx" alt=""><figcaption><p>Status recebido</p></figcaption></figure>

f) Quando o sistema iniciar o processamento, o status será alterado para Em Processamento e ao finalizar será de Processado. As multas dos veículos estarão listadas no arquivo de retorno:

<figure><img src="/files/B71dewVX447G99XkPeWP" alt=""><figcaption><p>Status Processado</p></figcaption></figure>

g) Caso um Lote ainda não tenha sido processado pelo sistema, é possível cancelar o seu processamento clicando no botão Cancelar:

<figure><img src="/files/Rac7e823NP72CZxubjhw" alt=""><figcaption><p>Status Cancelado</p></figcaption></figure>

* O botão é um atalho que permite atualizar a página atual para verificar se houve alguma alteração de status dos lotes;
* Para filtra ou pesquisar por algum Lote, informar o nº do Lote ou o Status e no botão Filtrar.


---

# 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://manual.transito.mg.gov.br/veiculos/novo-sistema-de-racionalizacao-e-previo-registro/manual-do-usuario-novo-srpr/6.-funcionalidades/6.3.-multas/2.-consulta-por-placa.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.
