> For the complete documentation index, see [llms.txt](https://docs.inovautomacao.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.inovautomacao.com.br/fiscal/nfc-e/inutilizacao.md).

# Inutilização

## Inutilização

Use a rotina de **Inutilização** quando uma faixa de numeração fiscal não puder mais ser utilizada.

Esse processo registra oficialmente que aqueles números não serão aproveitados em novas emissões.

### Quando utilizar

Use esta página para:

* inutilizar uma sequência numérica não utilizada
* corrigir quebra de numeração fiscal
* manter a sequência fiscal regularizada

### Antes de começar

Confirme a faixa de numeração, a série e a justificativa antes de iniciar.

{% hint style="warning" %}
⚠️ Revise o intervalo informado com cuidado. Uma inutilização enviada não deve usar números incorretos.
{% endhint %}

### Como inutilizar uma numeração

{% stepper %}
{% step %}

### 1. Abra a rotina de inutilização

Entre na tela de **Inutilização**.
{% endstep %}

{% step %}

### 2. Informe série e numeração

Preencha a série e o intervalo que será inutilizado.
{% endstep %}

{% step %}

### 3. Descreva a justificativa

Informe de forma objetiva o motivo da inutilização.
{% endstep %}

{% step %}

### 4. Envie a solicitação

Confirme os dados e conclua a transmissão.
{% endstep %}

{% step %}

### 5. Revise o retorno

Confirme se o processo foi aceito e registre o protocolo quando necessário.
{% endstep %}
{% endstepper %}

### O que revisar antes de enviar

* série correta
* faixa inicial e final
* justificativa preenchida
* conferência da numeração já usada

### Exemplo prático

Se a sequência pulou do número 120 para o 125, você pode inutilizar a faixa que ficou sem uso, quando isso for aplicável à operação.

### Artigos relacionados

* [NFC-e](/fiscal/nfc-e.md)
* [NF Admin](/fiscal/nfc-e/nf-admin.md)


---

# 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.inovautomacao.com.br/fiscal/nfc-e/inutilizacao.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.
