> 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/filtrar-e-pesquisar-tarefas.md).

# Filtrar e pesquisar Tarefas

A Visão geral das tarefas ajuda você a reduzir rapidamente listas grandes de tarefas.

Você pode combinar filtros para focar no trabalho que importa agora.

### Grupos comuns de filtros

#### Filtros de Funcionário

* **Minhas Tarefas**
* **Tarefas delegadas**
* **Todas as Tarefas**

#### Filtros de intervalo de datas

* **Hoje**
* **Hoje e amanhã**
* **Próximos sete dias**
* **Esta semana**
* **Todos em atraso**
* **Todos os futuros**

#### Filtros de Estado

* **Ainda não iniciado**
* **Em andamento**
* **Concluído**
* **Interrompido**
* **Todos os não concluídos**
* **Todos os Estados**

{% stepper %}
{% step %}

### Abra a Visão geral das tarefas

Vá para a Visão geral de Tarefas no BackOffice.
{% endstep %}

{% step %}

### Escolha seus filtros

Selecione os filtros de Funcionário, de intervalo e de Estado de que você precisa.
{% endstep %}

{% step %}

### Refine o resultado

Adicione mais filtros, como categoria, se estiverem disponíveis.
{% endstep %}

{% step %}

### Pesquise por palavra-chave

Use a caixa de pesquisa para encontrar tarefas por nome ou descrição.
{% endstep %}
{% endstepper %}

### Boas combinações de filtros

* tarefas em atraso atribuídas a você
* tarefas delegadas com vencimento esta semana
* tarefas de alta prioridade ainda em andamento

### Perguntas frequentes

<details>

<summary>Posso combinar vários filtros?</summary>

Sim.

Essa é a melhor forma de reduzir a lista.

</details>

<details>

<summary>Qual é a diferença entre Minhas Tarefas e Tarefas Delegadas?</summary>

**Minhas Tarefas** mostra tarefas atribuídas a você.

**Tarefas delegadas** mostra tarefas que você atribuiu a outras pessoas.

</details>

<details>

<summary>Também posso pesquisar por categoria?</summary>

Se os filtros de categoria estiverem disponíveis na sua configuração, sim.

</details>

### Tópicos relacionados

* [**Tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas.md)
* [**Configurar categorias de tarefas**](/outsmart-knowledge-base/outsmart-knowledge-base-pt/marketplace-pacotes-e-power-ups/power-ups/tarefas/configure-categorias-de-tarefas.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/filtrar-e-pesquisar-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.
