# NapCat ## Docs - [Bypass Mode](https://mintlify.wiki/NapNeko/NapCatQQ/advanced/bypass-mode.md): Configure native module security bypasses for NTQQ environment restrictions - [Custom Protocol Adapters](https://mintlify.wiki/NapNeko/NapCatQQ/advanced/custom-adapters.md): Create custom protocol adapters to extend NapCat beyond OneBot 11 - [Database API](https://mintlify.wiki/NapNeko/NapCatQQ/advanced/database-api.md): Access and query NTQQ's encrypted SQLite databases directly - [Native Packet Handler](https://mintlify.wiki/NapNeko/NapCatQQ/advanced/native-packet-handler.md): Deep dive into NapCat's native packet handling system for low-level protocol inspection - [Collection API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/collection.md): NTQQCollectionApi for managing QQ collections - [File API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/file.md): NTQQFileApi methods for file upload, download, and management - [Flash Transfer API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/flash.md): NTQQFlashApi for flash file transfers and temporary sharing - [Friend API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/friend.md): NTQQFriendApi methods for managing friends and friend requests - [Group API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/group.md): NTQQGroupApi methods for managing groups and group members - [Message API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/message.md): NTQQMsgApi methods for sending and managing QQ messages - [Online File API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/online.md): NTQQOnlineApi for online file and folder transfers - [Core API Overview](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/overview.md): Introduction to NapCat's Core APIs for QQ bot development - [System API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/system.md): NTQQSystemApi methods for system utilities and helper functions - [User API](https://mintlify.wiki/NapNeko/NapCatQQ/api/core/user.md): NTQQUserApi methods for user information and profile management - [Message Events](https://mintlify.wiki/NapNeko/NapCatQQ/api/events/message-events.md): Handle incoming messages from private chats and groups - [Notice Events](https://mintlify.wiki/NapNeko/NapCatQQ/api/events/notice-events.md): Monitor group activities, friend actions, and other notifications - [Events Overview](https://mintlify.wiki/NapNeko/NapCatQQ/api/events/overview.md): Understanding the OneBot 11 event system in NapCat - [Request Events](https://mintlify.wiki/NapNeko/NapCatQQ/api/events/request-events.md): Handle friend requests and group invitations - [HTTP API](https://mintlify.wiki/NapNeko/NapCatQQ/api/network/http.md): Configure and use NapCat's HTTP API adapter for making requests - [HTTP POST Webhook](https://mintlify.wiki/NapNeko/NapCatQQ/api/network/webhook.md): Configure HTTP POST webhooks for event delivery in NapCat - [WebSocket](https://mintlify.wiki/NapNeko/NapCatQQ/api/network/websocket.md): Configure WebSocket connections for real-time event streaming in NapCat - [Extended Actions](https://mintlify.wiki/NapNeko/NapCatQQ/api/onebot/extended-actions.md): NapCat-specific extensions and advanced features - [File Actions](https://mintlify.wiki/NapNeko/NapCatQQ/api/onebot/file-actions.md): OneBot 11 file upload and download actions - [Group Actions](https://mintlify.wiki/NapNeko/NapCatQQ/api/onebot/group-actions.md): OneBot 11 group management actions - [Message Actions](https://mintlify.wiki/NapNeko/NapCatQQ/api/onebot/message-actions.md): OneBot 11 message sending and management actions - [OneBot 11 API Overview](https://mintlify.wiki/NapNeko/NapCatQQ/api/onebot/overview.md): Overview of NapCat's OneBot 11 action system - [User Actions](https://mintlify.wiki/NapNeko/NapCatQQ/api/onebot/user-actions.md): OneBot 11 user and friend management actions - [Network Adapters](https://mintlify.wiki/NapNeko/NapCatQQ/concepts/adapters.md): Configure HTTP, WebSocket, and reverse connection adapters in NapCat - [Architecture Overview](https://mintlify.wiki/NapNeko/NapCatQQ/concepts/architecture.md): Deep dive into NapCat core architecture, components, and design patterns - [OneBot Protocol](https://mintlify.wiki/NapNeko/NapCatQQ/concepts/onebot-protocol.md): Understanding OneBot 11 implementation in NapCat - [Working Environments](https://mintlify.wiki/NapNeko/NapCatQQ/concepts/working-environments.md): Understanding Shell vs Framework modes in NapCat - [NapCat Core Configuration](https://mintlify.wiki/NapNeko/NapCatQQ/config/napcat-config.md): Configure NapCat core settings including logging, packet backend, and security options - [Network Adapters](https://mintlify.wiki/NapNeko/NapCatQQ/config/network-adapters.md): Configure HTTP, WebSocket, and reverse connection adapters for OneBot 11 protocol - [OneBot Configuration](https://mintlify.wiki/NapNeko/NapCatQQ/config/onebot-config.md): Configure OneBot 11 protocol settings including message format and additional features - [WebUI Configuration](https://mintlify.wiki/NapNeko/NapCatQQ/config/webui.md): Configure the NapCat WebUI management interface including authentication, access control, and port settings - [Production Deployment](https://mintlify.wiki/NapNeko/NapCatQQ/guides/deployment.md): Deploy NapCat in production environments with systemd, PM2, or Docker - [Login Methods](https://mintlify.wiki/NapNeko/NapCatQQ/guides/login-methods.md): Configure QQ account login using QR code, password, or quick login - [Message Handling](https://mintlify.wiki/NapNeko/NapCatQQ/guides/message-handling.md): Send and receive messages with support for text, images, video, voice, and other rich media - [Packet Inspection](https://mintlify.wiki/NapNeko/NapCatQQ/guides/packet-inspection.md): Monitor and analyze QQ protocol packets using NativePacketHandler - [Plugin Development](https://mintlify.wiki/NapNeko/NapCatQQ/guides/plugin-development.md): Build plugins to extend NapCat functionality with custom features - [Installation](https://mintlify.wiki/NapNeko/NapCatQQ/installation.md): Detailed installation instructions for NapCat in Shell and Framework modes - [Introduction to NapCat](https://mintlify.wiki/NapNeko/NapCatQQ/introduction.md): Learn about NapCat, a modern protocol-side framework for building QQ bots based on NTQQ - [Quickstart Guide](https://mintlify.wiki/NapNeko/NapCatQQ/quickstart.md): Get your NapCat bot up and running in minutes - [Community](https://mintlify.wiki/NapNeko/NapCatQQ/resources/community.md): Join the NapCat community and get support - [Contributing to NapCat](https://mintlify.wiki/NapNeko/NapCatQQ/resources/contributing.md): Guidelines for contributing to the NapCat project - [Frequently Asked Questions](https://mintlify.wiki/NapNeko/NapCatQQ/resources/faq.md): Common questions about NapCat - [Migration Guide](https://mintlify.wiki/NapNeko/NapCatQQ/resources/migration-guide.md): Guide for migrating between NapCat versions - [Troubleshooting](https://mintlify.wiki/NapNeko/NapCatQQ/resources/troubleshooting.md): Common issues and solutions for NapCat