# Illegalcord ## Docs - [Introduction](https://illegalcord.mintlify.app/introduction.md): What Illegalcord is, what it inherits from Equicord and Vencord, and how this documentation maps to the local source tree. - [Source Structure](https://illegalcord.mintlify.app/source-structure.md): A practical map of the Illegalcord repository so the documentation matches the local source code layout. - [Install Illegalcord](https://illegalcord.mintlify.app/installation.md): Install Illegalcord with the official installer, build it from source, inject it into Discord desktop, or create a browser extension build. - [Quickstart](https://illegalcord.mintlify.app/quickstart.md): A short first-run guide for Illegalcord settings, plugins, themes, updates, and backups. - [Settings](https://illegalcord.mintlify.app/customization/settings.md): Use the Illegalcord settings tabs that are registered by the local Settings plugin. - [Plugins](https://illegalcord.mintlify.app/customization/plugins.md): Manage Illegalcord plugins and understand how bundled plugin folders map to the source tree. - [Themes and QuickCSS](https://illegalcord.mintlify.app/customization/themes.md): Use QuickCSS, local themes, and theme links in Illegalcord. - [Feature Overview](https://illegalcord.mintlify.app/features/overview.md): A source-backed overview of the major Illegalcord capabilities documented by this site. - [Message Tools](https://illegalcord.mintlify.app/features/message-tweaks.md): Use Illegalcord's bundled plugins and APIs to change message display and chat behavior. - [Privacy](https://illegalcord.mintlify.app/features/privacy.md): Understand Illegalcord privacy-related plugins and limits. - [Shortcuts](https://illegalcord.mintlify.app/features/keybinds.md): Use shortcut-focused settings and plugins in Illegalcord. - [FAQ](https://illegalcord.mintlify.app/troubleshooting/faq.md): Answers to common Illegalcord questions about source builds, injection, settings, plugins, and safety. - [Common Issues](https://illegalcord.mintlify.app/troubleshooting/common-issues.md): Troubleshoot source build, injection, plugin, theme, and settings problems in Illegalcord. - [Uninstall and Repair](https://illegalcord.mintlify.app/troubleshooting/uninstall.md): Remove Illegalcord desktop injection, repair a broken install, or clean up local settings. - [Plugin Development Overview](https://illegalcord.mintlify.app/plugin-dev/overview.md): Build plugins using the same Vencord and Equicord architecture used by the Illegalcord source tree. - [Developer Setup](https://illegalcord.mintlify.app/plugin-dev/getting-started.md): Set up the Illegalcord repository for plugin development. - [Webpack and Patches](https://illegalcord.mintlify.app/plugin-dev/api/modules.md): Find Discord Webpack modules and write source patches using the local Illegalcord APIs. - [Events and Flux](https://illegalcord.mintlify.app/plugin-dev/api/events.md): Subscribe to Discord Flux events using the declarative Illegalcord plugin field. - [Settings and UI](https://illegalcord.mintlify.app/plugin-dev/api/components.md): Use settings schemas, Discord UI components, toasts, modals, and ErrorBoundary in Illegalcord plugins. - [Build Your First Plugin](https://illegalcord.mintlify.app/plugin-dev/guides/first-plugin.md): Create a small Illegalcord plugin inside the local source tree. - [Submit Plugin Changes](https://illegalcord.mintlify.app/plugin-dev/guides/publishing.md): Prepare a plugin change for this Illegalcord source tree.