# Installing InteractiveBoard

## Installation steps

1. Stop the server.
2. Add  **`InteractiveBoard.jar`**  to your plugins.
3. Start the server.
4. All of the **InteractiveBoard** start files and folders should be automatically generated.(`config.yml, boards, images, fonts, music`)
5. Now you can start using the plugin :tada:&#x20;

   Continue reading further to see how you can create boards and edit them. [Creating a board](/docs/getting-started/creating-a-board.md)

{% hint style="warning" %}
**Fix for servers using proxies with 1.8-1.10 clients.**&#x20;

If you are using a **bungee**/**velocity** proxy with **1.8**-**1.10** versions, to prevent the boards from freezing due to the bug in old **1.8**-**1.10** clients, you need to install **InteractiveBoard.jar** in the proxy and enable bungee-freeze-fix option in **config.yml** of **InteractiveBoard** in every server on your network that uses **InteractiveBoard**. If you are using **ViaRewind** or **ViaBackwards** make sure that they are installed on the server and not the proxy.
{% 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://interactiveboard.gitbook.io/docs/getting-started/installing-interactiveboard.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.
