# Instalation Guide

{% hint style="info" %} <mark style="color:orange;">To use the QuickCamp plugin effectively</mark>, you must install two additional plugins: <mark style="color:orange;">**WorldEdit**</mark> and <mark style="color:orange;">**WorldGuard**</mark>. Follow steps to set up everything properly.
{% endhint %}

1. Visit the official pages for [**WorldEdit** ](https://dev.bukkit.org/projects/worldedit/files)and [**WorldGuard**](https://dev.bukkit.org/projects/worldguard/files) and download the plugins. Ensure you select versions that are compatible with your Minecraft server version.
2. Move the downloaded `.jar` files for QuickCamp, WorldEdit, and WorldGuard into your server's plugins folder.
3. Restart the Minecraft server to load all the plugins. Ensure there are no errors during startup related to plugin compatibility.
4. After the server restarts, use `/plugins` commands to verify that QuickCamp, WorldEdit, and WorldGuard are installed and functioning correctly.

{% hint style="success" %}
If you have an issue during instalation please join my [<mark style="color:purple;">Discord</mark> ](https://discord.gg/jT8X9faerT)server.
{% endhint %}


---

# Agent Instructions: 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://northvik.gitbook.io/quickcamp/getting-started/readme.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.
