> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas/defina-o-proprietario-da-tarefa-e-os-responsaveis.md).

# Defina o proprietário da Tarefa e os responsáveis

As Tarefas usam o responsável e a Atribuição de Funcionário para mostrar claramente a responsabilidade.

Isso ajuda a evitar que o acompanhamento permaneça sem atribuição.

### O que cada Função significa

* **Responsável** — a pessoa responsável pela Tarefa como um todo.
* **Funcionário(s)** — a pessoa ou as pessoas que trabalham na Tarefa.

Uma Tarefa pode ter um responsável.

Uma Tarefa pode incluir vários Funcionários.

{% stepper %}
{% step %}

### Abrir a tarefa

Crie uma nova tarefa ou edite uma existente.
{% endstep %}

{% step %}

### Defina o responsável

Escolha o Funcionário em **Responsável da Tarefa**.
{% endstep %}

{% step %}

### Adicione os Funcionários

Use **Funcionário(s)** para adicionar uma ou mais pessoas.
{% endstep %}

{% step %}

### Salvar

Salve a tarefa.
{% endstep %}
{% endstepper %}

### Boa prática de Atribuição

* defina um responsável claro
* adicione apenas os Funcionários que precisam agir
* revise a responsabilidade quando as Tarefas mudarem de mãos

### Perguntas frequentes

<details>

<summary>Uma Tarefa pode ter vários responsáveis?</summary>

Não.

Uma Tarefa tem um responsável.

</details>

<details>

<summary>Uma Tarefa pode ter vários Funcionários?</summary>

Sim.

Você pode atribuir mais de um Funcionário.

</details>

<details>

<summary>Posso alterar o responsável depois?</summary>

Sim.

Edite a Tarefa e salve a nova Atribuição.

</details>

### Tópicos relacionados

* [**Tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas.md)
* [**Entenda a prioridade da Tarefa**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas/compreenda-a-prioridade-da-tarefa.md)
* [**Use tarefas no App móvel**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas/use-tarefas-na-app-movel.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas/defina-o-proprietario-da-tarefa-e-os-responsaveis.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.
