> 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/cards-nos-atendimentos.md).

# Cards nos Atendimentos

O KanbanPro aparece em dois lugares dentro dos atendimentos, permitindo gerenciar cards sem sair do chat.

***

#### Painel lateral

No painel de informações do atendimento, existe uma seção **Kanban Pro** que mostra todos os cards vinculados ao contato daquele ticket.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2FgHc65bdfxIVCBzO48t1a%2Fimage.png?alt=media&amp;token=2453f433-e03d-4cd7-a8cf-322c61f38a39" alt=""><figcaption></figcaption></figure>

**O que você pode fazer:**

* Ver todos os cards do contato
* Clicar no título para abrir o modal completo do card
* **Mover o card de etapa** direto pelo seletor inline — sem precisar abrir o modal
* Criar um novo card clicando em **Vincular etapa**

***

#### Aba de contato

No perfil do contato, há uma aba específica do Kanban Pro mostrando todos os cards daquele contato agrupados por quadro.

<figure><img src="https://2235870375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJFd0S7KpQIO1rClRKQDP%2Fuploads%2Few4iSOLerFt7gDk3MPgP%2Fimage.png?alt=media&amp;token=dcd33e1b-bb54-4ecd-a6ac-b50c54c81157" alt=""><figcaption></figcaption></figure>

**O que você pode fazer:**

* Ver cards organizados por quadro
* Filtrar por prioridade e data via chip de informações
* Criar um novo card com **+ Novo Card**
* Abrir o modal completo de qualquer card

***

#### Criar card a partir do atendimento

1. Clique em **Vincular etapa** (painel lateral) ou **+ Novo Card** (aba do contato)
2. Selecione o quadro — as etapas carregam automaticamente
3. Selecione a etapa de destino
4. Dê um título ao card
5. Clique em **Criar card**

O contato já é vinculado automaticamente ao card criado.


---

# 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/cards-nos-atendimentos.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.
