> 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/reference/placeholders.md).

# Placeholders

PlaceholderAPI expansion identifier: **`edpets`**.

| Placeholder                    | Returns                                                                           |
| ------------------------------ | --------------------------------------------------------------------------------- |
| `%edpets_equipped%`            | Active pet count                                                                  |
| `%edpets_equipped_max%`        | Active pet slots                                                                  |
| `%edpets_storage%`             | Stored pet count                                                                  |
| `%edpets_storage_max%`         | Storage size                                                                      |
| `%edpets_boost_<source-id>%`   | Total percent boost for a grind source (e.g. `%edpets_boost_pinnaprison-tokens%`) |
| `%edpets_hasbuff_<source-id>%` | `true`/`false` — any active pet reacts to the source                              |
| `%edpets_upgrade_<id>%`        | The player's level of an upgrade                                                  |
| `%edpets_currency_<id>%`       | Internal currency balance (e.g. `%edpets_currency_boost-tickets%`)                |

## Related placeholders in integrated plugins

Pet boosts registered as boosters also render through the host plugins' own placeholders, e.g. `%pinnaprison_boosters_names_tokens%`, `%edtools_boosters_global_<currency>%`, `%EdDungeons_boosters_names_<currency>%`.
