# 2. Istruzione dell'Agente e gestione dei contenuti

Ora che hai creato il tuo primo Agente, è il momento di insegnargli tutto ciò che deve sapere. In questa sezione, esploreremo i vari modi per istruire il tuo Agente e gestire i suoi contenuti, trasformandolo in un assistente IA davvero utile e personalizzato.

Ecco cosa imparerai in questo capitolo:

* [**Come istruire il tuo Agente**](/istruzione-gestione-contenuti-agenti/come-istruire-un-agente-panoramica-dei-metodi.md) usando diversi metodi;
* **Come utilizzare il** [**dizionario**](/istruzione-gestione-contenuti-agenti/dizionario.md) per migliorare la comprensione dell'Agente;
* Come sfruttare le **funzionalità avanzate**, come gli [snippet di codice](/istruzione-gestione-contenuti-agenti/istruzione-sezione-avanzata/personalizzazione-dei-contenuti/gestione-dei-testi-preformattati-snippet-di-codice.md), [l'inserimento di codice HTML nei messaggi](/istruzione-gestione-contenuti-agenti/istruzione-sezione-avanzata/html-messaggi.md) e la [personalizzazione delle risposte in base a ruoli, date e luoghi specifici](/istruzione-gestione-contenuti-agenti/istruzione-sezione-avanzata/personalizzazione-dei-contenuti/personalizzare-le-risposte-in-base-a-data-e-luogo-dellutente.md).


---

# Agent Instructions: 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://docs.aisuru.com/istruzione-gestione-contenuti-agenti.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.
