# Project Settings

Go to **Edit > Project Settings > BlackBox** to customise BlackBox.

<table><thead><tr><th width="255.9765625" valign="top">Setting</th><th valign="top">Function</th></tr></thead><tbody><tr><td valign="top"><strong>Auto-add BlackBox Component</strong></td><td valign="top"><p>Control whether a BlackBox component gets automatically added to newly created Prefabs.</p><p>Regardless of the setting, an added BlackBox component can be removed at any point (and it won't be automatically re-added).</p></td></tr><tr><td valign="top">To New Prefabs</td><td valign="top">Adds the component to new base Prefabs.</td></tr><tr><td valign="top">To New Prefab Variants</td><td valign="top">Adds the component to new Prefab Variants.</td></tr><tr><td valign="top"><strong>Defaults For New Black Boxes</strong></td><td valign="top">Control the default value for properties on newly-added BlackBox components.</td></tr><tr><td valign="top">Hide Transform</td><td valign="top">The Transform component is hidden by default.</td></tr><tr><td valign="top">Disable Apply</td><td valign="top">Apply is disabled by default.</td></tr><tr><td valign="top">Unlock When Nested</td><td valign="top">Unlock When Nested is on by default.</td></tr><tr><td valign="top">Unlock If Variant Root</td><td valign="top">Unlock If Variant Root is on by default.</td></tr><tr><td valign="top"><strong>General</strong></td><td valign="top"></td></tr><tr><td valign="top">Enable Temp Unlocking</td><td valign="top"><p>By default, the <a href="/pages/Bg7r0DCJP2O3MGUX69Fa">Temp Unlocking</a> workflow is enabled.</p><p>However, since it can be used to create overrides, it might be in some teams' interest to disable it. By unchecking this option you can disable it for the whole team.</p></td></tr><tr><td valign="top"><strong>User-specific Preferences</strong></td><td valign="top">The preferences in this section are per-user, and won't be shared with other users on the project.</td></tr><tr><td valign="top">Unlock All Prefabs</td><td valign="top">At any time, you can <strong>disable</strong> the functionality of BlackBox without having to remove the component from individual Prefabs. You can use this to temporarily disable all functionality in case BlackBox is interfering with a workflow.<br>You can also turn this option on/off from the menu <strong>Tools > BlackBox > Unlock All Prefabs</strong>, or by hitting <strong>Shift + Ctrl + U</strong> on PC, or <strong>Shift + Cmd + U</strong> on Mac. This shortcut can be modified from Unity's <a href="https://docs.unity3d.com/Manual/ShortcutsManager.html">Shortcut Manager</a>.</td></tr></tbody></table>


---

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