# Come istruire un Agente: panoramica dei metodi

Istruire il tuo Agente è fondamentale per garantire risposte accurate e pertinenti. AIsuru mette a disposizione diversi strumenti per arricchire la base di conoscenza del tuo assistente, adattandosi alle tue esigenze specifiche:

* [**Istruiscimi**](/istruzione-gestione-contenuti-agenti/istruiscimi-insegna-nuove-informazioni-allagente-chiacchierando.md) -> è una sezione in cui puoi istruire la tua IA semplicemente conversando;
* [**Contenuti**](/istruzione-gestione-contenuti-agenti/contenuti.md) -> insegna all'IA come deve rispondere a domande specifiche o su certi temi.
* [**Importazione di documenti**](/istruzione-gestione-contenuti-agenti/importazione-di-documenti.md) -> insegna conoscenza specifica al tuo Agente importando documenti testuali;

Vediamo questi metodi nel dettaglio!


---

# 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/come-istruire-un-agente-panoramica-dei-metodi.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.
