> For the complete documentation index, see [llms.txt](https://docs.fomenti.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fomenti.com.br/movimentos/registradora/lotes.md).

# Lotes

Ao acessar a tela, o sistema apresenta **dados mensais** referentes aos lotes gerados.

**Aguardando Envio:** Lotes que ainda não foram transmitidos à registradora.\
**Em Processamento:** Lotes que já foram enviados, mas a registradora ainda está analisando ou validando.\
**Processado:** Lotes que foram concluídos com sucesso pela registradora.\
**Erro:** Lotes que falharam no envio ou processamento.

<figure><img src="/files/qH80w1CGhg4GyQ5BiGDM" alt=""><figcaption></figcaption></figure>

## Atualizações de Registros

A **atualização conclusiva** representa uma **etapa final** no fluxo de registro de títulos.\
Ela é enviada à **registradora** para indicar que determinado registro foi **concluído, liquidado ou encerrado** de forma regular.

A **atualização anulativa** comunica à **registradora** que determinado registro deve ser **anulado**, ou seja, **deixará de ter efeito**.\
Ela é uma forma formal e rastreável de **cancelar** uma informação já registrada.

Ao cancelar ou baixar um título, ele será incluído nos **registros pendentes**, aguardando a **geração dos lotes de atualização**.\
Para visualizar os títulos que compõem o lote, basta clicar em **“Gerar lote”**.

<figure><img src="/files/ta16Ff30bGYA8N9Yufwj" alt=""><figcaption></figcaption></figure>

Em seguida, será exibida a tela de **Registros Pendentes**. Basta **selecionar os registros desejados** e clicar em **“Gerar lotes dos registros selecionados”**.

<figure><img src="/files/rirFd8ZSTCjOJRrZhv2n" alt=""><figcaption></figcaption></figure>

Um **lote será gerado** para o **envio da atualização** à registradora.

<figure><img src="/files/voi8basjheYovULzuqsy" alt=""><figcaption></figcaption></figure>

## Detalhes de Registros

Para **consultar os detalhes dos títulos enviados**, clique em **Opções** e selecione **“Ver detalhes”**.

<figure><img src="/files/mnYRpynLTbMMSVw4Czwb" alt=""><figcaption></figcaption></figure>

Nessa tela, será exibido o **status de registro de cada título**.\
Para **consultar os detalhes de um título individualmente**, basta clicar em **“Ver detalhe”**.

<figure><img src="/files/Ft3kjJPqrXD8Xa1MwM3R" alt=""><figcaption></figcaption></figure>

A tela apresentará **todos os detalhes** do registro do título junto à registradora.

<figure><img src="/files/kEMk00EigwyIiGSKzo92" alt=""><figcaption></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://docs.fomenti.com.br/movimentos/registradora/lotes.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.
