# Application System

**💰 Pricing:**

* **Obfuscated Version:** $5.99
* **Full Source:** $17.99

**📦 What It Does:**

* Allows you to manage and review applications directly within your Discord server.

**📜 Commands:**

* **/application panel:** Posts the configured panel to the channel.

**🌟 Features:**

* **Application Management:** Accept, deny, and review applications with ease.
* **Role-Based Access:** Control who can view, write, and manage applications.

**🛠️ Configuration Example:**

{% code expandable="true" %}

```yaml
Management: ["ROLE_ID", "ROLE_ID"]
# Management can accept/deny staff applications

Staff: ["ROLE_ID", "ROLE_ID"]
# Staff can view/write in the applications

ClosureTime: "1d" # 1w, 1d, 1h, 1m - How long after an app is denied/accepted should it remain

Panel:
  UseButtons: false
  Title: "Application Opportunities"
  Description:
    - "We're excited to see your interest in joining our team!"
    - "Review the options below and select the type of application you want to submit."
  Footer:
    Text: "Drako Development | Application System"
    Icon: "https://i.imgur.com/w5XxKpc.png"
  Author:
    Text: "Drako Development Team"
    Icon: "https://icons.veryicon.com/png/o/business/monochrome-financial-and-business-icons/staff-6.png"
  Color: "#FFA500"
  Image: "https://www.shutterstock.com/image-vector/apply-now-job-submit-button-600nw-2063501549.jpg"
  Thumbnail: ""

Applications:
  Staff:
    Cooldown: "1m"  # Minimum waiting period before reapplying
    Role: 
      - "ROLE_ID" # Who can open this app type
      - "ROLE_ID"
    Name: "Staff Recruitment Application"
    CategoryID: "CATEGORY_ID"  # Category for creating applications
    Button:
      Name: "Join Our Staff"
      Emoji: "🛡️"
      Color: "Secondary"
      Description: "Click to apply and join our dedicated staff team!"
    Questions:
      - "What is your name?"
      - "How old are you?"
      - "Why do you want to join our team?"
    WelcomeEmbed:  # Initial information provided in the application
      Title: "Staff Application"
      Description:
        - "Excited to have you apply! Join our amazing team today!"
        - "Select the type of application you wish to submit."
      Footer:
        Text: "Drako Development | Application System"
        Icon: "https://i.imgur.com/w5XxKpc.png"
      Author:
        Text: "Drako Development Team"
        Icon: "https://icons.veryicon.com/png/o/business/monochrome-financial-and-business-icons/staff-6.png"
      Color: "#ADD8E6"
      Image: "https://as2.ftcdn.net/v2/jpg/03/28/70/83/1000_F_328708360_JO6Ke56XBsx8YSnFooULSpS3LUb8mSLv.jpg"
      Thumbnail: ""
      Buttons: 
        1:
          Enabled: true
          Name: "Application Guide"
          Emoji: "📘"
          Color: "PRIMARY"
          Type: "LINK"
          Link: "https://www.google.com/"
        2:
          Enabled: true
          Name: "Learn About Us"
          Emoji: "🔍"
          Color: "SECONDARY"
          Type: "LINK"
          Link: "https://builtbybit.com/resources/drako-bot-multi-purpose-discord-bot.22266/"

ApplicationSubmit:
  Lang:
    InitialQuestion: "## Please answer the questions below."
    QuestionFormat: "**Question:** {question}"
    AnswerFormat: "**Answer:** `{answer}`"
  Title: "Application Ready for Submission"
  Description:
    - "Thank you, {user}, for completing all the questions."
    - " "
    - "👀 Please review your answers below to ensure accuracy before submitting your application for review."
    - " "
    - "{application}"
    - " "
    - "Once you're ready, click the submit button to finalize your application."
  Footer:
    Text: "Drako Development | Staff Application"
    Icon: "https://i.imgur.com/w5XxKpc.png"
  Author:
    Text: "Drako Development Team"
    Icon: "https://icons.veryicon.com/png/o/business/monochrome-financial-and-business-icons/staff-6.png"
  Color: "#000000"
  Image: ""
  Thumbnail: ""

ApplicationReview:
  Embed:
    Title: "📝 Application Under Review"
    Description:
      - "Thank you, {user}, for submitting your application. 📩"
      - " "
      - "👀 Our management team is currently reviewing your application. We aim to respond within 10-24 hours."
      - " "
      - "Below are the details of your submission for your reference:"
      - " "
      - "{application}"
    Footer:
      Text: "Drako Development | Staff Application"
      Icon: "https://i.imgur.com/w5XxKpc.png"
    Author:
      Text: "Drako Development Team"
      Icon: "https://icons.veryicon.com/png/o/business/monochrome-financial-and-business-icons/staff-6.png"
    Color: "#ADD8E6"
    Image: ""
    Thumbnail: ""

ApplicationAccept:
  Embed:
    Title: "Application Accepted!"
    Description:
      - "Congratulations, {user}! Your application has been accepted."
      - " "
      - "Our management team will contact you shortly to schedule an interview."
      - "Please be ready to discuss your application and potential start dates."
      - " "
      - "🗑️ This application will automatically be deleted {closertime}."
    Footer:
      Text: "Drako Development | Staff Application"
      Icon: "https://i.imgur.com/w5XxKpc.png"
    Author:
      Text: "Drako Development Team"
      Icon: "https://icons.veryicon.com/png/o/business/monochrome-financial-and-business-icons/staff-6.png"
    Color: "#4CAF50"
    Image: ""
    Thumbnail: ""

ApplicationDenied:    
  Embed:
    Title: "Application Denied"
    Description:
      - "Unfortunately, {user}, your application has been denied."
      - " "
      - "You are welcome to reapply in two weeks. We encourage you to review our requirements and improve your application."
      - " "
      - "🗑️ This application will automatically be deleted {closertime}."
    Footer:
      Text: "Drako Development | Staff Application"
      Icon: "https://i.imgur.com/w5XxKpc.png"
    Author:
      Text: "Drako Development Team"
      Icon: "https://icons.veryicon.com/png/o/business/monochrome-financial-and-business-icons/staff-6.png"
    Color: "#F44336"
    Image: ""
    Thumbnail: ""

Log:
  LogChannel: "CHANNEL_ID" # Leave blank to disable
  Embed:
    Title: "Application Decision"
    Description:
      - "> An application has been updated!"
      - " "
      - "**Information**"   
      - "> **Application**: {App}"
      - "> **Type**: {AppType}"  
      - "> **Decision**: {Decision}"
      - "> **Manager**: {Manager}"
      - " "
      - "**Statistics**"
      - "> **Time Spent**: `{SubmissionTime}`" # How long the user spent submitting the app
      - "> **Decision Time**: `{DecisionTime}`" # How long staff took to accept/deny
    Footer:
      Text: "Drako Development | Application System"
      Icon: "https://i.imgur.com/w5XxKpc.png"
    Author:
      Text: ""
      Icon: ""
    Color: "#4CAF50"
    Image: "https://cdn.vigyanix.com/site/wp-content/uploads/building-mobile-app-banner-image.png"
    Thumbnail: ""
```

{% endcode %}


---

# Agent Instructions: 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://docs.drakodevelopment.net/addon-system/premium-addons/application-system.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.
