> For the complete documentation index, see [llms.txt](https://help.prenotauncampo.it/gestionale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.prenotauncampo.it/gestionale/appforyou/duns.md).

# Ottenere il Numero D-U-N-S

&#x20;

Prima di poter procedere con l'abilitazione alla pubblicazione delle App, è necessario **recuperare il Numero D-U-N-S** perché sarà richiesto nel seguente passaggio della procedura di Apple.

Il Numero D-U-N-S è un **identificativo gratuito** che viene **assegnato a tutte le società a livello mondiale**. Apple obbliga i suoi developer a comunicare tale numero.

{% hint style="warning" %}
Nella maggior parte dei casi **tutte le società sono già state abbinate a questi numeri identificativi** da enti che fanno questo di lavoro in collaborazione con l'AdE e le varie C.C.
{% endhint %}

## 1) Controlla se ne hai già uno

Per scoprire qual'è il numero che è stato **abbinato alla tua società**:

* [clicca qui](https://developer.apple.com/enroll/duns-lookup/#!/search)
* compila il modulo &#x20;

  <img src="/files/-LeN5mU2QTO8GFTVJD5m" alt="" data-size="original">
* clicca il pulsante blu in basso '**Continue**'

{% hint style="success" %}
Il sistema restituisce automaticamente la tua società, selezionala e clicca sul pulsante blu '**Continue**' per farti **inviare il Numero D-U-N-S all'indirizzo email** che hai indicato nel modulo.  &#x20;

<img src="/files/-LeNANP2wePwQX8Lq0bn" alt="" data-size="original">
{% endhint %}

## 2) Richiedine uno qualora non ti sia stato assegnato

In alcuni casi, in particolar modo per quelle **entità che non hanno una Partita IVA ma soltanto il Codice Fiscale**, è possibile che non sia stato ancora assegnato un Numero D-U-N-S e che quindi vada **richiesto gratuitamente**.

La procedura è identica al passaggio precedente, l'unica differenza è che vi troverete davanti a questa schermata in cui dovrete spuntare la casella a fondo pagina e cliccare su '**Submit**'.&#x20;

Sarete ricontattati da **Dun & Bradstreet**, l'ente che si occupa dei D-U-N-S, il quale vi chiederà alcune informazioni di conferma e vi invierà il vostro numero.

![](/files/-LeNAqmSTQ3GnXb3edEp)


---

# 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://help.prenotauncampo.it/gestionale/appforyou/duns.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.
