> For the complete documentation index, see [llms.txt](https://ajuda.espiaonfe.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.espiaonfe.com.br/introducao/comparativo-gestao-x-resgate-xml.md).

# Comparativo: Gestão x Resgate XML

#### Comparativo entre os Módulos Gestão e Resgate XMLs

Atualmente possui 2 módulos, **Gestão** e o **Resgate de XMLs**.

### Módulo Gestão <a href="#modulo-gestao" id="modulo-gestao"></a>

Esse módulo é responsável pela consulta e gestão completa dos documentos fiscais, incluindo a verificação junto à SEFAZ e prefeituras.\
Para mais informações, acesse: [O que faz](/gestao/o-que-faz.md)

### Módulo Resgate XML

Destinado a usuários que precisam recuperar arquivos XML da SEFAZ em situações específicas.\
Para mais informações, acesse: [O que faz](/resgate-xml/o-que-faz.md)

{% hint style="warning" %}
**ATENÇÃO**

**Os módulos podem ser contratados separadamente e funcionam de forma totalmente integrada.**

* **GESTÃO:** tem acesso completo ao módulo **RESGATE XML**.
* **RESGATE XML:** funciona de forma independente e **não acessa** o módulo **GESTÃO**.
  {% endhint %}

<table><thead><tr><th width="386" valign="middle"></th><th width="175">Gestão</th><th width="179">Resgate XML</th></tr></thead><tbody><tr><td valign="middle">Consulta NF-e e CT-e na SEFAZ pelo CNPJ/CPF</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">Consulta Nota de Serviço Municipal e Nacional</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">Manifesta NF-e e CT-e</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">Permissões Grupos/Usuários</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">Relatórios avançados</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">API Integração</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">Importa XML do computador</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">Utiliza certificado A1</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Utiliza certificado A3</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:red;"><strong>NÃO</strong></mark></td></tr><tr><td valign="middle">Resgata NF-e's mais antigas dos últimos 11 anos</td><td><mark style="color:red;"><strong>NÃO</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Baixa NF-e sem manifestação</td><td><mark style="color:red;"><strong>NÃO</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Resgata XML de emissão própria</td><td><mark style="color:red;"><strong>NÃO</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Resgata NFC-e na SEFAZ de alguns estados</td><td><mark style="color:red;"><strong>NÃO</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Os arquivos XMLs com validade jurídica</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Histórico de notas NF-e e NFC-e</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Download XML e PDF</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr><tr><td valign="middle">Visualiza XML e PDF</td><td><mark style="color:purple;"><strong>SIM</strong></mark></td><td><mark style="color:purple;"><strong>SIM</strong></mark></td></tr></tbody></table>


---

# 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.espiaonfe.com.br/introducao/comparativo-gestao-x-resgate-xml.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.
