> For the complete documentation index, see [llms.txt](https://cobblemon-town.gitbook.io/cobblemon-town/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cobblemon-town.gitbook.io/cobblemon-town/get-started/guides/sell-guide.md).

# Sell Guide

## Access the Shop Gui with /Shop

<figure><img src="/files/ZqZKDI3V3bYvboD3PoSr" alt=""><figcaption></figcaption></figure>

## Sellable Items

Any sellable items will have a text in red with a sell price. When you click on that item, you can click on the yellow glass pane on the bottom to sell all in your inventory.

<figure><img src="/files/1eHGNkBSbKeMJqpIzm8X" alt=""><figcaption></figcaption></figure>

| Item Name                                                         | Sell Price | Obtainment                                                                                 | Tips                                                                                                                                                                                                                    |
| ----------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Dragon Scale](https://wiki.cobblemon.com/index.php/Dragon_Scale) | 5000       | Horsea line, Dratini line, Bagon line, Jangmo-o line                                       | [Pokerods](https://wiki.cobblemon.com/index.php/Pok%C3%A9_Rod) with Luck of the Sea I / [Summit Expeditions](https://cobblemon-town.gitbook.io/cobblemon-town/server-features/expeditions/team-expeditions/summit-easy) |
| [Oval Stone](https://wiki.cobblemon.com/index.php/Oval_Stone)     | 3000       | Exeggcute line, Happiny line                                                               | Jungles/Savannas or Villages                                                                                                                                                                                            |
| [Razor Claw](https://wiki.cobblemon.com/index.php/Razor_Claw)     | 5000       | Meowth line, Kabuto line, Sneasel line, Zangoose, Absol, Jangmo-o line                     | Taigas/Mountains for Sneasel and Absol, Villages for Meowth                                                                                                                                                             |
| [Razor Fang](https://wiki.cobblemon.com/index.php/Razor_Fang)     | 5000       | Ekans line, Zubat line, Girafarig line, Gligar line, Mawile, Seviper, Tyrunt line, Bruxish | Nether: Basalt Deltas for Gligar, Ekans                                                                                                                                                                                 |
| Tera Shards                                                       | 100        | Expeditions                                                                                | Players may buy for higher on /GTS!                                                                                                                                                                                     |


---

# 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://cobblemon-town.gitbook.io/cobblemon-town/get-started/guides/sell-guide.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.
