> ## Documentation Index
> Fetch the complete documentation index at: https://developer.avenvault.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AeroDesk Developer API

> 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.

The AeroDesk Developer API lets Java developers build addons that extend AeroDesk, a Discord bot platform for ticket management and support operations. With this API, you can hook into AeroDesk's ticket system, manage keyword FAQs and escalation levels, synchronize configuration and database state, and define categories with support tiers. All addons compile against the AeroDesk API and deploy as JARs into the bot's addon directory.

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/getting-started">
    Install the AeroDesk API, set up your Maven project, and write your first addon.
  </Card>

  <Card title="Base API" icon="code" href="/base-api">
    Core classes, events, and addon lifecycle for building AeroDesk addons.
  </Card>

  <Card title="Keyword FAQs & Escalation" icon="list" href="/keyword-faqs-and-escalation-levels">
    Define keyword-based FAQs and escalation levels for ticket routing.
  </Card>

  <Card title="Database & Config" icon="database" href="/database-and-config-sync-methods">
    Sync addon configuration and database state with AeroDesk.
  </Card>

  <Card title="Categories & Support Tiers" icon="layers" href="/categories-and-support-tiers">
    Organize tickets into categories and assign support tier policies.
  </Card>
</CardGroup>

<Note>
  The AeroDesk API artifacts are hosted at [**https://maven.plugins.avenvault.com/**](https://maven.plugins.avenvault.com/). Add this repository to your `pom.xml` or Gradle build file to resolve dependencies.
</Note>


## Related topics

- [Get Started with the AeroDesk Developer API](/getting-started.md)
- [AeroDesk Base API: Extend AeroDeskAddon](/base-api.md)
