> For the complete documentation index, see [llms.txt](https://hlddocs.lookingglassfactory.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hlddocs.lookingglassfactory.com/content-pipelines.md).

# Content Pipelines

- [Start here](https://hlddocs.lookingglassfactory.com/content-pipelines/start-here.md)
- [How the HLD content pipeline works](https://hlddocs.lookingglassfactory.com/content-pipelines/how-the-hld-content-pipeline-works.md): This page walks through the complete journey of holographic content — from creation to playback — and explains the role of each tool along the way.
- [Creating with video editors](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-with-video-editors.md)
- [Preparing content](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-with-video-editors/preparing-content.md): Before editing content for the HLD you should best prepare it for editing.
- [Adobe Premiere Pro](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-with-video-editors/adobe-premiere-pro.md): This guide will get you setup for creating content for the HLD display with Adobe Premiere Pro.
- [Adobe After Effects](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-with-video-editors/adobe-after-effects.md): Our After Effects template provides a more advanced way to create content for HLD displays.
- [Using other video editors](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-with-video-editors/using-other-video-editors.md): This guide will show you how to use your video editor of choice to create content for Looking Glass Hololuminescent displays
- [Creating videos with 3D tools](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-videos-with-3d-tools.md): You can render content for the Hololuminescent display directly from your 3D tool of choice.
- [Unreal Engine](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-videos-with-3d-tools/unreal-engine.md): Use Unreal Engine with Looking Glass Hololuminescent Displays for cinematic content and realtime applications.
- [Blender](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-videos-with-3d-tools/blender.md): Our Blender template makes it simple to create content for Hololuminescent Displays using 3D models.
- [Filming real-world content](https://hlddocs.lookingglassfactory.com/content-pipelines/filming-real-world-content.md)
- [Creating videos with GenAI](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-videos-with-genai.md): Modern generative AI tools enable new forms of content creation for Hololuminescent displays.
- [Creating real-time apps](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-real-time-apps.md): Bring your application to life and add increased immersion with our Hololuminescent Displays
- [Unity](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-real-time-apps/unity.md): Our Unity templates make it easy to use the latest tech from Unity for interactive apps and immersive video content.
- [Unreal](https://hlddocs.lookingglassfactory.com/content-pipelines/creating-real-time-apps/unreal.md): Our template makes it simple to create cinematic quality experiences using the latest technology from Unreal Engine.


---

# 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://hlddocs.lookingglassfactory.com/content-pipelines.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.
