# Dev

- [Create Plugins](/docs/dev/create-plugins.md): Get started making plugins for Bit
- [Commands](/docs/dev/create-plugins/commands.md)
- [Events](/docs/dev/create-plugins/events.md)
- [Plugin Requirements](/docs/dev/create-plugins/plugin-requirements.md)
- [Functions](/docs/dev/create-plugins/functions.md)
- [bit/plugins](/docs/dev/create-plugins/functions/plugins.md)
- [.is\_active(id, version)](/docs/dev/create-plugins/functions/plugins/.is_active-id-version.md)
- [.find(id)](/docs/dev/create-plugins/functions/plugins/.find-id.md)
- [.list()](/docs/dev/create-plugins/functions/plugins/.list.md)
- [.count()](/docs/dev/create-plugins/functions/plugins/.count.md)
- [bit/core](/docs/dev/create-plugins/functions/bit-core.md)
- [.log(type, "Plugin Name", force\_console, "Log")](/docs/dev/create-plugins/functions/bit-core/logs.md)
- [.find\_emoji(unicode\_emoji)](/docs/dev/create-plugins/functions/bit-core/.find_emoji-unicode_emoji.md)
- [.add\_intent(IntentGatewayBits)](/docs/dev/create-plugins/functions/bit-core/.add_intent-intentgatewaybits.md)
- [.install\_module(npm\_package)](/docs/dev/create-plugins/functions/bit-core/.install_module-npm_package.md)
- [Run function on bot startup](/docs/dev/create-plugins/run-function-on-bot-startup.md)
- [Global Exports](/docs/dev/create-plugins/global-exports.md)
- [Definable Intents](/docs/dev/create-plugins/definable-intents.md)
- [Definable Node Modules](/docs/dev/create-plugins/definable-node-modules.md)
- [plugin.json](/docs/dev/create-plugins/plugin-json.md)
- [update.json](/docs/dev/create-plugins/update-json.md): The file required for Bit: Cores plugin update system to work
- [Updating to Bit 2025.2](/docs/dev/create-plugins/updating-to-bit-2025.2.md)
- [Updating to Bit 2025.1](/docs/dev/create-plugins/updating-to-bit-2025.1.md)
- [Updating to Bit 2024.2](/docs/dev/create-plugins/updating-to-bit-2024.2.md): Bit 2024.2 changes very little, however we HIGHLY recommend following this guide to update.
- [Updating to Bit 2024.1](/docs/dev/create-plugins/updating-to-bit-2024.1.md): Bit 2024.1 changes a LOT of things, please follow this guide to get your plugins updated!
