> 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-gerar-arquivos-de-integracao-no-sistema.md).

# Como posso gerar arquivos de integração no sistema?

Para gerar os arquivos de integração, siga os passos abaixo:

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

1. **Selecionar o tipo de arquivo**\
   Escolha entre as opções disponíveis, sendo eles:
   1. *Arquivo XML – Domínio (Opção focada no sistema Domínio)*
   2. *Arquivo TXT – SPED Não Fiscal*&#x20;
   3. *Arquivos XML – Outros Sistemas (Opção para sistemas diversos)*
2. **Selecionar a empresa**\
   Marque a caixa de seleção ao lado da empresa desejada.
3. **Definir a operação**\
   No menu suspenso *Selecione a operação*, clique em **Gerar Arquivo**.
4. **Confirmar a operação**\
   Clique em **Realizar operação em Lote** para iniciar a geração do arquivo.

Após gerar o arquivo de integração, é necessário realizar o download para utilizá-lo em seu sistema contábil.

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

1. Clique no ícone **Tarefas** localizado no canto superior direito da tela.
2. Na aba **Tarefas Solicitadas**, localize a operação com o nome "**INTEGRAÇÃO"** referente à empresa e período selecionados.
3. Verifique se a tarefa foi concluída com sucesso (ícone de check verde).

   <figure><img src="/files/0NtLqsyE19IvaL45rGue" alt=""><figcaption></figcaption></figure>
4. Clique no ícone de **Download** (seta para baixo) para baixar o arquivo gerado.

Caso o arquivo não apareça de imediato, clique no botão de **atualizar** (ícone de seta circular) dentro da aba de tarefas para atualizar a lista.

<figure><img src="/files/tyTCODTE7YBRoyiOzJoO" 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://edu.sittax.com.br/sittax-base-conhecimento/faq-e-boas-praticas/como-posso-gerar-arquivos-de-integracao-no-sistema.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.
