> 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/zeevdocs/integracoes/como-integrar-outras-ferramentas-com-o-zeev-docs/como-preparar-uma-instrucao-de-acesso-a-modulo.md).

# Como preparar uma instrução de acesso à módulo

## Visão geral

Para acessar um módulo do Zeev docs utilizando o recurso de autenticação silenciosa (SilentLogin), é necessário a criação de um XML semiestruturado contendo as instruções de acesso, e obtenção de um protocolo para processamento da instrução XML:

* Criação de XML semi-estruturado contendo as instruções de acesso conforme o módulo desejado:
  * Zeev Portal;
  * Consulta de documentos;
  * Visualização de documentos;
  * Edição de documentos;
  * Importação de arquivos;
  * Digitalização de documentos;
  * Digitalização de documentos (obsoleto);
  * Alteração dos Meus dados;
  * Gerenciamento de substitutos.

Submeter XML para obtenção de protocolo de acesso. A instrução XML submetida será armazenada no Zeev docs e ficará aguardando uma chamada externa para disparar seu processamento:

* **Serviço Web**:  *https\://\<servidor do* Zeev doc&#x73;*>/services/silentLogin.svc*
* **Método**:  GetProtocol(string xml), retorno string.

Acessar URL para processamento do protocolo:

* *https\://\<servidor do* Zeev doc&#x73;*>/silentlogin.sml?protocol=\<número do protocolo>*


---

# 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/zeevdocs/integracoes/como-integrar-outras-ferramentas-com-o-zeev-docs/como-preparar-uma-instrucao-de-acesso-a-modulo.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.
