> For the complete documentation index, see [llms.txt](https://tools.continis.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.continis.io/black-box/intro.md).

# Intro

<figure><picture><source srcset="/files/52uz3ZxXOd7VPIjGf5Rm" media="(prefers-color-scheme: dark)"><img src="/files/7aY7y6wdXvQYny8Nzwq4" alt=""></picture><figcaption></figcaption></figure>

:link: Available on the [**Unity Asset Store**](https://bit.ly/blackbox_as)

**BlackBox** enables a workflow that is often referred to as "turning a Prefab into a black box", or "encapsulating", "collapsing" or "locking" it (there is no official name).

A [locked Prefab](/black-box/main-features/locking-prefabs.md) will appear to the user as if it was a single GameObject, with no additional components. This prevents unwanted overrides and simplifies workflows in a team.

However, BlackBox offers more tools than just locking. You can [reveal important properties](/black-box/main-features/reveal.md) that you need to override, and even [prevent the user from Applying](/black-box/main-features/disable-apply.md) those overrides.

{% embed url="<https://youtu.be/xv2GMUSP9u4>" fullWidth="false" %}

{% hint style="success" %}
BlackBox is **purely an Editor extension**. When building the game, the BlackBox components are stripped from Prefabs, so you can be sure that they will not interfere or have any impact on your builds.
{% endhint %}


---

# 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://tools.continis.io/black-box/intro.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.
