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

# Raid Dens

Raid Dens are special PvE challenges where players battle powerful Pokémon for a chance to catch the boss after winning.

There are two main raid types: **Tera Raids** and **Dynamax Adventures**.

> You can challenge raids solo with NPC allies or open a public/private lobby with other players.

***

### Tera Raids

**Tera Raids** spawn naturally as Tera Raid Crystals throughout the world.

These are focused boss encounters with Tera Types, difficulty tiers, level scaling and scripted boss actions. Tera Raids let you bring your own Pokémon.

{% hint style="info" %}
Tera Raids are built around one main boss fight. Win the raid for a chance to catch the boss.
{% endhint %}

#### How Tera Raids work

1. Find a Tera Raid Crystal in the world
2. Interact with it to view the raid
3. Choose whether to challenge it solo or with others
4. Pick a Pokémon from your raid team
5. Defeat the boss before the raid ends
6. Catch the boss if you win

#### Tera Shield

Once the boss activates its tera shield, it will take reduced damage for that portion of health.\
In order to take it down faster, this is the point you should be terastallizing. Terastallized-enhanced moves do more damage against the Tera Shield, even more so if it's a STAB move!

{% hint style="warning" %}
If a Pokémon is blocked from raids, the menu will tell you why. This can include blocked Pokémon, moves or abilities.
{% endhint %}

***

### Dynamax Adventures

**Dynamax Adventures** are longer raid runs unlocked after beating the final Gym Leader.

These adventures include lobbies, path voting, encounters, events, final bosses and **Dynite Ore**. You can choose to use rentals or bring your own Pokémon.

{% hint style="info" %}
Dynamax Adventures are not single boss fights. They are full runs where your group moves through a path before reaching the final boss.
{% endhint %}

#### How Dynamax Adventures work

1. Unlock Dynamax Adventures by beating the final Gym Leader
2. Start or join an adventure lobby
3. Vote on which path your group should take
4. Battle through encounters and events
5. Reach the final boss
6. Win for a chance to catch the final boss

#### Rental and Bring Your Own Adventures

When starting a Dynamax Adventure, you can choose whether the run uses rental Pokémon or your own Pokémon.

{% hint style="success" %}
Dynite Ore is earned from Dynamax Adventures and can be used for adventure related options.
{% endhint %}

***

### Public, Private and Solo Play

Raid Dens can be played in different ways:

* **Solo**: challenge with NPC allies
* **Private Lobby**: play with invited players using your raid team
* **Public Lobby**: open the raid so other players can join

Use `/raiddens team` to set up the Pokémon available for private lobbies and bring your own adventures.

Use `/raiddens lobbies` to view public Tera Raid and Dynamax Adventure lobbies.


---

# 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://wiki.pokeclash.com/features/raid-dens.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.
