> 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/de/readme/securely-send-a-webpage-to-our-team.md).

# Eine Webseite sicher an unser Team senden

{% tabs %}
{% tab title="Windows" %}
Um eine vollständige Webseite mit dem Kundensupport-Team zu teilen, führen Sie die folgenden Schritte aus.

#### Die Webseite speichern <a href="#save-the-webpage" id="save-the-webpage"></a>

1. Öffnen Sie die Webseite in Ihrem Browser.
2. Drücken Sie `Ctrl + S`. Dadurch wird das Fenster „Seite speichern“ geöffnet.
3. Wählen Sie einen Speicherort auf Ihrem Computer, an dem Sie die Datei speichern möchten.
4. Speichern Sie die Seite und alle Ressourcen (HTML, CSS, Bilder).

#### Die gespeicherte Webseite komprimieren <a href="#compress-the-saved-webpage" id="compress-the-saved-webpage"></a>

1. Suchen Sie den Ordner, der die gespeicherten Webseitendateien enthält.
2. Klicken Sie mit der rechten Maustaste auf den Ordner und wählen Sie dann „Komprimieren zu – ZIP-Datei“.
3. Eine `.zip`-Datei wird am selben Ort erstellt.

#### Den komprimierten Ordner senden <a href="#send-the-zipped-folder" id="send-the-zipped-folder"></a>

1. Öffnen Sie Ihr E-Mail-Programm.
2. Verfassen Sie eine neue Nachricht an das [Kundensupport-Team](mailto:service@devolutions.net).
3. Fügen Sie die von Ihnen erstellte `.zip`-Datei als Anhang hinzu.
4. Senden Sie die E-Mail.
   {% endtab %}

{% tab title="macOS" %}
Um eine vollständige Webseite mit dem Kundensupport-Team zu teilen, führen Sie die folgenden Schritte aus.

#### Die Webseite speichern <a href="#save-the-webpage-1" id="save-the-webpage-1"></a>

1. Öffnen Sie die Webseite in Ihrem Browser.
2. Drücken Sie Command `(⌘) + S`.
3. Wählen Sie einen Speicherort für die Datei.
4. Speichern Sie die Seite und alle Ressourcen (HTML, CSS, Bilder).

#### Die gespeicherte Webseite komprimieren <a href="#compress-the-saved-webpage-1" id="compress-the-saved-webpage-1"></a>

1. Suchen Sie den Ordner, der beim Speichern der Webseite erstellt wurde.
2. Klicken Sie mit der rechten Maustaste auf den Ordner.
3. Wählen Sie im Menü „"Ordnername" komprimieren“ aus.
4. Eine `.zip`-Datei erscheint am selben Ort.

#### Den komprimierten Ordner senden <a href="#send-the-zipped-folder-1" id="send-the-zipped-folder-1"></a>

1. Öffnen Sie Ihre E-Mail-Anwendung.
2. Erstellen Sie eine neue Nachricht an das [Kundensupport-Team](mailto:service@devolutions.net.).
3. Fügen Sie die gerade erstellte `.zip`-Datei als Anhang hinzu.
4. Senden Sie die 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/de/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.
