> For the complete documentation index, see [llms.txt](https://docs.gigaverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gigaverse.io/world-environment/pots.md).

# Pots

Pots contain a variety of utility items.

Currently, there are two types of Pots - <mark style="color:blue;">Blue</mark> and <mark style="color:orange;">Brown</mark>

You need <img src="/files/acUdSB1pffQKZB7lZTeS" alt="" data-size="line">5 Energy and Hands (crafted in [Workbench](/crafting-and-stations/workbench.md)) to break pots.

<img src="/files/QPnf3mxHr6F7NDf3B9O9" alt="" data-size="line"> <mark style="color:blue;">Blue</mark> pots can be broken with Paper Hands.

May contain: Giga Shards, Dungeon Scrap, Wood, Stone, Glass Orb (Rare)

<figure><img src="/files/2thil5Z30cevNoEuD94F" alt="" width="306"><figcaption><p>Paper Hands</p></figcaption></figure>

<img src="/files/3KQaTKI5uw6xRiIGyYQE" alt="" data-size="line"> <mark style="color:orange;">Brown</mark> pots can be broken with Rock Hands.

May contain: May contain Giga Shards, Dungeon Scrap, Stone, Wood, Bone, Fiber, Blank Tomes, Small or Medium consumables, or Ruby Key (Epic)

<figure><img src="/files/ltMToioVyDk4VVdb4mpt" alt="" width="305"><figcaption><p>Rock Hands</p></figcaption></figure>

<table data-header-hidden data-full-width="true"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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://docs.gigaverse.io/world-environment/pots.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.
