> For the complete documentation index, see [llms.txt](https://docs.pagopa.it/pnvalidator/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/pnvalidator/home.md).

# Home

Benvenuto, se ti trovi in questa pagina probabilmente hai bisogno di verificare che la tua integrazione con Piattaforma Notifiche soddisfi i criteri minimi per poter operare in ambiente di staging.

Il tool [PnValidator](https://github.com/pagopa/pn-local-emulator) mette a disposizione un'emulazione (minimale) del sistema Piattaforma Notifiche e un endpoint che produce un report riguardo l'integrazione. Iniziare è molto semplice:

1. Fai partire il tool `PnValidator` seguendo una delle modalità descritte nella sezione [Come eseguire PnValidator](/pnvalidator/come-eseguire-pnvalidator.md).
2. Configura la tua integrazione nel seguente modo:
   1. Usa come token di autenticazione (parametro in header `x-api-key`) il valore `key-value`,
   2. Imposta come URL l'indirizzo dove poter raggiungere `PnValidator` (il valore dipende da dove e come lo hai inizializzato, e.g.: `http://localhost:3000`).
3. Esegui la tua integrazione.
4. Invoca l'endpoint `/checklistresult` di `PnValidator` per avere un report in formato JSON riguardo l'integrazione.

```bash
# the port and the hostname depend on how you started the PnValidator system
curl --location --request GET 'http://localhost:3000/checklistresult'
```


---

# 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/pnvalidator/home.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.
