# Welcome to Sparkle!

{% hint style="danger" %}
Currently, several small parts are still on the state of the 1.0.0-PRE-18 release, but will also be updated to the current 1.0.0-PRE-20 state!
{% endhint %}

Welcome to Sparkle! This is the Wiki for this Framework, here you can find helpful information and details about the Framework, its APIs, and its Systems, so you don't have to worry about, reading the code, to get your questions answered.

## Apps & System

{% hint style="info" %}
Learn more about the structure of the Sparkle framework
{% endhint %}

{% content-ref url="/pages/sMlOec8t8Yke1SoKF5Sy" %}
[Apps](/sparkle/apps/apps.md)
{% endcontent-ref %}

{% content-ref url="/pages/RJIqsDIROYTVjXNhKB3W" %}
[Components](/sparkle/apps/components.md)
{% endcontent-ref %}

{% content-ref url="/pages/qQ9zvGtWufymX50TbVVi" %}
[Services](/sparkle/apps/services.md)
{% endcontent-ref %}

## Interchanges / Commands

{% hint style="info" %}
Learn more about, how Sparkle gives you a better command experience
{% endhint %}

{% content-ref url="/pages/hlW1C8pDPrrggeQnxm1W" %}
[Interchanges](/sparkle/interchange/interchanges.md)
{% endcontent-ref %}

{% content-ref url="/pages/adtcAwMKdxK1iuIO8dY7" %}
[InterchangeStructure](/sparkle/interchange/interchangestructure.md)
{% endcontent-ref %}

{% content-ref url="/pages/NMW21gU87SU6Hl0GMpHe" %}
[CompletionAsset](/sparkle/interchange/completionasset.md)
{% endcontent-ref %}

{% content-ref url="/pages/FAOGEWHAoAg0KUhhlwQJ" %}
[StructuredInterchange](/sparkle/interchange/structuredinterchange.md)
{% endcontent-ref %}

## Coroutines / Scheduler

{% hint style="info" %}
Learn more about, how Sparkle provides a robust\* timing system
{% endhint %}

{% content-ref url="/pages/6hn0PwTQIMW6hIl29Th0" %}
[Coroutines](/sparkle/timing/coroutines.md)
{% endcontent-ref %}

{% content-ref url="/pages/jNTFTMN60nOPkzm2wfMT" %}
[Scheduling & Deferral](/sparkle/timing/scheduling-and-deferral.md)
{% endcontent-ref %}

## Other

{% hint style="info" %}
Learn more about, how Sparkle improves your development process
{% endhint %}

{% content-ref url="/pages/SvkqYbF478utGslHVB7r" %}
[Debug](/sparkle/other/debug.md)
{% endcontent-ref %}


---

# 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://moltenkt.gitbook.io/sparkle/welcome-to-sparkle.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.
