> 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-2/specifiche-tecniche/informazioni-sul-destinatario.md).

# Informazioni sul Destinatario

![Dettaglio della sezione "Informazioni sul Destinatario" all'interno dell'avviso di pagamento pagoPA.](/files/ly0gluu3jHr3zizqvzMO)

### `DESTINATARIO.CF` <a href="#destinatario-cf" id="destinatario-cf"></a>

{% tabs %}
{% tab title="Definizione" %}
Codice Fiscale o Partita IVA del debitore a cui è intestata la posizione debitoria.
{% endtab %}

{% tab title="Tipo" %}
Stringa
{% endtab %}

{% tab title="Dimensioni" %}
Massimo 16 caratteri
{% endtab %}

{% tab title="Formato" %}
TUTTO MAIUSCOLO
{% endtab %}

{% tab title="Note" %}
È possibile omettere il dato soltanto se non è noto, come ad esempio un cittadino straniero che non ha un codice fiscale italiano.
{% endtab %}
{% endtabs %}

### `DESTINATARIO.NOMECOMPLETO` <a href="#destinatario-nomecompleto" id="destinatario-nomecompleto"></a>

{% tabs %}
{% tab title="Definizione" %}
Nome e cognome del debitore a cui è intestata la posizione debitoria
{% endtab %}

{% tab title="Tipo" %}
Stringa
{% endtab %}

{% tab title="Dimensioni" %}
Massimo 70 caratteri
{% endtab %}

{% tab title="Formato" %}
Iniziali Maiuscole
{% endtab %}

{% tab title="Note" %}
Nel caso di una sola riga, l’allineamento deve essere al bordo superiore.
{% endtab %}
{% endtabs %}

### `DESTINATARIO.INDIRIZZO` <a href="#destinatario-indirizzo" id="destinatario-indirizzo"></a>

{% tabs %}
{% tab title="Definizione" %}
Indirizzo del del debitore a cui è intestata la posizione debitoria
{% endtab %}

{% tab title="Tipo" %}
Stringa
{% endtab %}

{% tab title="Dimensioni" %}
Massimo 140 caratteri
{% endtab %}

{% tab title="Note" %}
Nel caso di una sola riga, l’allineamento deve essere al bordo superiore.
{% endtab %}
{% endtabs %}


---

# 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-2/specifiche-tecniche/informazioni-sul-destinatario.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.
