# Plugins

- [Overview](https://docs.midi-mixer.com/plugins/overview.md): Open source extensions to MIDI Mixer to allow users to control more than just audio.
- [Use a plugin](https://docs.midi-mixer.com/plugins/use-a-plugin.md): How to install and use plugins within MIDI Mixer.
- [Create a plugin](https://docs.midi-mixer.com/plugins/create-a-plugin.md): How to develop, build, and package a plugin for use by yourself and other MIDI Mixer users.
- [Development environment](https://docs.midi-mixer.com/plugins/create-a-plugin/development-environment.md): Set up your development environment ready to create MIDI Mixer plugins.
- [Creating a plugin](https://docs.midi-mixer.com/plugins/create-a-plugin/creating-a-plugin.md): Get started with a MIDI Mixer Template plugin.
- [plugin.json](https://docs.midi-mixer.com/plugins/create-a-plugin/plugin-json.md): The manifest file for our MIDI Mixer plugin.
- [Assignments](https://docs.midi-mixer.com/plugins/create-a-plugin/assignments.md): Add assignments to your plugin that your users can select and control with faders and buttons.
- [Buttons](https://docs.midi-mixer.com/plugins/create-a-plugin/buttons.md): Add buttons to your plugin so users can select and trigger one-time actions.
- [Settings](https://docs.midi-mixer.com/plugins/create-a-plugin/settings.md): Provide your user with settings to customise your plugin.
- [Releasing](https://docs.midi-mixer.com/plugins/create-a-plugin/releasing.md): Create a midiMixerPlugin file to distribute your plugin to other users.
- [Debugging and common issues](https://docs.midi-mixer.com/plugins/create-a-plugin/debugging-and-common-issues.md): Learn how to debug your plugin, view logs, and resolve common issues during development.
- [Troubleshooting](https://docs.midi-mixer.com/plugins/troubleshooting.md): How to troubleshoot a plugin that isn't working as expected.


---

# 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.midi-mixer.com/plugins.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.
