# Step 1 - Setup

#### Create NextLevelPlugins Account <a href="#create-rws-account" id="create-rws-account"></a>

[Log in](https://nextlevelplugins.com/login) or [create an account](https://nextlevelplugins.com/registration/)

#### Create Developer Project <a href="#create-developer-account" id="create-developer-account"></a>

It's a simple process. You will need to go to the NextLevelPlugins website, log in, or create an account, and you will get instant access to the developer portal. Then, you will need to head over to the Developer Portal. It will ask you what you would like to title this project, and it will do the rest.

#### Before You Can Download

* You will either need to purchase the plugin from the NextLevelPlugins store
* Submit a verification via the developer portal (this is if you own it on Epic Games); then, you will want to click on server manager on the right. You will see "Ranked Server Manager (Verify)." Connect your Epic Games account and follow the other steps. Then, submit it, and you should get a response pretty fast. If not, wait a few minutes, and you should get a response within a few minutes.

#### **Step 4 (OPTIONAL)**

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

* **Step 3.1**: After you have downloaded the chat system you will need to port forward your port **8999** on your server.
* **Step 3.2**: You will need login to your NLP 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.

<br>

<figure><img src="https://docs.reversewinterstudios.com/~gitbook/image?url=https%3A%2F%2Freversewinterstudios.com%2Fuploads%2Fdocumentation%2Fimage%2Foriginal%2FChatClient.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=63dbf680&#x26;sv=1" alt=""><figcaption></figcaption></figure>


---

# 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://docs.nextlevelplugins.com/plugins/advanced-chat-system/step-1-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.
