# Condivisione

Ora che hai creato e istruito il tuo primo Agente, è il momento di condividerlo con il mondo. AIsuru offre diverse opzioni per controllare chi può interagirci.

Una volta che hai cretao il tuo Agente, sei pronto a condividerlo con il mondo:

* Entra nel pannello di gestione dell'Agente che vuoi condividere;
* Dalla barra laterale vai alla sezione "Condividimi";
* Attiva o disattiva la voce "Mostra in homepage" ->
  * Se è attiva -> gli utenti potranno trovare e provare il tuo Agente direttamente dalla homepage;
  * Se è disattivata -> gli utenti non vedranno il tuo Agente in homepage, ma chi ha il link potrà comunque accedere ed usare il tuo assistente.
* **Copia il tuo link** (privato o pubblico) cliccando su questo pulsante: <img src="/files/sOB8j7tskJefILLjh4Am" alt="" data-size="line">
* **Condividi l'Agente con chi vuoi**!

{% hint style="info" %}
**Se l'Agente è privato agli utenti sarà richiesta la password**. Non è mai possibile accedere ad un Agente protetto senza inserire la password, anche se questo è mostrato in homepage
{% 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/primi-passi/creazione-del-primo-agente/condivisione.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.
