> 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-orientacoes-para-o-responsavel.md).

# Como configurar orientações para o responsável

A opção orientações para o responsável pela tarefa permite descrever e transmitir orientações para a pessoa realizar ou compreender antes de executar a tarefa.

A primeira aba que você encontrará na configuração de [eventos de início](/zeev/como-construir-processos/como-desenhar-processos/como-usar-eventos/evento-de-inicio.md) em [tarefas humanas](/zeev/como-construir-processos/como-desenhar-processos/o-que-sao-atividades/como-configurar-atividades-humanas.md) é a BÁSICO.

Nesta aba você pode determinar **Orientações para o responsável pela tarefa** em uma caixa de texto, onde é permitido o uso de algumas formatações, disponíveis em uma barra de formatação.&#x20;

É aqui, neste momento, que você pode descrever o que é preciso para que a pessoa realize a tarefa, indicando suas particularidades e conteúdos importantes.

Por exemplo, em um processo de cadastro você tem uma tarefa humana chamada "Cadastrar pessoa". Uma possível orientação seria:&#x20;

*<mark style="background-color:blue;">"Solicite para que a pessoa a ser cadastrada adicione seu e-mail à lista de contatos para que a confirmação do cadastro por e-mail não caia no SPAM."</mark>*

Então as orientações apoiam o andamento do processo conforme:

* Reforça comportamentos, sugestões e procedimentos não obrigatórias que a pessoa pode realizar antes de executar a tarefa;
* Permite que as orientações estejam documentadas nos inícios dos processos.

<figure><img src="https://3371003943-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MD66pBdRalAQgnhNstG%2Fuploads%2FnfNU5jI0wmQrETxuWjAa%2Fimage.png?alt=media&amp;token=154a5467-bab0-4fcf-bd4f-cdc47ac94721" alt=""><figcaption><p>Orientações para o responsável pela tarefa</p></figcaption></figure>

{% hint style="warning" %}
Este item possui uso opcional, com um limite de 3072 caracteres e as ações descritas aqui não são obrigatórias, como em [Como configurar checklist de procedimentos](/zeev/como-construir-processos/como-desenhar-processos/o-que-sao-atividades/como-configurar-atividades-humanas/como-configurar-checklist-de-procedimentos.md).
{% endhint %}


---

# 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-orientacoes-para-o-responsavel.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.
