> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/resources/it/readme/securely-send-a-webpage-to-our-team.md).

# Inviare una pagina web al nostro team in modo sicuro

{% tabs %}
{% tab title="Windows" %}
Per condividere una pagina web completa con il team di assistenza clienti, segua i passaggi seguenti.

#### Salvare la pagina web <a href="#save-the-webpage" id="save-the-webpage"></a>

1. Apra la pagina web nel suo browser.
2. Prema `Ctrl + S`. Si aprirà la finestra Salva pagina.
3. Scelga una posizione sul suo computer in cui desidera salvare il file.
4. Salvi la pagina e tutte le risorse (HTML, CSS, immagini).

#### Comprimere la pagina web salvata <a href="#compress-the-saved-webpage" id="compress-the-saved-webpage"></a>

1. Individui la cartella che contiene i file della pagina web salvata.
2. Faccia clic con il pulsante destro sulla cartella, quindi scelga Comprimi in – File ZIP.
3. Nella stessa posizione verrà creato un file `.zip`.

#### Inviare la cartella compressa <a href="#send-the-zipped-folder" id="send-the-zipped-folder"></a>

1. Apra il suo client di posta elettronica.
2. Componga un nuovo messaggio per il [team di assistenza clienti](mailto:service@devolutions.net).
3. Alleghi il file `.zip` che ha creato.
4. Invii l'e-mail.
   {% endtab %}

{% tab title="macOS" %}
Per condividere una pagina web completa con il team di assistenza clienti, segua i passaggi seguenti.

#### Salvare la pagina web <a href="#save-the-webpage-1" id="save-the-webpage-1"></a>

1. Apra la pagina web nel suo browser.
2. Prema Command `(⌘) + S`.
3. Scelga una posizione in cui salvare il file.
4. Salvi la pagina e tutte le risorse (HTML, CSS, immagini).

#### Comprimere la pagina web salvata <a href="#compress-the-saved-webpage-1" id="compress-the-saved-webpage-1"></a>

1. Individui la cartella creata al momento del salvataggio della pagina web.
2. Faccia clic con il pulsante destro sulla cartella.
3. Selezioni Comprimi "Nome cartella" dal menu.
4. Nella stessa posizione comparirà un file `.zip`.

#### Inviare la cartella compressa <a href="#send-the-zipped-folder-1" id="send-the-zipped-folder-1"></a>

1. Apra la sua applicazione di posta elettronica.
2. Crei un nuovo messaggio indirizzato al [team di assistenza clienti](mailto:service@devolutions.net.).
3. Alleghi il file `.zip` che ha appena creato.
4. Invii l'e-mail.
   {% endtab %}
   {% endtabs %}


---

# 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://docs.devolutions.net/resources/it/readme/securely-send-a-webpage-to-our-team.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.
