> For the complete documentation index, see [llms.txt](https://bit.lockyzdev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bit.lockyzdev.com/docs/dev.md).

# Dev

- [Create Plugins](https://bit.lockyzdev.com/docs/dev/create-plugins.md): Get started making plugins for Bit
- [Commands](https://bit.lockyzdev.com/docs/dev/create-plugins/commands.md)
- [Events](https://bit.lockyzdev.com/docs/dev/create-plugins/events.md)
- [Plugin Requirements](https://bit.lockyzdev.com/docs/dev/create-plugins/plugin-requirements.md)
- [Functions](https://bit.lockyzdev.com/docs/dev/create-plugins/functions.md)
- [bit/plugins](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/plugins.md)
- [.is\_active(id, version)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/plugins/.is_active-id-version.md)
- [.find(id)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/plugins/.find-id.md)
- [.list()](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/plugins/.list.md)
- [.count()](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/plugins/.count.md)
- [bit/core](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core.md)
- [.log(type, "Plugin Name", force\_console, "Log")](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/logs.md)
- [.find\_emoji(unicode\_emoji)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/.find_emoji-unicode_emoji.md)
- [.add\_intent(IntentGatewayBits)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/.add_intent-intentgatewaybits.md)
- [.install\_module(npm\_package)](https://bit.lockyzdev.com/docs/dev/create-plugins/functions/bit-core/.install_module-npm_package.md)
- [Run function on bot startup](https://bit.lockyzdev.com/docs/dev/create-plugins/run-function-on-bot-startup.md)
- [Global Exports](https://bit.lockyzdev.com/docs/dev/create-plugins/global-exports.md)
- [Definable Intents](https://bit.lockyzdev.com/docs/dev/create-plugins/definable-intents.md)
- [Definable Node Modules](https://bit.lockyzdev.com/docs/dev/create-plugins/definable-node-modules.md)
- [plugin.json](https://bit.lockyzdev.com/docs/dev/create-plugins/plugin-json.md)
- [update.json](https://bit.lockyzdev.com/docs/dev/create-plugins/update-json.md): The file required for Bit: Cores plugin update system to work
- [Updating to Bit 2025.2](https://bit.lockyzdev.com/docs/dev/create-plugins/updating-to-bit-2025.2.md)
- [Updating to Bit 2025.1](https://bit.lockyzdev.com/docs/dev/create-plugins/updating-to-bit-2025.1.md)
- [Updating to Bit 2024.2](https://bit.lockyzdev.com/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](https://bit.lockyzdev.com/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!


---

# 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:

```
GET https://bit.lockyzdev.com/docs/dev.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.
