# Simulon Docs

## Docs

- [Simulon Hub](https://docs.simulon.com/hub/simulon-hub.md): Simulon Hub is our desktop app which enables the ability to upload custom assets, download take artifacts, render takes aswell as view and edit scenes directly from Blender.
- [Usage](https://docs.simulon.com/hub/simulon-hub/usage.md): Simulon Hub gives you the ability to download and view your renders, takes and scenes.
- [Takes](https://docs.simulon.com/hub/simulon-hub/usage/takes.md): The takes tab allows you to view, download capture data and render the takes you created from iOS.
- [Renders](https://docs.simulon.com/hub/simulon-hub/usage/renders.md): The Renders tab allows you to view and download data from the renders you've created.
- [Scenes](https://docs.simulon.com/hub/simulon-hub/usage/scenes.md): The scenes tab allows you to open a blender editable scene and download built scene artifacts such as the .hdr used for lighting and the environment mesh you captured in your iOS session.
- [Blender Integration](https://docs.simulon.com/hub/simulon-hub/blender-integration.md): Thanks to Blender's plugin support, we have created plugins to make it easy to edit and change your creations locally as well as upload custom assets with ease.
- [Blender Plugin Installation](https://docs.simulon.com/hub/simulon-hub/blender-integration/blender-plugin-installation.md): How to install Blender plugins for Simulon
- [Simulon Link](https://docs.simulon.com/hub/simulon-hub/blender-integration/simulon-link.md): The Simulon Link plugin is a plugin in Blender that connects you to our cloud. Allowing scene edits to your already captured takes, or the ability to edit and render your scene locally.
- [Custom Asset Preparation](https://docs.simulon.com/hub/simulon-hub/blender-integration/custom-asset-preparation.md): The Custom Asset Preparation plugin makes it easy to prepare Blender files for upload.
- [Cloud Build Pipeline](https://docs.simulon.com/hub/simulon-hub/blender-integration/custom-asset-preparation/cloud-build-pipeline.md): Your asset is processed in the cloud to create proxy variants for mobile while keeping your original upload intact.
- [Asset Preparation](https://docs.simulon.com/hub/simulon-hub/blender-integration/custom-asset-preparation/asset-preparation.md): How to prepare your 3D model for uploading to Simulon.
- [Adding Animation](https://docs.simulon.com/hub/simulon-hub/blender-integration/custom-asset-preparation/adding-animation.md): Preparing an animated 3D asset for Simulon follows the same steps as a static 3D asset, but includes the additional step of setting up the animation. As before, we will walk through this process.
- [Exporting your Asset](https://docs.simulon.com/hub/simulon-hub/blender-integration/custom-asset-preparation/exporting-your-asset.md): Exporting your asset from Blender for Simulon is simple using the Asset Preparation plugin.
- [Uploading your asset](https://docs.simulon.com/hub/simulon-hub/blender-integration/custom-asset-preparation/uploading-your-asset.md): Uploading your asset to Simulon is straightforward and hassle-free.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.simulon.com/hub/simulon-hub.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.
