# Setup Mode

when you want to add a new Controller User, follow this Guide. This is not the install Guide, this Guide is for a fully running MoonCord installation.

stop MoonCord

```
sudo systemctl stop MoonCord.service
```

start MoonCord in setup mode

```
cd ~/mooncord
npm run start '/path/to/klipper/config' setup <newtag/oldtag#000>
```

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

follow the instructions till the setup wizard in Discord:<br>

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

press cancel, this will still save the new Controller but will skip the install wizard.

\
\
start Mooncord again:

```
sudo systemctl start MoonCord
```


---

# 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/setup-mode.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.
