# Multi Installation

Except that you define a path on the clone command where the new mooncord installation should be installed:

```
git clone https://github.com/eliteSchwein/mooncord.git PATH
```

And you need to configure a Service suffix, the Suffix will be placed after MoonCord\_, you also should set the config path to the klipper directory:

```
bash scripts/install.sh --service_suffix=SUFFIX --config_path=/KLIPPER/CONFIG/PATH
```

To control the Service use:

```
sudo systemctl <start/stop/restart/status> MoonCord_SUFFIX
```

### Example

Here is an Example for a second MoonCord installation:

**Install MoonCord and its Dependencies**

```
cd ~/
git clone https://github.com/eliteSchwein/mooncord.git mooncord2
cd ~/mooncord
bash scripts/install.sh --service_suffix=2 --config_path=/home/pi/klipper_config2
```

**Usage**

```
sudo systemctl <start/stop/restart/status> MoonCord_2
```


---

# 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://eliteschw31n.gitbook.io/mooncord/misc/multi-installation.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.
