> 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/quadros.md).

# Quadros

Um **quadro** representa um processo completo. Você pode ter vários quadros — um para vendas, outro para suporte, outro para projetos internos.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2Fp8whLvxpimATtZQaocmx%2Fimage.png?alt=media&amp;token=5c6786e0-2406-422e-8bb0-8559fa02caa2" alt=""><figcaption></figcaption></figure>

#### Criar um quadro

1. No menu lateral esquerdo, clique em **+ Novo Quadro**
2. Preencha as informações:
   * **Nome** — obrigatório. Ex: "Funil de Vendas"
   * **Descrição** — opcional, aparece como dica ao passar o mouse
   * **Cor** — escolha nos swatches ou use uma cor personalizada
   * **Ícone** — opcional, aparece junto ao nome na sidebar
3. Clique em **Criar Quadro**

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FXv9CEF5gxFTII1xv6C8c%2Fimage.png?alt=media&amp;token=8717defe-f615-4201-9955-1bc40f454c91" alt=""><figcaption></figcaption></figure>

#### Definir um quadro padrão

Clique na ⭐ estrela ao lado do quadro. O quadro padrão é aberto automaticamente quando você acessa o KanbanPro.

#### Reordenar quadros

Arraste os quadros pelo ícone de três linhas (≡) para reordenar na sidebar.

#### Arquivar um quadro

Quadros arquivados ficam ocultos da lista principal mas **não são deletados** — você pode restaurá-los quando precisar.

1. Clique no ícone de arquivo (📁) ao lado do quadro
2. Confirme a ação no diálogo

Para ver quadros arquivados, clique em **Ver arquivados** no final da sidebar.

#### Controle de acesso

Na aba **Acesso** do modal de edição do quadro, você define quem pode visualizar e editar.

| Perfil           | O que pode fazer                                     |
| ---------------- | ---------------------------------------------------- |
| **Admin**        | Cria/deleta colunas, arquiva cards, gerencia membros |
| **Editor**       | Cria e move cards, edita informações                 |
| **Visualizador** | Só lê, não pode alterar nada                         |

> ℹ️ Usuários com perfil **admin** ou **supervisor** na plataforma têm acesso automático a todos os quadros, independente da configuração de membros.


---

# 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/quadros.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.
