> For the complete documentation index, see [llms.txt](https://skydel.gitbook.io/skydel-plug-ins-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skydel.gitbook.io/skydel-plug-ins-documentation/plug-in-development/runtime.md).

# Runtime

This section explains the interaction between Skydel and a plug-in at runtime.

The following diagram summarizes the sequence and order of the interactions during the Simulator Initializing State. The dotted lines represent objects that the plug-in returns to Skydel. For more details, see the [Roles](/skydel-plug-ins-documentation/plug-in-development/roles.md) section.

<picture><source srcset="/files/p0nLCNAmLA3lPraoYiK1" media="(prefers-color-scheme: dark)"><img src="https://311694143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW_Pt37t64EODlZCwBV%2Fuploads%2FL1fwWGApSWa02GrnrOyY%2Fcs_gitbook-runtime_init_light.drawio.png?alt=media&amp;token=ea139225-3e77-418f-bf8f-eba740b1e962" alt="Skydel Interactions with a Plug-in During Simulator Initializing State"></picture>

The following diagram summarizes the sequence and order of the interactions during the Simulator Streaming RF State. For more details, see the [Roles](/skydel-plug-ins-documentation/plug-in-development/roles.md) section.

<picture><source srcset="/files/GDJQL8tS59cB2iLcfaKK" media="(prefers-color-scheme: dark)"><img src="https://311694143-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MW_Pt37t64EODlZCwBV%2Fuploads%2FEMsmZADetyB8as01ZsSk%2Fcs_gitbook-streaming_rf_state.drawio.png?alt=media&amp;token=c5d2aec0-de21-459e-b6ab-12b7cecb9603" alt="Skydel Interfactions with a Plug-in During Simulator Streaming RF State"></picture>


---

# 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, and the optional `goal` query parameter:

```
GET https://skydel.gitbook.io/skydel-plug-ins-documentation/plug-in-development/runtime.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
