# Running multiple instances

To run multiple instances of Gunbot, just make a copy of its folder for each instance and make sure the following settings parameters are unique for each instance:

* `port` - both in the GUI and ws section
* `clientport` - in the ws section
* `TOKEN` in the bot section (this is the token for Telegram notifications)

The GUI of each instance will be available on localhost through the specified port number.

{% hint style="info" %}
Use a text editor like Notepad++ to edit the `config.js` file to make the required changes described above.
{% 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://gunthy.gitbook.io/wiki/setup-and-general-settings/installation/running-multiple-instances.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.
