# Saving Instructions

Project assignments for SIMnet 2019+ can be viewed directly in your browser. If you would prefer, they can be downloaded to your computer to review offline. To save your project instructions to your computer, click the **Print/Download** icon in the upper right corner of your project instructions.

![Project instructions view](/files/-MA25K7WNtRcLyU7sUlN)

{% tabs %}
{% tab title="Chrome" %}
Click the **Print/Download** icon to open the *Print* dialog. Ensure that the *Destination* option is set to **Save as PDF**. Click the **Save** button to save the instructions to your computer.

![The Chrome Print window](/files/-MA24aYaNMfmBpaMLmg-)
{% endtab %}

{% tab title="Firefox" %}
Click the **Print/Download** icon to open the *Print* dialog. Ensure that the *Selected Printer* is **Microsoft Print to PDF**. Click the **Print** button. Use the *Save As* dialog to save the file to the desired location.

![The Firefox Print window](/files/-MA25V8xDxUjPbDVujmG)
{% endtab %}

{% tab title="Edge" %}
Click the **Print/Download** icon to open the *Print* dialog. Ensure that the *Selected Printer* is **Microsoft Print to PDF**. Click the **Print** button. Use the *Save As* dialog to save the file to the desired location.

![The Edge Print window](/files/-MA27X0-5KzH_kU6CWUC)
{% endtab %}

{% tab title="Safari" %}
Click the **Print/Download** icon to open the *Print* dialog. In the lower right corner of the dialog, select the **Down Arrow** next to the PDF menu. Select **Save as PDF**. Use the *Save As* dialog to save the file to the desired location and click **Save**.

![The Safari Print window](/files/-MA27dAmGhqd4D99bo9m)
{% endtab %}
{% endtabs %}


---

# 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.simnetonline.com/students/assignments/projects/saving-instructions.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.
