> For the complete documentation index, see [llms.txt](https://docs.pagopa.it/avviso-pagamento/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pagopa.it/avviso-pagamento/allegato-1/modelli-base.md).

# Modelli base

{% hint style="success" %}
**Novità**: è ora possibile generare gli avvisi pagoPA in formato PDF tramite API dedicate, senza dover progettare da zero i vari modelli. Per maggiori informazioni, consulta: <https://developer.pagopa.it/pago-pa/guides/stampa-avvisi-pagamento>.
{% endhint %}

{% hint style="info" %}
Hai qualche dubbio? Consulta le [specifiche tecniche](/avviso-pagamento/allegato-2/specifiche-tecniche.md) e scopri [come usare i file](/avviso-pagamento/allegato-2/come-usare-i-file.md).
{% endhint %}

## Rata unica

{% @figma/embed fileId="Zbjx4y41nNvS4qjFzheH0U" nodeId="0:1" url="<https://www.figma.com/file/Zbjx4y41nNvS4qjFzheH0U/Rata-unica?node-id=0%3A1>" %}

### Risorse disponibili

{% file src="/files/8sWUaeYCJWudwfHohtop" %}
Modello di Avviso di pagamento con rata unica (SVG e PDF).
{% endfile %}

### Esempi

* [Esempi](/avviso-pagamento/allegato-1/esempi.md#avviso-con-rata-unica)

### Per approfondire

* [Specifiche Tecniche](/avviso-pagamento/allegato-2/specifiche-tecniche.md)
* [Rata unica](/avviso-pagamento/allegato-2/specifiche-tecniche/dati-per-il-pagamento/rata-unica.md)
* [Bollettino Postale PA](/avviso-pagamento/allegato-2/specifiche-tecniche/dati-per-il-pagamento/bollettino-postale-pa.md)

## Rate multiple

{% @figma/embed fileId="Ld9X9iJkMztmW3JuhENgjm" nodeId="0:1" url="<https://www.figma.com/file/Ld9X9iJkMztmW3JuhENgjm/Rate-multiple?node-id=0%3A1>" %}

### Risorse disponibili

{% file src="/files/t7Q7j3rKLq8megZXXS70" %}
Modello di Avviso di pagamento con più rate (SVG e PDF).
{% endfile %}

### Esempi

* [Esempi](/avviso-pagamento/allegato-1/esempi.md#avviso-con-piu-rate)

### Per approfondire

* [Specifiche Tecniche](/avviso-pagamento/allegato-2/specifiche-tecniche.md)
* [Rate multiple](/avviso-pagamento/allegato-2/specifiche-tecniche/dati-per-il-pagamento/rate-multiple.md)
* [Bollettino Postale PA](/avviso-pagamento/allegato-2/specifiche-tecniche/dati-per-il-pagamento/bollettino-postale-pa.md)

### Altri modelli

* [Avviso con molte rate](/avviso-pagamento/allegato-1/varianti/avviso-con-molte-rate.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://docs.pagopa.it/avviso-pagamento/allegato-1/modelli-base.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.
