> 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/kanban-pro/etapas-colunas.md).

# Etapas (Colunas)

As **etapas** são as colunas do seu quadro — representam as fases do seu processo. Um funil de vendas clássico pode ter etapas como: *Leads → Contato feito → Proposta enviada → Fechado*.

#### Criar uma etapa

1. Acesse o quadro desejado
2. Clique no ícone ⚙️ **Gerenciar Etapas** na barra superior
3. Clique em **+ Nova Etapa**
4. Preencha:

   * **Nome** — obrigatório
   * **Descrição** — aparece como tooltip no cabeçalho da coluna
   * **Cor** — identifica visualmente a etapa
   * **Ícone** — opcional
   * **Limite de cards (WIP)** — define quantos cards podem estar nessa etapa simultaneamente
   * **Coluna bloqueada** — impede arrastar cards para essa etapa

   <figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FgRswgfOibzhPfhF7RIaR%2Fimage.png?alt=media&amp;token=9ac4bb04-d794-48f7-aef1-c24e6ccd8de9" alt=""><figcaption></figcaption></figure>

#### Limite WIP

WIP significa *Work In Progress* — cards em andamento. Se você definir limite 5 em "Em Negociação", o sistema avisa visualmente quando a coluna atingir esse número.

Isso evita gargalos: a equipe sabe que precisa avançar os cards antes de puxar mais.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FXzLsHsZhzonld0JLaP7I%2Fimage.png?alt=media&amp;token=13ff1510-a217-41ad-89fb-0b9e4e780769" alt=""><figcaption></figcaption></figure>

#### Coluna bloqueada

Uma coluna bloqueada não aceita cards por arrastar. É útil para etapas finais como "Cancelado" ou "Perdido" — o card só chega lá via ação deliberada, não por acidente no drag-and-drop.

#### Reordenar etapas

No gerenciador de etapas, arraste as linhas pelo ícone (≡) para reorganizar a ordem das colunas no quadro.

#### Deletar uma etapa

Ao deletar uma etapa, os cards que estão nela são **arquivados automaticamente** (não são perdidos). Você pode recuperá-los pela função de cards arquivados.


---

# 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/kanban-pro/etapas-colunas.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.
