> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-data-it/guida-pratica-allimportazione/importa-i-dati-prodotto/importa-tramite-un-file-di-dati/fogli-google/condividi-un-google-sheet-rendilo-disponibile-pubblicamente.md).

# Condividi un Google Sheet (rendilo disponibile pubblicamente)

{% stepper %}
{% step %}

### Apri il tuo Google Sheet

Apri il Google Sheet che contiene i dati dei tuoi prodotti e vai al foglio (scheda) che vuoi condividere.
{% endstep %}

{% step %}

### Fai clic su Condividi

Clicca sul **Condividi** pulsante.

<figure><img src="/files/39ce9c279c1f57ed37f68de513801067a06b36a4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Imposta l'accesso generale

Nella finestra pop-up, sotto **Accesso generale**, fai clic sul menu a discesa e scegli l'opzione **Chiunque abbia il link**. Poi seleziona il **Editor** ruolo.

<figure><img src="/files/258b2c8e368ba053aea45eeded571c3bb7783e6e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Copia il link

Copia il link creato — ti servirà per importare i dati dei tuoi prodotti [usando Google Sheets](/import-data/import-data-it/guida-pratica-allimportazione/importa-i-dati-prodotto/importa-tramite-un-file-di-dati/fogli-google.md).
{% endstep %}

{% step %}

### Se condividi solo una scheda

Se hai più schede e vuoi condividere solo una, vai alla scheda che vuoi condividere e copia l'URL dalla barra degli indirizzi del browser.
{% endstep %}

{% step %}

### Termina

Clicca **Fatto**.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Importante: se hai più schede e vuoi condividere solo una, assicurati di copiare l'URL dalla barra degli indirizzi del browser mentre quella scheda specifica è attiva.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/import-data/import-data-it/guida-pratica-allimportazione/importa-i-dati-prodotto/importa-tramite-un-file-di-dati/fogli-google/condividi-un-google-sheet-rendilo-disponibile-pubblicamente.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
