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

# Bonus-Entry Presets

> Give certain roles extra entries automatically.

## Overview

A preset gives certain roles extra entries (and optionally extra claim time) automatically when a giveaway uses it, no manual weighting needed each time.

## Commands

<CodeGroup>
  ```javascript Syntax theme={null}
  !giveawaypreset create <name>
  !giveawaypreset view <name>
  !giveawaypreset remove <name>
  !giveawaypreset add-role <name> <role> [entries] [claim_time] [entries_stack] [claim_time_stack]
  !giveawaypreset remove-role <name> <role>
  ```

  ```javascript Example theme={null}
  !giveawaypreset create boosters
  !giveawaypreset add-role boosters @Booster 3 10m true
  ```
</CodeGroup>

## Stacking

Each role's bonus can optionally stack with other matching roles a member has, configurable independently:

* **`entries_stack`**: a member with two bonus roles gets both entry bonuses added together.
* **`claim_time_stack`**: their extended claim window stacks too.

Without stacking (the default for both), only the single best-matching role's bonus applies.

Use a preset when starting a giveaway, it's the `preset` argument on `!giveaway start` (see [Giveaways](/community/giveaways)).
