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

# Staff Panel (Database)

> Create a public or private staff panel displaying staff ranks, timezones, and details.

> The **Staff Panel** module allows you to create a structured staff database that displays staff members, their ranks, and timezones in an easy-to-read panel.

> Difference from the [Staff List](stafflist.mdx): Staff Panel is more detailed. You can view individual staff member information, including introductions, while the Staff List is a simple list of staff members and their ranks.

***

## Enabling the Staff Panel

1. Ensure the **Staff Panel** module is enabled.
2. Run `/config` and select **Staff Panel**.
3. (Optional) Customize the embed to match your server’s theme.

***

## Setting Up the Staff Database

<AccordionGroup>
  <Accordion title="/staff add">
    Adds a staff member to the database under a specific rank.

    **Usage:**\
    `/staff add [staff] [rank] [timezone]`
  </Accordion>

  <Accordion title="/staff remove">
    Removes a staff member from the staff panel.
  </Accordion>

  <Accordion title="/staff edit">
    Edits an existing staff member’s details.

    **Usage:**\
    `/staff edit [staff] [rank] [timezone] [introduction]`
  </Accordion>

  <Accordion title="/staff introduction">
    Allows a staff member to set their own introduction.

    > This can only be used after the user has been added to the staff database.

    **Usage:**\
    `/staff introduction [introduction]`
  </Accordion>

  <Accordion title="/staff view">
    View detailed information about a staff member.

    **Usage:**\
    `/staff view [staff]`
  </Accordion>
</AccordionGroup>

Next, go to the [Staff List](/modules/stafflist.mdx) to configure the staff list.
