> For the complete documentation index, see [llms.txt](https://docs.reversewinterstudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reversewinterstudios.com/plugins/advanced-chat-system/usage/setup.md).

# Setup

**Step 1**:

Login or Sign Up an account By clicking on [Login](https://reversewinterstudios.com/login/) or [Sign Up](https://reversewinterstudios.com/registration/) at the top of the page

<br>

**Step 2**:

Create a developer/publisher account by [Clicking Here](https://reversewinterstudios.com/become_developer) don't worry this does not mean you need to publish the game. You will be able to make your game hidden/private you just need the access keys it gives you after you create a publisher account. This is to help keep our tools secure.

<br>

**Step 3**:

Navigate to the Developer Portal in the Account Menu after you have the Developer Portal open go to your Game Project. Make sure you have finished the verification you can check by looking at the left where it says Verification Needed then just click on Advanced Chat and follow the instructions. Then after it has been accepted you will receive an email and keep following the rest of these steps.

![](https://reversewinterstudios.com/uploads/documentation/image/original/DeveloperPortal-Image.PNG)

<br>

**Step 4 (OPTIONAL)**:

If you plan on using the all servers chat you will need to download the [RWSChatSystem](https://reversewinterstudios.com/app/chat_system/installer/). You will be running the server and have full control over the chat system.

* &#x20; **Step 3.1**: After you have downloaded the chat system you will need to port forward your port **8999** on your server.
* &#x20; **Step 3.2**: You will need login to your RWS Account this will be a one time process after it will start automatically logging you into your account. Your **Project ID** and **Login Project ID** can be found inside your developer portal.

![](https://reversewinterstudios.com/uploads/documentation/image/original/ChatClient.png)


---

# 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:

```
GET https://docs.reversewinterstudios.com/plugins/advanced-chat-system/usage/setup.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.
