> For the complete documentation index, see [llms.txt](https://trust.memori.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trust.memori.ai/documenti-legali.md).

# DOCUMENTI LEGALI

- [Analisi Gestione Rischio Sistemico](https://trust.memori.ai/documenti-legali/analisi-gestione-rischio-sistemico.md): Valutazione del rischio sistemico del modello GPAI di Memori s.r.l. ai sensi del Regolamento (UE) 2024/1689.
- [GPAI: Modelli di IA per Finalità Generali](https://trust.memori.ai/documenti-legali/gpai-modelli-di-ia-per-finalita-generali.md): Conformità di Memori s.r.l. al Regolamento UE 2024/1689 — AI Act, Capo V
- [Documento GPAI: AIO](https://trust.memori.ai/documenti-legali/gpai-modelli-di-ia-per-finalita-generali/documento-gpai-aio.md): Documento riservato all'AI Office europeo
- [Documento GPAI: NCAs](https://trust.memori.ai/documenti-legali/gpai-modelli-di-ia-per-finalita-generali/documento-gpai-ncas.md): Documento per le Autorità Nazionali Competenti
- [Documento GPAI: DPs](https://trust.memori.ai/documenti-legali/gpai-modelli-di-ia-per-finalita-generali/documento-gpai-dps.md): Documento per i Downstream Providers
- [Public Summary of Training Content](https://trust.memori.ai/documenti-legali/gpai-modelli-di-ia-per-finalita-generali/public-summary-of-training-content.md): Sintesi pubblica dei contenuti di addestramento — MemoriNLP | Memori s.r.l.
- [DPA](https://trust.memori.ai/documenti-legali/dpa.md): Il contratto che definisce come trattiamo i tuoi dati.
- [Condizioni di Servizio](https://trust.memori.ai/documenti-legali/condizioni-di-servizio.md): Il contratto che regola il tuo rapporto con Memori
- [Termini e Condizioni di utilizzo del Sito](https://trust.memori.ai/documenti-legali/termini-e-condizioni-di-utilizzo-del-sito.md): Le regole che disciplinano l'accesso e l'uso del sito aisuru.com


---

# 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://trust.memori.ai/documenti-legali.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.
