# Additional Systems & Tools

- [Locks, Lock picking, &  Ciphers - Skyrim Style Lock Picking](https://infinitypbr.gitbook.io/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking.md): v1.0
- [Lock Picking Quick Start](https://infinitypbr.gitbook.io/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/lock-picking-quick-start.md): v1.0
- [Keyhole](https://infinitypbr.gitbook.io/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/keyhole.md): v1.0
- [Cipher](https://infinitypbr.gitbook.io/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/cipher.md): v1.0
- [Lock Button](https://infinitypbr.gitbook.io/magic-pig-games/other/locks-lock-picking-and-ciphers-skyrim-style-lock-picking/lock-button.md): v1.0
- [Runtime Color Sampler](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler.md): v1.0
- [Quick Start](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/quick-start.md): v1.0
- [Demo Walkthrough](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/demo-walkthrough.md): v1.0
- [Runtime Color Sampler (Prefab & Class)](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/runtime-color-sampler-prefab-and-class.md): v1.0
- [Sampler Sphere](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/runtime-color-sampler-prefab-and-class/sampler-sphere.md): v1.0
- [Sampler Camera](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/runtime-color-sampler-prefab-and-class/sampler-camera.md): v1.0
- [Runtime Listener](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/runtime-listener.md): v1.0
- [Runtime Color Settings](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/runtime-color-settings.md): v1.0
- [Scripting](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/scripting.md): v1.0
- [Additional Classes](https://infinitypbr.gitbook.io/magic-pig-games/other/runtime-color-sampler/additional-classes.md): v1.0
- [Portrait Avatars](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars.md): v1.0
- [Setup](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/setup.md): v1.0
- [Create a Portrait Avatar](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/setup/create-a-portrait-avatar.md): v1.0
- [Create a UI Portrait](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/setup/create-a-ui-portrait.md): v1.0
- [Portrait Avatars](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/portrait-avatars.md): v1.0
- [Scripting](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/portrait-avatars/scripting.md): v1.0
- [Portrait3D](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/portrait3d.md): v1.0
- [Portrait2D](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/portrait2d.md): v1.0
- [Portrait UI](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/portrait-ui.md): v1.0
- [Avatar Camera](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/avatar-camera.md): v1.0
- [Important Considerations](https://infinitypbr.gitbook.io/magic-pig-games/other/portrait-avatars/important-considerations.md): v1.0
- [Audio Clip Combiner](https://infinitypbr.gitbook.io/magic-pig-games/other/audio-clip-combiner.md): Audio Clip Combiner will combine Audio Clips together. Export new combined clips, or utilize the system at runtime to produce random combinations that you control.
- [Color Shifter](https://infinitypbr.gitbook.io/magic-pig-games/other/color-shifter.md): Color Shifter comes with all of the Low Poly Characters, and makes it easy to create, set, and export custom color sets for the characters.
- [Support Classes](https://infinitypbr.gitbook.io/magic-pig-games/other/support-classes.md): v4.0
- [Utilities.cs](https://infinitypbr.gitbook.io/magic-pig-games/other/support-classes/utilities.cs.md): v4.0
- [InfinityExtensions.cs](https://infinitypbr.gitbook.io/magic-pig-games/other/support-classes/infinityextensions.cs.md): v4.0


---

# 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://infinitypbr.gitbook.io/magic-pig-games/other.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.
