> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/topicos/geral/tarefas/tipos-de-tarefas.md).

# Tipos de tarefas

No SprintHub, você pode organizar e personalizar melhor suas atividades criando **tipos de tarefas específicos** para a sua operação. Essa funcionalidade permite diferenciar as demandas, facilitando a gestão e trazendo mais clareza para sua equipe.

✨ **Exemplo prático:**\
Uma empresa pode criar os tipos de tarefa **Reunião**, **Ligação**, **Visita** ou **Apresentação**, tornando o acompanhamento muito mais eficiente.

***

### Como criar um Tipo de Tarefa

1. **Acesse as Configurações** ⚙️
   * Clique em **“Encontrar Serviços → Geral → Tarefas”**
   * Ou clique no ícone ✅ no canto superior direito da tela
2. **Adicionar um novo Tipo** ➕
   * Escolha um **Quadro (Board)** para criar seu novo tipo de tarefa
   * Clique em **“Tipos de Tarefa”** e depois em **“+ Adicionar Tipo”**
   * Defina um **Nome** (ex.: Reunião com Cliente)
   * Se desejar, defina um **tipo padrão de tarefas para o Quadro (Board)**. Assim, todas as tarefas criadas seguirão esse padrão.
3. **Salvar e Usar** 💾
   * Após salvar, o novo tipo ficará disponível para seleção ao criar tarefas
   * Cada usuário poderá classificar melhor suas atividades, deixando a operação mais organizada

***

### 🎥 Vídeo Tutorial

{% embed url="<https://youtu.be/q8RphI2J7QQ>" %}

***

### Benefícios de Criar Tipos de Tarefas

✅ Organização clara das demandas\
✅ Relatórios mais precisos\
✅ Melhor controle do tempo da equipe\
✅ Facilidade para identificar prioridades

***

### Conclusão

Criar tipos de tarefas no SprintHub é uma forma simples, mas poderosa, de personalizar sua operação. Ao classificar corretamente suas atividades, você garante **mais produtividade e eficiência** para toda a 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://docs.sprinthub.com/topicos/geral/tarefas/tipos-de-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.
