# SubSystem

{% hint style="info" %}
WARNING , the documentation is not <mark style="color:orange;">finished.</mark>\
SubSystem is <mark style="color:orange;">BETA</mark>
{% endhint %}

The Subsystem now supports several basic routines.

* It allows you to update the terrain closest to the player, which allows you to transfer parameters from one terrain to another.
* It allows you to know the orientation from the center of the planets in real time.
* It automatically updates a Material parameter collection with planet and flat world parameters.
* It allows you to know when a planet is registered or when it is destroyed.

All systems have delegates that you can connect to your own system.<br>

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

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


---

# 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://iolacorp-1.gitbook.io/worldscape-plugin/subsystem.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.
