> For the complete documentation index, see [llms.txt](https://manuale.opencontent.it/manuali/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuale.opencontent.it/manuali/oc-assistant/base-di-conoscenza-e-istruzioni/le-strutture-dati.md).

# Le strutture dati

Le strutture dati sono i dataset che l'assistente può consultare quando elabora una risposta o quando viene creata una nuova istruzione. Rappresentano insiemi di informazioni strutturate (per esempio, elenchi di servizi offerti dall'ente o qualsiasi altro insieme di dati) che l'assistente può usare come riferimento per produrre contenuti coerenti con la realtà organizzativa locale.

<figure><img src="/files/EC2K26iiemEh7eaVHBVK" alt=""><figcaption></figcaption></figure>

## Creare una nuova struttura dati

Per aggiungere un nuovo utente, bisogna accedere a Impostazioni → Ente → Utenti.

<figure><img src="/files/9iPcknnUpl9OlkFRRLB9" alt=""><figcaption></figcaption></figure>

Per creare una nuova struttura dati, lbisogna accedere a Impostazioni → Configurazioni → Strutture dati. Si assegna un nome al dataset, un identificativo univoco e, facoltativamente, una descrizione che ne chiarisca il contenuto e l'uso previsto. Il dataset viene poi alimentato tramite un JSON schema, che definisce la struttura e il formato delle informazioni che conterrà.

Una volta creato, il dataset è disponibile come risorsa selezionabile al momento della configurazione di una nuova istruzione e si può associare a un nuovo utente.&#x20;

Ogni struttura dati può essere modificata nel tempo oppure eliminata quando non è più necessaria.


---

# 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:

```
GET https://manuale.opencontent.it/manuali/oc-assistant/base-di-conoscenza-e-istruzioni/le-strutture-dati.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
