> 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/3.-situacao-veiculo-por-placa.md).

# 3. Situação Veículo por Placa

Para consultar a situação de apenas determinados veículos:

a) Criar um arquivo (tipo txt) contendo os dados dos veículos que deseja consultar a situação, de acordo com o padrão do sistema (layout) que pode ser consultado no tópico 6 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

b) Após ter criado o arquivo com os dados dos veículos, clicar no menu Situação/Situação Veículo por Placa e em seguida no botão <mark style="background-color:blue;">+ Cadastrar Lote</mark>

<figure><img src="/files/653KdwITY4QskYNQFVLe" alt=""><figcaption><p>Consulta por Placa</p></figcaption></figure>

c) Para fazer o envio do arquivo para o sistema (upload), indicar o local do arquivo e em seguida botão Cadastrar:

<figure><img src="/files/oboHIfNStToHqEQctHsL" 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/Kp1EvFANxPZTkgLSmTIA" alt=""><figcaption><p>Mensagem de confirmação</p></figcaption></figure>

e) Ao concluir o envio, clicar no botão amarelo para voltar a tela inicial e visualizar Lotes já enviados. O lote enviado será exibido com o status Recebido:

<figure><img src="/files/mw5Ks7DoECabdLWUDlXU" alt=""><figcaption><p>Status Recebido</p></figcaption></figure>

f) Após ocorrer o processamento do Lote, o status será alterado para Processado e as informações sobre as situações dos veículos estarão disponíveis no arquivo de retorno:

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

Observação:&#x20;

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

g) Caso um Lote ainda não tenha sido processado pelo sistema, é possível cancelar o seu processamento clicando no botão <mark style="background-color:red;">x</mark> (Cancelar):

<figure><img src="/files/zS7GNVsVZrFIVutZblTf" alt=""><figcaption><p>Cancelando 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/swFuczEczt2WS4mCxxuH" alt=""><figcaption><p>Status Cancelado</p></figcaption></figure>


---

# 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/3.-situacao-veiculo-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.
