> For the complete documentation index, see [llms.txt](https://docs-it.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-it.docbits.com/administration-and-setup/workflow/cards-overview.md).

# Cards

Le schede sono i blocchi di base di ogni workflow. Le combini nei gruppi **When / And / Then** per descrivere quando un workflow viene eseguito e cosa fa. Questa sezione spiega le schede disponibili e cosa fa ciascuna di esse.

<figure><img src="/files/RIC402BAOVAJTgDRE0XI" alt="Libreria Add Card raggruppata per categoria"><figcaption><p>La libreria <strong>Add Card</strong> — le schede sono raggruppate per categoria.</p></figcaption></figure>

## Gruppi di schede

* **When** — le schede trigger che avviano un workflow (es. tipo di documento, tipo di documento tra quelli elencati).
* **And** — schede di condizione che devono essere anch'esse vere prima che le azioni vengano eseguite. Comprendono le condizioni *Compare with Purchase Order* (PO matching), i confronti *Document Field*, *Date & Time*, *Logic*, *Status*, *Table* e *Assignee*.
* **Then** — schede di azione che svolgono il lavoro: impostano campi, approvano/rifiutano, cambiano stato, esportano, creano attività, assegnano documenti, manipolano tabelle ed eseguono azioni (Call API, Send HTTPS request, Run Workflow, calcoli AI).

## Guide di riferimento delle schede

Per un riferimento completo di ogni scheda e delle relative opzioni, consulta le pagine *complete guide* di questa sezione (Condition Cards, PO Matching Cards, Assignment & User Cards, Task Cards, Field & Table Cards e le schede Action).

## Combinare le schede

Per vedere combinazioni collaudate di schede che risolvono scenari aziendali comuni, consulta le **Workflow Pattern Guides**.


---

# 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-it.docbits.com/administration-and-setup/workflow/cards-overview.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.
