# AeroDesk Developer API - [AeroDesk Developer API](https://developer.avenvault.com/index.md): AeroDesk is a Discord bot addon API for Java. Add ticket management, keyword FAQs, escalation levels, support tiers, and database sync to your Discord server. - [Get Started with the AeroDesk Developer API](https://developer.avenvault.com/getting-started.md): Add the AeroDesk API to your Maven project and start building Java addons for the AeroDesk Discord bot in minutes. - [AeroDesk Base API: Extend AeroDeskAddon](https://developer.avenvault.com/base-api.md): Learn how to extend AeroDeskAddon to hook into the AeroDesk system, access bot config, and implement onEnable and onDisable lifecycle methods. - [Keyword FAQs and Escalation Levels in AeroDesk](https://developer.avenvault.com/keyword-faqs-and-escalation-levels.md): Manage keyword-triggered auto-responses and ticket escalation chains in AeroDesk using the getApi() config hook from your addon. - [Database and Config Sync Methods in AeroDesk](https://developer.avenvault.com/database-and-config-sync-methods.md): Check the active database connection, retrieve host details, and sync config changes in AeroDesk using getBotConfig(), saveConfig(), and reloadConfig(). - [Categories and Support Tiers in AeroDesk](https://developer.avenvault.com/categories-and-support-tiers.md): Add, retrieve, edit, and delete ticket categories and support tiers in AeroDesk using the getApi() config hook from your addon.