# JaxCore

## JaxCore

- [JaxCore - Documentation](https://wiki.jaxcore.app/jaxcore-documentation.md): This is the detailed documentation for JaxCore, its structure and how to build a module for JaxCore along with handy tricks used while coding modules for JaxCore (or any Rainmeter skin).
- [Introduction](https://wiki.jaxcore.app/getting-started/introduction.md)
- [Installation](https://wiki.jaxcore.app/getting-started/installation.md): Guide to installing JaxCore
- [User Interface](https://wiki.jaxcore.app/getting-started/user-interface.md): Walkthrough of the user interface.
- [Additional requisites](https://wiki.jaxcore.app/getting-started/additional-requisites.md)
- [Changing global options](https://wiki.jaxcore.app/getting-started/changing-global-options.md)
- [Uninstallation](https://wiki.jaxcore.app/getting-started/uninstallation.md): How to uninstall a module/widget, JaxCore or Rainmeter
- [FAQs](https://wiki.jaxcore.app/getting-started/faqs.md)
- [New user FAQs](https://wiki.jaxcore.app/getting-started/faqs/new-user-faqs.md)
- [JaxCore FAQs](https://wiki.jaxcore.app/getting-started/faqs/jaxcore-faqs.md)
- [Miscellaneous FAQs](https://wiki.jaxcore.app/getting-started/faqs/miscellaneous-faqs.md)
- [Anti-virus, false positive FAQs](https://wiki.jaxcore.app/getting-started/faqs/anti-virus-false-positive-faqs.md)
- [Modules FAQs](https://wiki.jaxcore.app/getting-started/faqs/modules-faqs.md)
- [YourFlyouts](https://wiki.jaxcore.app/getting-started/faqs/modules-faqs/yourflyouts.md)
- [YourMixer](https://wiki.jaxcore.app/getting-started/faqs/modules-faqs/yourmixer.md)
- [ValliStart](https://wiki.jaxcore.app/getting-started/faqs/modules-faqs/vallistart.md)
- [IdleStyle](https://wiki.jaxcore.app/getting-started/faqs/modules-faqs/idlestyle.md)
- [Keylaunch](https://wiki.jaxcore.app/getting-started/faqs/modules-faqs/keylaunch.md)
- [Keystrokes OSD](https://wiki.jaxcore.app/getting-started/faqs/modules-faqs/keystrokes-osd.md)
- [Widget FAQs](https://wiki.jaxcore.app/getting-started/faqs/widget-faqs.md)
- [ModularClocks](https://wiki.jaxcore.app/getting-started/faqs/widget-faqs/modularclocks.md)
- [ModularVisualizer](https://wiki.jaxcore.app/getting-started/faqs/widget-faqs/modularvisualizer.md)
- [Plainext](https://wiki.jaxcore.app/getting-started/faqs/widget-faqs/plainext.md)
- [Media Player FAQs](https://wiki.jaxcore.app/getting-started/faqs/media-player-faqs.md)
- [Performance FAQs](https://wiki.jaxcore.app/getting-started/faqs/performance-faqs.md)
- [Introduction](https://wiki.jaxcore.app/modules/introduction.md)
- [YourFlyouts](https://wiki.jaxcore.app/modules/yourflyouts.md): Windows Audio / Volume flyouts replacement
- [YourMixer](https://wiki.jaxcore.app/modules/yourmixer.md): A custom volume mixer to replace the default one.
- [IdleStyle](https://wiki.jaxcore.app/modules/idlestyle.md): Stylized screensavers
- [ValliStart](https://wiki.jaxcore.app/modules/vallistart.md): A start menu to replace the un-customizable one that you have right now.
- [Introduction](https://wiki.jaxcore.app/widgets/introduction.md)
- [ModularClocks](https://wiki.jaxcore.app/widgets/modularclocks.md): A clock, sometimes with weather info.
- [ModularPlayers](https://wiki.jaxcore.app/widgets/modularplayers.md): Media metadata displayer.
- [ModularVisualizer](https://wiki.jaxcore.app/widgets/modularvisualizer.md): A visualizer.
- [Overlayer](https://wiki.jaxcore.app/widgets/overlayer.md): Simple layering effect tool
- [Plainext](https://wiki.jaxcore.app/widgets/plainext.md): Very cool CLI-like desktop widget
- [FAQ](https://wiki.jaxcore.app/widgets/faq.md)
- [Code formatting](https://wiki.jaxcore.app/coding-a-module/code-formatting.md)
- [Variables](https://wiki.jaxcore.app/coding-a-module/variables.md)
- [Dynamic & Reactive user interface](https://wiki.jaxcore.app/coding-a-module/dynamic-and-reactive-user-interface.md)
- [Measures](https://wiki.jaxcore.app/coding-a-module/measures.md)
- [MeterStyles](https://wiki.jaxcore.app/coding-a-module/meterstyles.md)
- [AutoHotkey usage](https://wiki.jaxcore.app/coding-a-module/autohotkey-usage.md): Using .ahk files in a module
- [CoreInstaller](https://wiki.jaxcore.app/coding-a-module/coreinstaller.md): Guide on how to use JaxCore's powerful version control tool.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.jaxcore.app/jaxcore-documentation.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.
