> For the complete documentation index, see [llms.txt](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orange-lounge-smp.gitbook.io/orange-smp-wiki/important-npcs.md).

# Important NPCs

### Bazaar

The Bazaar is a player-driven market.

It lets you buy and sell server materials, custom MMOItems, and useful vanilla resources.

### Open the Bazaar

Use any of these commands:

* `/bazaar`
* `/bz`
* `/bzr`
* `/shop`
* `/sell`

### Browse categories

The Bazaar is split into item categories.

These include:

* Mining
* Farming
* Fishing
* Excavation
* Foraging
* Mobs
* Magic
* Misc

Click a category at the top of the menu to view its items.

### Buy items

Click an item to open its trading menu.

You can buy items in two ways:

#### Instant Buy

Instant Buy purchases items right away.

It uses existing sell offers or server-backed vanilla stock.

#### Buy Order

A Buy Order lets you choose:

* how many items you want
* how much you will pay per item

Other players can then sell into your order.

When the order is filled, collect the items from the Bazaar.

### Sell items

You can sell items in two ways:

#### Instant Sell

Instant Sell sells your items right away to the best available buy orders.

Some vanilla Bazaar items can also be sold directly to the server.

#### Sell Offer

A Sell Offer lets you list items at your own price.

Other players can then buy from your listing.

When the offer is filled, collect the money from the Bazaar.

#### Sell Inventory

The Bazaar also includes a **Sell Inventory** option.

It checks your inventory for Bazaar items and shows the total value before selling.

If nothing can be sold, the menu tells you.

### Manage orders

You can manage active Buy Orders and Sell Offers from the Bazaar menu.

From there, you can:

* view active orders
* see how much has been filled
* collect completed items or money
* cancel orders when possible

{% hint style="warning" %}
Orders can expire after a set time. Check back often and collect anything waiting for you.
{% endhint %}

### How pricing works

Some items are fully player-driven.

Their prices depend on Buy Orders and Sell Offers created by players.

Some vanilla materials use server-backed instant buying and selling.

That keeps common resources available at more stable prices.

Custom MMOItems are mainly traded through the player market.

Their value depends more on supply and demand.

### Tips

* Use **Instant Buy** when you need something fast.
* Use **Buy Orders** when you want a better price and can wait.
* Use **Instant Sell** for quick money.
* Use **Sell Offers** when you want more profit.
* Check prices before selling rare items.

{% hint style="info" %}
Rare items often sell for more through a Sell Offer than an Instant Sell.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://orange-lounge-smp.gitbook.io/orange-smp-wiki/important-npcs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
