> For the complete documentation index, see [llms.txt](https://fytex.gitbook.io/fyzap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fytex.gitbook.io/fyzap/tarefas.md).

# Tarefas

O módulo de **Tarefas** permite organizar atividades internas, atribuindo responsabilidades a usuários ou equipes, com definição de **prazo**, **prioridade** e **acompanhamento do andamento**.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FL2MwH7TbU2Y28tuIRfHc%2Fimage.png?alt=media&amp;token=f0a1753a-ae62-4187-9d1c-1adc8e3d24c8" alt=""><figcaption></figcaption></figure>

***

### ➕ Criando uma tarefa

Ao criar uma tarefa, você pode:

* 👤 Atribuir a tarefa a um **usuário específico**
* 👥 Direcionar a tarefa para uma **equipe**
* ⏰ Definir **prazo de conclusão**
* 🚦 Definir a **prioridade** da tarefa

Quando uma tarefa é criada para outro usuário ou equipe, uma **notificação é enviada automaticamente no chat interno**, garantindo que todos sejam informados.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FyvOzMzn7zvy75MM5lKhn%2Fimage.png?alt=media&amp;token=bb26654e-9baf-4e33-b563-48517c605e5b" alt=""><figcaption></figcaption></figure>

***

### 🔄 Status da tarefa

Após a criação, a tarefa poderá:

* ▶️ Ser **aceita** e colocada **em andamento**
* ❌ Ser **recusada**, caso não seja aplicável

O responsável (usuário ou equipe) controla o andamento da tarefa conforme o fluxo de trabalho.

***

### 👀 Acompanhamento e permissões

Administradores e supervisores podem:

* 📊 Acompanhar o **andamento das tarefas**
* 📝 Criar tarefas para **qualquer usuário ou equipe**
* ⚙️ Definir se usuários comuns podem criar tarefas para outros usuários ou equipes através das **Configurações do sistema**

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FEsIzQIOrGrQmremiZurH%2Fimage.png?alt=media&amp;token=bdd33729-0538-438b-97c5-c82423c7a2d3" alt=""><figcaption></figcaption></figure>

***

### 📌 Observações importantes

* 🔒 Caso as permissões estejam desativadas, o usuário só poderá criar tarefas para si mesmo ou para sua própria equipe.
* 🧩 O uso correto das tarefas ajuda a manter a organização e melhora a produtividade da equipe.


---

# 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://fytex.gitbook.io/fyzap/tarefas.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.
