# Welcome to MIP Multiplayer HyperLink Chat System

> <https://www.unrealengine.com/marketplace/en-US/product/mip-hyperlink-chat-system>
>
> [**Showcase video**](https://youtu.be/z1Qn3autzTU)

{% hint style="warning" %}
The system currently uses Unreal RPCs to broadcast messages to recipients. However, in the upcoming project, the workload will be offloaded to a backend server, and communication will be established through Socket.IO.

[**WIP showcase video**](https://youtu.be/Tb5ayC9dzqM)
{% endhint %}

{% hint style="danger" %}
**Please note that the inventory system in the screenshots is not a part of this plugin; it is just meant to demonstrate what you can do with this plugin.**
{% endhint %}

## Overview

Multiplayer HyperLink Chat System is the first on the marketplace to enable Item Linking in your chat. Item Linking is a common feature in multiplayer RPG games and survival games, but I couldn't find any other product on the marketplace that can do that, so I created it for myself and decided to offer it as marketplace content.

Customized Text Layout to properly wrap ImageDecorators, enabling Emoticons for this chat system.

With this plugin, you can share and showcase items by generating clickable links within the chat, as well as the ability to create multiple hyperlinked text items within your chat easily.\
\
You can create up to four chat tabs, which can be added or removed. They can also be dragged around and attached or detached from the tab container. Each chat tab has its own set of Allowed Chat Channels that can be configured in real-time.<br>

## Quick links

{% content-ref url="overview/our-features" %}
[our-features](https://kumobooks.gitbook.io/mip-hyperlink-chat-system/overview/our-features)
{% endcontent-ref %}

{% content-ref url="fundamentals/setup-on-a-new-project" %}
[setup-on-a-new-project](https://kumobooks.gitbook.io/mip-hyperlink-chat-system/fundamentals/setup-on-a-new-project)
{% endcontent-ref %}


---

# 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://kumobooks.gitbook.io/mip-hyperlink-chat-system/welcome-to-mip-multiplayer-hyperlink-chat-system.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.
