# Image Caching

Image Caching stores the captured image on a partition drive so that the computer does not have to connect to the Imaging Server to download the entire image during the actual imaging process.

Select at least one computer from the grid to prepare the computer for image caching. Click *Image Caching* and select a Deployment Package to initiate the image caching task of the targeted computers.

{% hint style="info" %}
The Image selected in the Deployment Package should have caching enabled. To enable, select the image under *Images* section and click *Enable Caching*.

Installation Settings configured in the Deployment Package should not have Wipe Disk enabled.
{% endhint %}

Once initiated, the computer will go through the following steps:

1. Map the network share folder (FISShare) to check whether the Imaging Server is reachable or not.
2. Check whether sufficient disk space is available to deploy a given image.
3. Download BSInstaller.exe and PIMAUtil.exe.
4. Create a Cache Image partition.
5. Copy boot.wim file from the Imaging server.
6. Prepare the PE Image by copying all required files and data to the boot.wim (WinPE) file, and copying the install.wim file to the cache partition.

Once the above steps are completed successfully, the computer will be *Ready for Imaging*.


---

# 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://docs.faronics.com/deep-freeze-cloud/using-deep-freeze-cloud-console/imaging/image-caching.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.
