> For the complete documentation index, see [llms.txt](https://our-story-network.gitbook.io/cr-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://our-story-network.gitbook.io/cr-wiki/cr-en/information/faq.md).

# Frequently Asked Questions

## 📖 Most Frequently Asked Questions

{% hint style="info" %}

<p align="center">💡 This page answers the most common questions regarding installation, performance, servers, and progression in Cobblemon Realms.</p>
{% endhint %}

***

## 🚫 My game crashes when launching the modpack

Most crashes are caused by an incorrect Java version or insufficient allocated memory.

Make sure you are using **Java 21** and have allocated **8 GB of RAM** to the game.

📘 [Installation Guide](/cr-wiki/cr-en/information/installation.md)

***

## 🐾 I can't find any Pokémon

Spawns depend on the biome, time of day, weather, and your location.

Use the command:

`/checkspawns`

to display which Pokémon can spawn around you.

📘 [Spawn Guide](/cr-wiki/cr-en/cobblemon-realms/pokemon-and-spawns.md)

***

## 🧩 Can I add other mods?

Yes, but it is not recommended.

Additional mods may cause conflicts, crashes, or alter the balance of the modpack.

{% hint style="warning" %}
⚠️ Any issues caused by manually added mods cannot be supported.
{% endhint %}

***

## 👥 Can I start in singleplayer and move to a server later?

✅ Yes.

Your singleplayer world can be transferred to a server at any time without restarting your progression.

📘 [Installation Guide](/cr-wiki/cr-en/information/installation.md)

***

## 🖥️ Can I use Aternos, Minehut, or a free hosting provider?

Technically yes, but performance is often insufficient to properly run the modpack.

{% hint style="warning" %}
⚠️ We recommend a hosting provider with at least **8 GB of RAM**, **Java 21** support, and FTP access.
{% endhint %}

***

## ⚙️ What configuration is recommended?

To fully enjoy the modpack, we recommend:

* ☕ Java 21 or newer
* 💾 8 GB of allocated RAM
* 🎮 Up-to-date graphics drivers
* 🚀 Installation on an SSD

📘 [Installation Guide](/cr-wiki/cr-en/information/installation.md)

***

## 🌍 Can I help improve the wiki?

Yes, contributions are welcome.

You can:

* ✏️ Correct mistakes
* 📖 Improve existing guides
* 🌐 Translate content
* ➕ Add new information

📘 [Contribution Guide](/cr-wiki/cr-en/information/contributing.md)

***

## ✨ Is there exclusive content?

Yes.

Cobblemon Realms adds multiple exclusive features, including special forms, unique mechanics, and exclusive evolutions.

📘 [View Exclusive Content](/cr-wiki/cr-en/pokemon-exclusives/mewtwo-exclusive-forms.md)

***

## 🏆 Where can I find information about trainers and level caps?

All information regarding progression, gyms, champions, and level caps is grouped into a dedicated guide.

📘 [Trainer & Level Cap Guide](/cr-wiki/cr-en/cobblemon-realms/levelcap-and-trainers.md)

***

{% hint style="success" %}

## Contact Us

<p align="center">If you have any questions, suggestions, or changes to propose, feel free to join us on <a href="https://discord.gg/kb8NSTF45n">Discord</a> and contact <strong>@FabLeKebab</strong> directly on the server for anything related to the wiki, or <strong>@Levels</strong> for anything related to the modpack.</p>
{% endhint %}


---

# 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://our-story-network.gitbook.io/cr-wiki/cr-en/information/faq.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.
