# Funzioni

Le funzioni (function) di AIsuru **ti permettono di estendere le capacità del tuo assistente virtuale,** consentendogli di eseguire azioni specifiche e interagire con sistemi esterni. Questa potente funzionalità trasforma il tuo IA da un semplice chatbot a uno strumento versatile e personalizzabile.

In questa sezione, esploreremo:

* [Cosa sono le funzioni](/avanzate/integrazioni/funzioni/cosa-sono-le-funzioni.md) e come possono migliorare il tuo assistente IA;
* [Come impostare e configurare una funzione](/avanzate/integrazioni/funzioni/funzioni-avanzate/come-configurare-una-funzione-personalizzata.md) passo dopo passo;
* [Best practice e casi d'uso](/avanzate/integrazioni/funzioni/funzioni-avanzate/funzioni-avanzate-best-practice-e-casi-duso.md) comuni per sfruttare al meglio questa funzionalità.

Che tu stia cercando di integrare dati in tempo reale, automatizzare processi o creare esperienze utente uniche, le funzioni di AIsuru ti offrono gli strumenti per realizzare la tua visione. Continua a leggere per scoprire come sbloccare tutto il potenziale del tuo assistente IA! 🚀

{% hint style="info" %}
💡 Vuoi importare funzioni da un altro agente?\
Vai su Import/Export > Importa Funzioni e Intenti
{% endhint %}


---

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