> For the complete documentation index, see [llms.txt](https://edu.sittax.com.br/sittax-base-conhecimento/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edu.sittax.com.br/sittax-base-conhecimento/faq-e-boas-praticas/como-posso-alterar-o-cfop-da-nota-fiscal.md).

# Como posso alterar o CFOP da nota fiscal?

**Para realizar a alteração do CFOP de uma nota fiscal importada, siga os passos descritos abaixo:**

* **Acesse a tela de Nota Fiscal**\
  Primeiramente, é necessário acessar a tela correspondente à **Nota Fiscal de Saída** ou **Nota Fiscal de Entrada**. O procedimento pode ser realizado em ambas as situações.

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

1. **Selecione a Nota Fiscal**\
   Localize e marque a nota fiscal que deseja alterar o CFOP.
2. **Escolha a Operação**\
   Clique na opção **"Selecione a operação"** e, em seguida, selecione a operação **"Alterar CFOP"**.
3. **Realize a Operação em Lote**\
   Após selecionar a operação, clique na opção **"Realizar operação em lote"** para iniciar o processo de alteração.
4. **Alteração do CFOP**\
   Uma nova tela será exibida, permitindo a alteração do CFOP. No campo **CFOP de Origem**, insira o CFOP que foi originalmente emitido na nota fiscal.\
   No campo **CFOP de Destino**, insira o novo CFOP que deseja utilizar.

   <figure><img src="/files/es0mywdmYQPXyvFuB03M" alt=""><figcaption></figcaption></figure>
5. **Confirme a Alteração**\
   Após preencher os campos corretamente, clique em **"Confirmar"** para finalizar a alteração do CFOP.


---

# 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://edu.sittax.com.br/sittax-base-conhecimento/faq-e-boas-praticas/como-posso-alterar-o-cfop-da-nota-fiscal.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.
