# Cosa sono le funzioni

Le funzioni in AIsuru permettono al tuo Agente di estendere le sue capacità oltre la semplice conversazione. Esistono due tipi principali di funzioni:

1. Funzioni integrate ("Funzioni di AIsuru"):
   1. Strumenti pre-configurati pronti all'uso;
   2. Includono funzionalità come invio email e ricerca di informazioni sul web;
   3. Facili da attivare e utilizzare senza configurazioni complesse.
2. Funzioni personalizzate ("Funzioni avanzate"):
   1. Permettono di creare integrazioni personalizzate con servizi esterni;
   2. Consentono di automatizzare processi complessi;
   3. Richiedono configurazioni tecniche più dettagliate.

Grazie alle funzioni puoi:

* Recuperare informazioni da fonti esterne in tempo reale;
* Automatizzare azioni ripetitive;
* Personalizzare le risposte dell'Agente in base a dati specifici;
* Integrare l'Agente con altri sistemi e servizi.

Nelle prossime sezioni esploreremo in dettaglio:

* Le [funzioni integrate](/avanzate/integrazioni/funzioni/funzioni-di-aisuru.md) disponibili in AIsuru;
* Come configurare e utilizzare [funzioni avanzate](/avanzate/integrazioni/funzioni/funzioni-avanzate.md) per casi d'uso specifici.


---

# 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/avanzate/integrazioni/funzioni/cosa-sono-le-funzioni.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.
