# Our Features

## HyperLink Text

This feature enables item linking in the chat, allowing players to click on it to display item tooltips.

![](https://212510588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4JR9F4Xrkwgwmyb4kARy%2Fuploads%2FvZWH5sSGyyaaqZiBcsNW%2Fchat_1.png?alt=media\&token=c9412a8e-80df-4a23-9efe-ad48af4a0ae7)

## Chat Emoticons

Can be typed into the chat using ":", can be easily add or remove emoticons of your own.

<figure><img src="https://212510588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4JR9F4Xrkwgwmyb4kARy%2Fuploads%2Fr0AX3f9bR91v01FD7TTr%2FScreenshot%202023-10-06%20004100.png?alt=media&#x26;token=5ffdcf1d-4cb2-44d9-a529-c0c5e694ed3b" alt=""><figcaption></figcaption></figure>

## Chat Commands

The Chat Command feature allows players to switch channels by using a "/" followed by a shortcut for the desired channel. This feature is highly customizable to meet your specific needs.

Additionally, players can perform actions using commands, such as /bye, /hello, and /laugh.

## Server Message

Utilizing Unreal RPCs, this feature broadcasts messages to all clients.

## Private Message

Also utilizing Unreal RPCs, this feature broadcasts messages to the intended recipients.

## Chat Tab with Allowed Channels:

This feature provides a chat tab that exclusively listens to the allowed channel, which can be configured at runtime. [See here](https://youtu.be/z1Qn3autzTU?si=n-INdSePp_NWS9Yt\&t=82)

## Create and Remove Tabs

Users can create and remove chat tabs. [See here](https://youtu.be/z1Qn3autzTU?si=JD9JwdaK_iIjGh4b\&t=61)

## Drag and Drop Tabs:

Chat tabs can be detached or attached to a tab container through drag-and-drop functionality. [See here](https://youtu.be/z1Qn3autzTU?si=6RPgRfuOCvzYulDi\&t=44)

##


---

# 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/overview/our-features.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.
