# 🤏Auto pickup

## How to toggle autopickup feature

Your players can disable/enable autopickup using the **/ebpauto** command.\
Permission: `ebp.user.autopickup`

## How to disable autopickup completely for a single backpack

You can **disable** that **feature completely** for a single backpack adding the `can_auto_pickup` property.

```yaml
  example_2:
    display_name: '&fExample custom texture'
    can_auto_pickup: false
    item:
      type: ITEM
      material: CHEST
    size: 2
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://epicbackpacks.devs.beer/configurations/auto-pickup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
