> 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/como-construir-processos/como-desenhar-processos/o-que-sao-atividades/como-configurar-atividades-humanas/como-configurar-assinatura-eletronica.md).

# Como configurar assinatura eletrônica

É possível que uma tarefa solicite a assinatura de um usuário, reforçando a responsabilidade do mesmo sobre a tarefa

{% hint style="warning" %}
**Importante:** essa documentação está em construção
{% endhint %}

## **O que é uma assinatura eletrônica**

Uma "assinatura eletrônica" ou assinatura digitalizada é a representação digital da sua assinatura manuscrita.

A criação e uso de uma assinatura digitalizada pode ser um requisito obrigatório em algumas [tarefas](http://docs.smlbrasil.com.br/bpms/v4-help-aprovacao.aspx#assinatura), dependendo de como o processo do aplicativo foi configurado no Zeev. Ela faz parte de um conjunto de controles de segurança e autenticidade que perfazem a chamada "assinatura eletrônica".

## **Obrigar o uso da assinatura eletrônica**

Para utilizar a assinatura eletrônica em seus aplicativos de processo é obrigatório que esta opção esteja habilitada na configuração da tarefa humana.

<figure><img src="https://3371003943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MD66pBdRalAQgnhNstG%2Fuploads%2FLcOnvsRwHH2X7gj8iIQX%2FAssinaturaEletronica.gif?alt=media&amp;token=61995eaa-44a1-430f-9693-4c1c4ca86942" alt="" width="563"><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://kb.stoque.com.br/zeev/como-construir-processos/como-desenhar-processos/o-que-sao-atividades/como-configurar-atividades-humanas/como-configurar-assinatura-eletronica.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.
