> For the complete documentation index, see [llms.txt](https://ajuda.cardapioweb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.cardapioweb.com/modulos-do-sistema/modulo-fiscal/inutilizacao-de-notas.md).

# Inutilização de Notas

A inutilização de nota fiscal serve para informar à Receita que determinados números de notas **não foram usados e não serão mais utilizados**. Esse processo é obrigatório quando há uma quebra na sequência numérica das notas.

**Exemplo:**\
Se você emitiu a nota **nº 001** e depois a **nº 003**, mas não usou a **nº 002**, será necessário inutilizar o número 002.

{% hint style="success" %}
Esse processo ajuda a evitar problemas na contabilidade e mantém tudo em ordem para o governo.
{% endhint %}

**Como inutilizar no sistema:**

1. Acesse o menu lateral **Fiscal** > **Inutilizações**.
2. Preencha os campos obrigatórios:
   * **Série**
   * **Numeração inicial e final** (ex: 002 a 002)
   * **Justificativa** da inutilização (ex: falha de emissão, erro de preenchimento, etc.)

<figure><img src="/files/9OCUKMwabhnHcmP5UEcQ" alt=""><figcaption></figcaption></figure>

* Clique para solicitar a inutilização.

Você pode utilizar os **filtros da tela** para visualizar as inutilizações já realizadas.

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

Agora que você entendeu como inutilizar notas fiscais corretamente, seu controle fiscal estará sempre em ordem, garantindo conformidade com a Receita e evitando complicações futuras. 😊

{% hint style="warning" %}
**Importante:** A Cardápio Web oferece o sistema fiscal para todos os usuários que contratam este módulo, seguindo os parâmetros legais de cada estado. **Não nos responsabilizamos por informações inseridas incorretamente ou pelo uso indevido que possa violar a legislação vigente.**
{% endhint %}


---

# 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://ajuda.cardapioweb.com/modulos-do-sistema/modulo-fiscal/inutilizacao-de-notas.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.
