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

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