> For the complete documentation index, see [llms.txt](https://edseries-plugins.gitbook.io/p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edseries-plugins.gitbook.io/p/edpets/progression/bin.md).

# Pet Bin

The bin converts unwanted pets into [candy](/p/edpets/items/candy.md). Each pet type defines its own conversion table:

```yaml
# pets/<id>.yml
bin:
  enabled: true
  candies:           # each entry rolls INDEPENDENTLY (chance in percent)
    common:
      chance: 80
      amount: 1-3
    rare:
      chance: 15
      amount: 1-2
```

## Behavior

* Select pets in the bin GUI (`guis/bin.yml`) and confirm — or use **Quick Bin** to convert every **level-0** stored pet in one click.
* Owner-locked pets can only be binned by their owner; `bin.enabled: false` protects a type entirely.
* Resulting candy respects [candy backpacks](/p/edpets/items/candy-backpacks.md) (auto-stored first).
