# Message

The Message labeling tool is used to classify individual messages in [LLM Chat assets](https://docs.imerit.net/data/importing-assets/creating-and-importing-llm-chat-assets) in the [LLM Chat labeling editor](https://docs.imerit.net/labeling/labeling-editor-interface/llm-chat-labeling-editor).

{% hint style="info" %}
The Message tool is supported across the LLM Chat labeling editor.
{% endhint %}

<div data-full-width="true"><figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2F9TQV4spXNIyNonMy7ieJ%2Fimage.png?alt=media&#x26;token=39aaad0f-7461-4742-9ec5-0730d501faed" alt=""><figcaption></figcaption></figure></div>

## How to add a Message tool to your project <a href="#how-to-add-an-entity-tool-to-your-project" id="how-to-add-an-entity-tool-to-your-project"></a>

From the project’s *Settings* tab, enter the *Label Set* section.

Click on *Add Category*. From the list that appears, click on *Message*.

A new row will appear named *Message*. Click on it to expand it.

<div data-full-width="true"><figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2FtdaSaHwnpSYimnzaKU7Z%2Fimage.png?alt=media&#x26;token=11d41d6a-f32e-4b58-9f88-18500570da25" alt=""><figcaption></figcaption></figure></div>

Give your entity tool a title.

Enable the *Required* toggle if you want to force labelers to place one. When the toggle is disabled, labelers will be able to save and move to the next asset without classifying a single message using this class.

In order to ask labelers questions about the individual message, for example, if you want to show a further *radio* after placing the message-type class, you must click on *Add Classification* and add a further question. [More on nested questions here](https://docs.imerit.net/labeling/labeling-tools/tools/nested-classifications).

## How to Label a Message <a href="#how-to-label-an-entity" id="how-to-label-an-entity"></a>

From the *Tools* section on the left sidebar, select a *Message* labeling tool, then click on the message you would like to classify.

<div data-full-width="true"><figure><img src="https://3895963154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTcOUG6rfWxqGM0N4db2P%2Fuploads%2FhZ6RGlrKtAmjtZT7Lu8a%2FExport-1735641321533.gif?alt=media&#x26;token=c7eadccf-d624-48cb-b6fa-32a302ffe752" alt=""><figcaption></figcaption></figure></div>

The nested classifications of the class will appear on the right-hand side of the screen. Answer the questions to classify the message.


---

# 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.imerit.net/labeling/labeling-tools/tools/message.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.
