> For the complete documentation index, see [llms.txt](https://wiki.cobblemonislands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cobblemonislands.com/features/events/fossil-event.md).

# Fossil Event

### <mark style="color:orange;">**Summary:**</mark>

Embark on an exciting adventure in the **Steel Town Cavern**, where players can dig deep in search of ancient treasures! By participating in excavation mini-games, you’ll have the chance to discover a variety of items, including the **`Unidentified Fossil`**.

This **`Unidentified Fossil`** can be **given to a Pokémon** and then **handed over to the Archeologist** for research. Who knows what kind of rewards you might uncover from their discoveries?

Each excavation mini-game also grants **Ancient Points**, which can be exchanged with the Archeologist for various limited items. The Archeologist also accepts **fossils in trade**, so you can trade in your extra finds for even more exciting rewards!

Get ready to explore, dig, and uncover the secrets of the past!

### <mark style="background-color:purple;">How to play</mark>

* Go to the cave and look *for particles on the ground*, right-click to excavate
* Use the red hammer to excavate a large area in the minigame. ***Keep in mind that the dig site can collapse*** if you dig too deep in large areas.
* Use the Blue pickaxe to dig 1 block at a time.
* Treasures come in a 4 by 4 box, you can find more than 1 treasure in a dig site!

<figure><img src="/files/3jEqWYsmwnNvNWxd98Cf" alt=""><figcaption><p>Excavation Sites Right-Click to Interact</p></figcaption></figure>

### What to do with the  Unidentified Fossil?

* To research an unidentified fossil, **give the item to the Pokémon (Just like the HELD ITEM)**, <mark style="color:red;">place the Pokémon back in a pc box</mark>, and then deliver it to the Archaeologist.
* Come back in 4 minutes to retrieve your reward!

<figure><img src="/files/aevhhZEo0a6fDMOKzpU4" alt="" width="128"><figcaption><p>Unidentified Fossil </p></figcaption></figure>


---

# 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://wiki.cobblemonislands.com/features/events/fossil-event.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.
