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

# Securely send a webpage to our team

{% tabs %}
{% tab title="Windows" %}
To share a complete webpage with the customer support team, follow the steps below.

#### Save the webpage <a href="#save-the-webpage" id="save-the-webpage"></a>

1. Open the webpage in your browser.
2. Press `Ctrl + S`. This will open the Save page window.
3. Choose a location on your computer where you would like to save the file.
4. Save the page and all resources (HTML, CSS, images).

#### Compress the saved webpage <a href="#compress-the-saved-webpage" id="compress-the-saved-webpage"></a>

1. Locate the folder that contains the saved webpage files.
2. Right-click the folder, then choose Compress to – ZIP File.
3. A `.zip` file will be created in the same location.

#### Send the zipped folder <a href="#send-the-zipped-folder" id="send-the-zipped-folder"></a>

1. Open your email client.
2. Compose a new message to the [customer support team](mailto:service@devolutions.net).
3. Attach the `.zip` file you created.
4. Send the email.
   {% endtab %}

{% tab title="macOS" %}
To share a complete webpage with the customer support team, follow the steps below.

#### Save the webpage <a href="#save-the-webpage-1" id="save-the-webpage-1"></a>

1. Open the webpage in your browser.
2. Press Command `(⌘) + S`.
3. Choose a location to save the file.
4. Save the page and all resources (HTML, CSS, images).

#### Compress the saved webpage <a href="#compress-the-saved-webpage-1" id="compress-the-saved-webpage-1"></a>

1. Locate the folder that was created when you saved the webpage.
2. Right-click the folder.
3. Select Compress "Folder name" from the menu.
4. A `.zip` file will appear in the same location.

#### Send the zipped folder <a href="#send-the-zipped-folder-1" id="send-the-zipped-folder-1"></a>

1. Open your email application.
2. Create a new message addressed to the [customer support team](mailto:service@devolutions.net.).
3. Attach the `.zip` file you just created.
4. Send the email.
   {% 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:

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