# Coming Soon

- [\[Shelved\] Runtime Tooltips](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips.md): Documentation for the SHADERSOURCE Runtime Tooltips Plugin
- [Changelog](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/changelog.md)
- [How To Use](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use.md)
- [Plugin Content](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/plugin-content.md)
- [Tooltip Map Assets](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tooltip-map-assets.md)
- [Tutorials](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tutorials.md)
- [Tooltip Overlay](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tutorials/tooltip-overlay.md)
- [Tooltips in C++](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tutorials/tooltip-overlay/tooltips-in-c++.md)
- [Tooltip History](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tutorials/tooltip-history.md)
- [Tooltip History in C++](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tutorials/tooltip-history/tooltip-history-in-c++.md)
- [Modal Popups](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tutorials/modal-popups.md)
- [Modal Popups in C++](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/tutorials/modal-popups/modal-popups-in-c++.md)
- [Runtime Tooltips Editor Helpers](https://docs.shadersource.io/coming-soon/shelved-runtime-tooltips/how-to-use/runtime-tooltips-editor-helpers.md)


---

# 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://docs.shadersource.io/coming-soon.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.
