> 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/zeev/integracao-nativa-com-o-zeev-docs/como-vincular-uma-biblioteca-a-um-aplicativo.md).

# Como vincular uma biblioteca a um aplicativo

## Visão geral

Um dos maiores benefícios de usar essas ferramentas integradas é vincular uma biblioteca a um aplicativo, onde a gestão de documentos deixa de ser realizada pelos anexos do Zeev e é feita pela biblioteca incorporada a tela de execução de uma tarefa.&#x20;

É importante se atentar ao comportamento desse recurso:

* É possível associar uma (1) única e exclusiva biblioteca a um aplicativo;
* A mesma biblioteca pode ser vinculada em mais de um aplicativo;
* Ao associar uma biblioteca a um aplicativo, ela aparecerá em todas as tarefas humanas do aplicativo;
* Ao iniciar novas solicitações, os documentos legados não são exibidos na execução da tarefa;&#x20;
* A importação dos documentos em uma biblioteca durante a execução de uma tarefa é opcional;
* Ao importar um documento na execução de uma tarefa, ele ficará vinculado a solicitação e será exibido em todas as tarefas do processo.

### Como vincular uma biblioteca a um aplicativo

Na barra de ferramentas no desenhador do processo, no menu "Recursos" habilite a opção "Habilitar bibliotecas de documentos" e selecione a biblioteca.&#x20;

Ao iniciar uma solicitação, a biblioteca será exibida no formulário de execução:&#x20;

<figure><img src="https://3371003943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MD66pBdRalAQgnhNstG%2Fuploads%2Fnx4aHOXekXGUKBopp5x1%2FGravar_2023_08_24_16_04_35_495.gif?alt=media&amp;token=91932fa5-ddb0-4704-8d7a-89a924070264" alt=""><figcaption><p>Vinculando uma biblioteca a um aplicativo e validando a execução</p></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://kb.stoque.com.br/zeev/integracao-nativa-com-o-zeev-docs/como-vincular-uma-biblioteca-a-um-aplicativo.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.
