> 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-sullente-creditore.md).

# Informazioni sull'Ente Creditore

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

### `ENTE.CF` <a href="#ente-cf" id="ente-cf"></a>

{% tabs %}
{% tab title="Definizione" %}
Codice Fiscale o Partita IVA dell'Ente Creditore
{% endtab %}

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

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

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

### `ENTE.NOME` <a href="#ente-nome" id="ente-nome"></a>

{% tabs %}
{% tab title="Definizione" %}
Denominazione dell'Ente Creditore
{% endtab %}

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

{% tab title="Dimensioni" %}
Massimo 50 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 %}

### `ENTE.SETTORE` <a href="#ente-settore" id="ente-settore"></a>

{% tabs %}
{% tab title="Definizione" %}
Denominazione dell'unità organizzativa che gestisce il pagamento.
{% endtab %}

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

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

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

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

### `ENTE.INFO` <a href="#ente-info" id="ente-info"></a>

{% tabs %}
{% tab title="Definizione" %}
Riferimenti dei canali di contatto dell'Ente Creditore destinati ai cittadini, come ad esempio sito web, call center o email dedicata.
{% endtab %}

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

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

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

{% tab title="Note" %}

* Nel caso di una sola riga, l’allineamento deve essere al bordo superiore.
* Se devi inserire più elementi, puoi usare come separatore il [punto mediano](https://it.wikipedia.org/wiki/Punto_mediano) `·`&#x20;
  {% 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-sullente-creditore.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.
