# Admin Inventory (Omnipack)

If you already have admin permissions (you can see it by typing `/inventory` in-game), you can open the omnipack by simply opening your inventory (F2), and then pressing F1.

Moving an item **TO** omnipack, will **delete** it

<figure><img src="/files/hhPXphYwfreRnxxMUr0K" alt="Omnipack screenshot"><figcaption></figcaption></figure>

## Omnipack-only access

If you want to give access **only** to the omnipack without granting access to the admin menu and commands, use the specific permission:

```bash
add_ace identifier.license:26240584e4v4ca31b22d247b8be6921a8d22j6m1 jaksam_inventory.omnipack allow # Allows only omnipack permission
```

With this permission, the player will be able to:

* Use the omnipack (F1 in inventory)

But will **NOT** be able to:

* Open the admin menu (`/inventory`)
* Use admin commands (`/giveitem`, `/removeitem`, etc.)


---

# 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://documentation.jaksam-scripts.com/jaksam-inventory/guides/admin-inventory.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.
