> For the complete documentation index, see [llms.txt](https://jungkookbot.gitbook.io/jungkook-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jungkookbot.gitbook.io/jungkook-bot/welcome-aboard/economy-commands/emporium.md).

# emporium

### ▌buy a card

`;emporium buy card_code`

※ e.g. `;emporium buy C0DE123`

### ▌put a card for sale

`;emporium sell card_code price`

※ e.g. `;emporium sell C0DE123 1000`

### ▌remove/withdraw a card from the emporium

`;emporium withdraw card_code`

※ e.g. `;emporium withdraw C0DE123`

### ▌browsing through the emporium

{% hint style="info" %}
aliases can be used for this command.
{% endhint %}

* `;emporium [@seller] [other filters]`&#x20;
* All search filters are **optional**.
* Multiple filters can be applied at the same time.

#### using search filters

<table><thead><tr><th width="133.99999999999997">Filter</th><th width="283">Description</th><th>Example</th></tr></thead><tbody><tr><td>player</td><td>Filter by a seller's discord user.<br>※ When using the user filter, the user mention filter must be placed first, right after the base command</td><td><code>;emporium @jungkook</code></td></tr><tr><td>group</td><td>Filter by group name.</td><td><code>;emporium group=BTS</code> <br><code>;emporium g=BTS</code></td></tr><tr><td>group type</td><td>Filter by group type.<br>Aliases: <code>bg</code>, <code>gg</code>, <code>fsolo</code>, <code>msolo</code></td><td><code>;emporium grouptype=Boy Group</code> <br><code>;emporium gt=bg</code></td></tr><tr><td>idol</td><td>Filter by idol name.</td><td><code>;emporium idol=Jungkook</code> <br><code>;emporium i=jungkook</code></td></tr><tr><td>tier</td><td>Filter by tier.<br>Make sure you enter only the NUMBER</td><td><code>;emporium tier=1</code> <br><code>;emporium t=1</code></td></tr><tr><td>theme</td><td>Filter by theme name.</td><td><code>;emporium theme=ON</code> <br><code>;emporium th=on</code> <br><code>;emporium e=on</code> </td></tr></tbody></table>

#### using aliases

* using an alias otherwise known as shortform/shortcut instead of the full-form of the original search query
* e.g. instead of typing out `Jungkook` we could replace it as `jk` → `;inventory i=jk`

{% hint style="info" %}
check out the [aliases list](/jungkook-bot/pinned/resources/aliases.md) for the full list of aliases for both group and idol properties.
{% endhint %}
