# Installation Commands

## Installation Guide

{% embed url="<https://plotroads.com/setup>" %}

{% hint style="warning" %}
**Make sure you are following all the** [**dependencies**](/dependencies.md)**.**
{% endhint %}

{% hint style="info" %}
**Please read the following before entering a command into your server:**

* Please type the commands below exactly as shown (cap sensitive)
* Replace `{WorldName}` with your desired plot world name
  {% endhint %}

## River Dividing Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 75x75</td><td><code>/plot template import {WorldName} river1</code></td></tr><tr><td><strong>Medium</strong> 150x150</td><td><code>/plot template import {WorldName} river2</code></td></tr><tr><td><strong>Large</strong> 300x300</td><td><code>/plot template import {WorldName} river3</code></td></tr></tbody></table>

## Enchanted Forest Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 75x75</td><td><code>/plot template import {WorldName} forest1</code></td></tr><tr><td><strong>Medium</strong> 150x150</td><td><code>/plot template import {WorldName} forest2</code></td></tr><tr><td><strong>Large</strong> 300x300</td><td><code>/plot template import {WorldName} forest3</code></td></tr></tbody></table>

## Tropical Island Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 50x50</td><td><code>/plot template import {WorldName} island1</code></td></tr><tr><td><strong>Large</strong> 100x100</td><td><code>/plot template import {WorldName} island2</code></td></tr></tbody></table>

## Dry Desert Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 50x50</td><td><code>/plot template import {WorldName} desert1</code></td></tr><tr><td><strong>Large</strong> 100x100</td><td><code>/plot template import {WorldName} desert2</code></td></tr></tbody></table>

## Winter Wonderland Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 50x50</td><td><code>/plot template import {WorldName} winter1</code></td></tr><tr><td><strong>Large</strong> 100x100</td><td><code>/plot template import {WorldName} winter2</code></td></tr></tbody></table>

## City Builder Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 75x75</td><td><code>/plot template import {WorldName} city1</code></td></tr><tr><td><strong>Medium</strong> 150x150</td><td><code>/plot template import {WorldName} city2</code></td></tr><tr><td><strong>Large</strong> 300x300</td><td><code>/plot template import {WorldName} city3</code></td></tr></tbody></table>

## Prison Yard Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 50x50</td><td><code>/plot template import {WorldName} prison1</code></td></tr><tr><td><strong>Large</strong> 100x100</td><td><code>/plot template import {WorldName} prison2</code></td></tr></tbody></table>

## Laboratory Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 75x75</td><td><code>/plot template import {WorldName} lab1</code></td></tr><tr><td><strong>Large</strong> 150x150</td><td><code>/plot template import {WorldName} lab2</code></td></tr></tbody></table>

## Building Platform Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 105x105</td><td><code>/plot template import {WorldName} platform1</code></td></tr><tr><td><strong>Large</strong> 209x209</td><td><code>/plot template import {WorldName} platform2</code></td></tr></tbody></table>

## Build Battle Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Standard</strong> 25x25</td><td><code>/plot template import {WorldName} battle</code></td></tr></tbody></table>

## Suburban Neighborhood Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 75x75</td><td><code>/plot template import {WorldName} suburbs1</code></td></tr><tr><td><strong>Medium</strong> 150x150</td><td><code>/plot template import {WorldName} suburbs2</code></td></tr><tr><td><strong>Large</strong> 300x300</td><td><code>/plot template import {WorldName} suburbs3</code></td></tr></tbody></table>

## City Rooftops Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 35x35</td><td><code>/plot template import {WorldName} rooftop1</code></td></tr><tr><td><strong>Large</strong> 75x75</td><td><code>/plot template import {WorldName} rooftop2</code></td></tr></tbody></table>

## Sky Islands Plot Roads

<table><thead><tr><th width="205">Plot Size</th><th>Installation Command</th></tr></thead><tbody><tr><td><strong>Small</strong> 25x25</td><td><code>/plot template import {WorldName} sky</code></td></tr></tbody></table>


---

# 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://docs.plotroads.com/help/commands.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.
