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

# Intestazione

{% hint style="info" %}
Se l'avviso è composto da più pagine, mostra sempre l'intestazione per ciascuna pagina.
{% endhint %}

![Dettaglio della sezione "Intestazione" all'interno dell'avviso di pagamento pagoPA.](/files/6PUWykO7gPi8uWzzUTFF)

### `AVVISO.OGGETTO` <a href="#avviso-oggetto" id="avviso-oggetto"></a>

{% tabs %}
{% tab title="Definizione" %}
Definisce cosa bisogna pagare, con un testo chiaro e significativo per chi riceve l'avviso.
{% endtab %}

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

{% tab title="Dimensioni" %}
Massimo 90 caratteri, spazi compresi.

{% hint style="info" %}
Puoi contare i caratteri con un [qualsiasi strumento online](https://www.charactercountonline.com/).
{% endhint %}
{% endtab %}

{% tab title="Formato" %}
Iniziale maiuscola

{% hint style="success" %}
**Pagamento retta scolastica**
{% endhint %}

{% hint style="danger" %}
~~**PAGAMENTO RETTA SCOLASTICA**~~

(L'uso delle maiuscole compromette la leggibilità non solo sull'avviso di pagamento, ma anche nelle interfacce digitali (es.: app IO, ricevuta via email).
{% endhint %}
{% endtab %}
{% endtabs %}

### `ENTE.LOGO` <a href="#ente-logo" id="ente-logo"></a>

{% tabs %}
{% tab title="Definizione" %}
Logo dell'Ente Creditore che incasserà il tributo.
{% endtab %}

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

{% tab title="Dimensioni" %}
30×30mm
{% endtab %}

{% tab title="Formato" %}
Il logo deve essere vettoriale e su fondo trasparente o bianco.

{% hint style="info" %}
Un logo vettoriale risulta leggibile a qualsiasi dimensione. I formati di un file vettoriale sono ad esempio SVG o EPS. In alternativa, prevedi un file PNG trasparente (o JPG con sfondo bianco) con una risoluzione di 300dpi adatta alle dimensioni richieste.
{% endhint %}

{% endtab %}

{% tab title="Note" %}
Il logo, se sviluppato in orizzontale, deve essere appoggiato all’angolo superiore destro dell’area prevista.
{% 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/intestazione.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.
