> For the complete documentation index, see [llms.txt](https://hiveminddocs.gitbook.io/hivemind/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hiveminddocs.gitbook.io/hivemind/environments/cyberpunk-city/level-instance.md).

# Level Instance

**How to package Level Instance**

Let's dive into Level Instance packaging with the Cyberalley scene. Follow these steps to package a group of houses along with all their surrounding details effectively.

![](/files/iL7b4EAI7ArO2uvxYw2A)

First you need to hide all Foliage Actors. Since packing Foliages may cause errors due to the absence of some objects associated with them.

![](/files/2AgwJrdb1AeWAVu2MA36)

Hiding unnecessary ones and selecting all necessary Actors for packaging

![](/files/AetPJWEdapUyDZ4ogsR4)

![](/files/JSYoaqDQgWa7DXpfv3vj)

Then we pack everything using Level Instance. Do not use Packed Level Actor for packaging because they only work for Meshes and can't display light sources, decals and particles

<figure><img src="/files/bgVN9BCXvvbfqEMorlW7" alt=""><figcaption></figcaption></figure>

Now the Level Instance is ready and we can copy it across the scene

![](/files/vyDZ6ZgnXL8CRyLVRTG6)

Final result

![](/files/sbjHIoMgMIAX2ZxCTg3P)


---

# 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:

```
GET https://hiveminddocs.gitbook.io/hivemind/environments/cyberpunk-city/level-instance.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.
