> For the complete documentation index, see [llms.txt](https://kb.stoque.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.stoque.com.br/abaris/zeev-sead/uso-do-scanner-capture/requisitos-de-hardware-software-e-permissoes.md).

# Requisitos de hardware, software e permissões

Requisitos necessários para a estação de trabalho

<table><thead><tr><th width="220"> </th><th width="257">Requisitos mínimos</th><th>Requisitos recomendados</th></tr></thead><tbody><tr><td><strong>Memória (RAM)</strong></td><td> 4 GB</td><td>8 GB</td></tr><tr><td><strong>Processador</strong></td><td> i5 (x64)</td><td>i5 (x64)</td></tr><tr><td><strong>Disco rígido</strong></td><td>SATA com 128GB</td><td>SSD de 128 GB</td></tr><tr><td><strong>Sistema Operacional</strong></td><td>Microsoft Windows 10</td><td>Microsoft Windows 10</td></tr><tr><td><strong>Navegador</strong></td><td>Google Chrome (atualizado), Mozilla Firefox (atualizado), Microsoft Edge</td><td>Google Chrome (atualizado)</td></tr><tr><td><strong>Velocidade de Internet</strong></td><td>5 Mpbs</td><td>15 Mpbs ou mais</td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

| Acessos necessários para execução do Capture na máquina local:                                   |
| ------------------------------------------------------------------------------------------------ |
| Permissão para o plugin realizar leitura e escrita na unidade ***C:\\***                         |
| Permissão para o plugin acessar via HTTP a URL: ***<http://127.0.0.1:9702>***                    |
| Permissão para acesso do plugin a API da plataforma: ***https\://\<cliente>.api.abaris.com.br*** |

| Criação de FTP para upload de arquivos digitalizados no Capture para nuvem                                                                                                                                                                                                                                                                                                                                                                        |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>Pode ser um FTP, SFTP ou FTPS.</p><p>A aplicação faz acesso tanto em modo Passivo ou Ativo.</p><p>Por padrão ela faz uma conexão em modo passivo. Se o FTP responder OK, ele seguirá nesse modo.</p><p>Se o FTP responder que não suporta o modo Passivo, ele tentará novamente em modo Ativo e fará as próximas chamadas nesse modo.</p><p>FTP aberto pelo menos para o IP de saída da plataforma. Esse IP é passado em tempo de projeto.</p> |


---

# 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://kb.stoque.com.br/abaris/zeev-sead/uso-do-scanner-capture/requisitos-de-hardware-software-e-permissoes.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.
