> For the complete documentation index, see [llms.txt](https://nucker.gitbook.io/staffchatplus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nucker.gitbook.io/staffchatplus/installing.md).

# Installing

Installing Staff Chat plus is quite simple but if your struggling, use this set by step tutorial.

## Downloading

Simple download the jar from spigot or [github](https://github.com/NuckerTheDev/StaffChatPlus/releases)

{% hint style="info" %}
If your downloading from github, just select the link saying something like StaffChatPlus-1.0.jar to download
{% endhint %}

## Installing

To install the plugin, you need to navigate to your server folder. Then you should find a folder called `plugins`. Simply drag and drop the jar you downloaded into the plugins folder.

{% hint style="info" %}
If you are using a server hosting service such has pebblehost or server.pro, on your control panel you should see a button to either File manager OR  FTP Access then navigate to your plugins folder and select a upload and then select the jar.
{% endhint %}

## Initialising

Now start your server. If your server was already online, simply stop it and start it again. A lot of server services have the option to just restart that. So you could just select that.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://nucker.gitbook.io/staffchatplus/installing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
