# Downloading / Emailing System Logs

The Get System Logs section allows access to server logs for analysis by support engineers. It allows you to extract the most recent logging data from the selected Cryoserver hosts and compress it into a ZIP file that can be downloaded or emailed.

It is recommended to check all the options and download or email the logs to your system, then forward the logs to your support contact.

{% hint style="info" %}
**Note**: The **Config Details** option will not include password details. It abstracts only a small number of items from the configuration database and some configuration files. It can take up to 3 minutes to obtain the logging data from all servers.
{% endhint %}

1. Navigate to **Management** > **Get System Logs**.
2. Check the options for which you want to download / email the logs. To select all the options in a category, check the **All** field.
3. Enter the number of lines, from last, which you want to download / email.
4. To download the logs, click the **Download** button.
5. To email the logs, enter the email address(es) to which you want to email in the **Email** field. To enter multiple email addresses, separate them with commas.
6. Click the **Email** button.
7. The logs will be emailed to the email address(es).


---

# 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://help.cryoserver.com/basic-configuration/downloading-emailing-system-logs.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.
