> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/manager/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/manager/content/simbooks/downloading-book-resources.md).

# Downloading Book Resources

![Download Instructor Resource Files for SIMbook](/files/-MK0KBzIayFkrVLCKfy_)

### :arrow\_down: 1. Download Instructor Resource Files for SIMbook

Navigate to the main page of the SIMbooks section, and at the top of the page you will find the option to download the Instructor resources for the SIMbooks. This link will display a dialog in which you can select the resources available for download.

{% hint style="info" %}
**Note**: You may also open a specific chapter's Action Menu and select **Download Instructor Resources** to isolate a single chapter of resoures to download.
{% endhint %}

![Select Instructor Resources to Download](/files/-MK0KLsm0hsmOEZJftUn)

### :heavy\_check\_mark: 2. Available Instructor Resources

You can select SIMbook the resources you want to download from specific chapters by filtering the chapter, type of file, or title.

### :ok: 3. Download Selected Files or Cancel

When you have selected all the resources you would like to download, the Download selected Files button will save them to the downloads folder on your hard drive.

If you would not like to download any of the files, you can click the cancel button to take you back to the Search SIMbook page.


---

# 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://help.simnetonline.com/manager/content/simbooks/downloading-book-resources.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.
