# Codice di embed

Il codice di embed di AIsuru è uno strumento potente che ti permette di integrare facilmente il tuo Agente IA in qualsiasi sito web o applicazione. Con questo codice, puoi portare l'intelligenza del tuo assistente virtuale direttamente ai tuoi utenti, ovunque si trovino.

Per portare il tuo Agente al di fuori della piattaforma devi, innanzitutto, ottenere il tuo codice di embed.

### Ottieni il tuo codice di embed

1. Accedi al pannello di gestione del tuo Agente;
2. Naviga alla scheda "**Condividimi**";
3. [Crea un layout](/condivisione/crea-e-gestisci-i-layout-di-condivisione.md) o premi sul tasto <img src="/files/4zK8hn1CBPKLZv8i4bcM" alt="" data-size="line"> di un layout esistente;
4. Vai alla sezione "Codice di embed" del tuo layout;
5. Copia il codice fornito;
6. Inserisci il codice all'interno della tua pagina web.


---

# 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/condivisione/codice-di-embed.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.
