> 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/new-islanders-information/setting-up/curseforge.md).

# CurseForge

{% stepper %}
{% step %}

### Install CurseForge App

* Go to the [**CurseForge**](https://www.curseforge.com/download/app) **webpage**
* Download the CurseForge App for **Windows** or **macOS,** depending on your system.

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

{% endstep %}

{% step %}

### Set Up Minecraft in CurseForge

* If this is your first time, CurseForge will prompt you to set up a **Minecraft modding folder**. Follow the prompts.

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

* Select minecraft&#x20;
  {% endstep %}

{% step %}

### Download our modpack

* In the Minecraft section of CurseForge, click **“Browse Modpacks.”**
  1. In the search bar at the top tupe "CobblemonIslands"
  2. Click on the **Cobblemon Islands.**
  3. Click on "Install"
  4. Wait for installation to be complete

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

[CLICK HERE](https://www.curseforge.com/minecraft/modpacks/cobblemon-islands) to find the mod instantly
{% endstep %}

{% step %}

### Play the game!

* Under your "my Modpacks" you will find the **Cobblemon Islands** pack
* Click "Play" to start your adventure

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

{% hint style="warning" %}
We recommend setting 4gb of RAM to run the game

You can change this in the **Modrinth App Settings > Java > Memory**.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/new-islanders-information/setting-up/curseforge.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.
