# Istruzioni IA: cosa sono e come modificarle

Le istruzioni sono fondamentali per definire il comportamento e le capacità del tuo Agente in AIsuru. Puoi sfruttarle per stabilire:

* **Ruolo e competenze** del tuo Agente;
* **Stile delle risposte**;
* **Limitazioni e linee guida comportamentali**.

{% hint style="danger" %}
Non inserire mai informazioni riservate all'interno delle istruzioni dell'Agente. **Tutto ciò che inserisci nelle istruzioni potrebbe essere rivelato all'utente**!
{% endhint %}

### Accesso e modifica delle istruzioni

Per modificare le istruzioni del tuo Agente, segui questi passaggi:

1. Accedi al pannello di gestione dell'Agente desiderato;
2. Seleziona <img src="/files/amu3T8RmvmSvw48RQTc6" alt="" data-size="line"> **Impostazioni** nella barra laterale;
3. All'interno della pagina, accedi alla sezione <img src="/files/a6OmJTuyXF3NViXF0fJU" alt="" data-size="line"> **IA**;
4. Individua il campo "Istruzioni", modifica come preferisci e premi su "Salva le modifiche".

*Nota: Il campo "Istruzioni" può essere espanso premendo su "Espandi" per aprire un editor avanzato del system prompt.*

Se vuoi creare istruzioni efficaci, prosegui con il prossimo capitolo 👇


---

# 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/ai-generativa/prompt-engineering/istruzioni-ia-cosa-sono-e-come-modificarle.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.
