> 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.6.-situacao-do-veiculo/2.-situacao-veiculo-por-cnpj.md).

# 2. Situação Veículo por CNPJ

Para consultar a situação de todos os veículos pertencentes a empresa:

a) Clicar no menu Situação do Veículo/Situação Veículo por CNPJ e no botão <mark style="background-color:blue;">+Cadastrar Lote</mark>

<figure><img src="/files/3za9oS5e1QOvvtxIOXft" alt=""><figcaption><p>Consulta por CNPJ </p></figcaption></figure>

b) Um lote com o status de Recebido será automaticamente criado pelo sistema:

<figure><img src="/files/hAPWazQUsW8kzloSrEY8" alt=""><figcaption><p>Mensagem de confirmação de envio</p></figcaption></figure>

c) Após ocorrer o processamento do lote, o status será alterado para Processado e as situações de todos os veículos pertencentes a empresa estarão disponíveis no arquivo de retorno:

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

> Os processamentos (Consultar Situação) ocorrem diariamente como descrito nesta tabela.

d) Caso um Lote ainda não tenha sido processado pelo sistema, o usuário pode cancelar o seu processamento se for necessário, clicando no botão (Cancelar):

<figure><img src="/files/UekJLZNICAkAlFI1NnLT" alt=""><figcaption><p>Cancelando o lote</p></figcaption></figure>

O Lote continuará sendo exibido na tela, mas seu status será alterado para Cancelado e ele não será processado pelo sistema:

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

Dicas:

> O botão é um atalho que permite atualizar a página atual para verificar se houve alguma alteração de status dos lotes;

> Para filtrar ou pesquisar por um lote, informar o nº do Lote ou o Status e clicar 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.6.-situacao-do-veiculo/2.-situacao-veiculo-por-cnpj.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.
