Set up staff permissions
Begin by running the 
/admin-mod staff setup command. Choose the channel where all moderation actions performed by staff members will be logged.
Click the Rules button to open the rules panel. Here, you can view existing staff moderation rules and configure limited mod actions for specific staff.

Click Add to create your first rule. The rule card will turn red to indicate missing required values, and Quarky will display exactly which fields still need to be completed.

Select the staff member the rule applies to and choose the moderation action you want to allow: 
mute, kick, or ban.
Click Config to fill in the remaining values:
- Maximum allowed number — how many times the action can be used
- Duration reset — when the action limit resets
- Rule name (optional)
- Password (optional) for added security

Available mod commands
Once a staff rule is in place, the targeted member can use the corresponding/mod subcommand. The available commands are:
| Command | Action |
|---|---|
/mod mute | Mutes a member |
/mod unmute | Unmutes a member |
/mod kick | Kicks a member from the server |
/mod ban | Bans a member from the server |
/mod unban | Unbans a previously banned member |
/mod log | Views the mod action log |
By default, these commands are accessible to server admins only. To let members with a specific role use them, adjust Discord’s slash command permissions for your server. See the Role-Based Permissions guide for step-by-step instructions.
Detailed example
A rule is set for@AAA that allows them to run the /mod mute command up to 3 times per day, protected by a password.
When @AAA uses /mod mute for the first time, Quarky prompts them to enter the password configured in the rule.
If a password was specified in the rule, Quarky asks for it here.
If the password is correct and the target member has a lower role than @AAA, the mute action is applied.
A log entry is sent to the previously configured alerts channel, showing who used the command, on whom, and when.
If @AAA attempts to use /mod mute for the fourth time on the same day, Quarky blocks the action and explains that the daily limit has been reached.
Quarky responds with the configured limit warning.
If @AAA tries to use another command like /mod ban, Quarky rejects it because the rule only grants permission for the mute command.

