> For the complete documentation index, see [llms.txt](https://docs.playtheatria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.playtheatria.com/theatria/gameplay-features/economy/sell-hand.md).

# Sell Hand

This page explains how to sell items on the server, check item values, and avoid accidentally selling items you want to keep.

## Commands

### /sell hand

* **Description:** Sells the item you are currently holding for the value set by the server.
* **Usage:** Simply hold the item in your hand and type `/sell hand`.

### /sell all

* **Description:** Sells all sellable items in your inventory.
* **WARNING:** Be cautious when using this command, as it may sell items you did not intend to sell. Always double-check your inventory before using it.

### /worth

* **Description:** Displays the sell value of the item you are holding or the specified item.

#### Usage Examples:

* `/worth` – Shows the sell value of the item you are currently holding.
* `/worth [item]` – Tells you the value of a specific item.
  * Example: `/worth pumpkin` will display the /sell hand value for pumpkins.

## Important Notes

* **Named Items:** Items with custom names **cannot be sold**. If you wish to protect specific tools or items from being accidentally sold, give them a unique name.
  * To name an item, use an anvil and apply a name to the item.

By following these guidelines, you can safely manage your inventory and maximize your earnings on the server.

***

🤑 🤑 🤑 Discover [ways to make Denarii](/theatria/gameplay-features/economy/ways-to-make-denarii.md) in Theatria! 🤑 🤑 🤑

***

[Gameplay Features](/theatria/gameplay-features.md)


---

# 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:

```
GET https://docs.playtheatria.com/theatria/gameplay-features/economy/sell-hand.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.
