# Assembly Pipeline Foundations

{% embed url="<https://www.youtube.com/watch?v=7t2IZyKdX6Y>" %}

There are a number of workflow tools, file systems, and libraries that are key to understanding in order to build successful assembly pipelines using Octane and the Render Network.

#### **OCS vs ORBX**

* OCS: Saves the current layout (.ocs file), ideal for saving the master scene.
* ORBX: Stores encapsulated objects (.orbx), ideal for asset libraries and importing.

#### Differential Upload

When preparing jobs for the Render Network using **Render Network Manager**, scenes are uploaded incrementally:

* Only new or changed assets are re-uploaded
* File trees and XRefs are respected
* Saves time and bandwidth<br>

For more comprehensive information about using **Differential Uploading** on the Render Network, please refer to the guide below.

{% embed url="<https://know.rendernetwork.com/getting-started/render-network-tutorials/using-renders-differential-uploading-from-octane-standalone>" %}


---

# 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://know.rendernetwork.com/getting-started/how-to-build-assembly-pipelines-with-octane-and-the-render-network/assembly-pipeline-foundations.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.
