> For the complete documentation index, see [llms.txt](https://academy.showcockpit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting.md).

# Lighting

- [grandMA3 OnPC Hotkeys](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/grandma3-onpc-hotkeys.md): Project that mimics the MA2 keyboard shortcuts in the new MA3 system.
- [MIDI device(s) with an MA3 Desk](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/midi-device-s-with-ma3.md): How to connect any MIDI controller to an MA Lighting grandMA3 system (console or OnPC)
- [Connecting to MA3 OnPC on the same PC](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/connecting-to-ma3-onpc-on-the-same-pc.md): This page will give you instructions to successfully connect ShowCockpit to the MA3 OnPC running in the same computer.
- [MIDI device(s) with MA2](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/midi-ma2.md): How to connect any MIDI controller to an MA Lighting GrandMA2 system (console or OnPC)
- [MA2 Bi-directional Page Sync](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/ma2-bi-directional-page-sync.md)
- [MIDI device(s) with Chamsys MagicQ](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/midi-device-s-with-chamsys-magicq.md): This tutorial will guide you through connecting any MIDI device with Chamsys MagicQ lighting software
- [Obsidian Onyx - Multiple OSC Devices](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/obsidian-onyx-multiple-osc-devices.md): Sometimes you need to control multiple banks at the same time in Onyx. The only way to do this is to have multiple OSC devices configured in Onyx, since each device is bound to a single bank.
- [Obsidian Onyx Pre-Dylos vs. Dylos](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/obsidian-onyx-pre-dylos-vs-dylos.md): This page includes important ShowCockpit compatibility information for Onyx users.
- [MIDI device(s) with Obsidian Onyx](https://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting/midi-obsidian-onyx.md): How to connect any MIDI controller to Obsidian Onyx


---

# 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://academy.showcockpit.com/showcockpit-for-windows/tutorials/lighting.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.
