> For the complete documentation index, see [llms.txt](https://docs.boostfordaz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boostfordaz.com/using-boost-for-daz/rendering-with-boost-for-daz/rendering-the-daz-project/interrupted-renders.md).

# Interrupted Renders

If Daz Studio crashes on your local machine while uploading a render package, your upload will be terminated.&#x20;

{% hint style="info" %}
However, your Iray server machine on Boost for Daz (that you selected from the Catalog and connected to prior to hitting the Render button) is still **active**.&#x20;
{% endhint %}

Whatever portion of your render package was uploaded before the crash (and termination of upload) is temporarily stored in a cache on that Iray server machine on Boost for Daz.\
\
We recommend that you do the following to complete your render:

* Restart Daz Studio.
* Within Daz Studio, go to the ‘render settings’ tab and reconnect to the same Iray server on Boost for Daz using the same credentials on your Boost for Daz Dashboard).
* Hit the Connect button
* Press the Render button again.

Daz will rebuild the render package and begin the upload process to the Iray server machine still active on Boost for Daz. But because of the intelligent caching on Boost for Daz, the portion of the render package that did get uploaded is still there in the intelligent cache so the render will pick up from where it left off.


---

# 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://docs.boostfordaz.com/using-boost-for-daz/rendering-with-boost-for-daz/rendering-the-daz-project/interrupted-renders.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.
