# Create a thread from an existing message

In Glue, you can turn any message into a thread after it’s been sent. This is perfect for organizing the conversation if a message turns into a longer discussion, bringing new people or groups into a conversation, or maintaining focus by forking separate topics out of an existing thread.

<figure><img src="/files/PinLPyqvBCXRzkTq9MrV" alt=""><figcaption></figcaption></figure>

#### Any Message in Glue can be turned into a Thread at any time:

* Group chat messages
* Direct messages (DMs)
* Messages in an existing thread

#### How It Works:

* The original message remains visible in the group chat, DM or thread, with a link to the new thread appearing below it.
* The new thread is given an auto-generated name, which you can update anytime to match the topic.
* The new thread will automatically include the same recipients - groups or people who the original message was addressed to. You can easily edit the recipients while you're creating the new thread to add or remove groups or people to keep the conversation relevant.
* The new thread will show the original message at the top as context, as well as where the message was originally shared. A blue arrow icon indicates that this is a forked thread created from a message.

<figure><img src="/files/QioScFWa02cC7naETdM0" alt=""><figcaption><p>This is a group chat message that was turned into a thread</p></figcaption></figure>

<figure><img src="/files/s5NiIqDpmxoSfLnQyYRd" alt="" width="375"><figcaption><p>New thread has context of original message and where it was sent</p></figcaption></figure>

{% hint style="info" %}
Note that if you create a new thread from a message in an existing thread that the thread will not appear in someone's inbox unless you @mention them, add them directly as a recipient to the new thread or if they have their group notification settings set to be notified of all threads in the group. If someone replied to the prior thread, they will not automatically be notified of the new thread
{% endhint %}

#### Benefits of Turning Messages into Threads:

* **Stay Organized:** Keep conversations on track by separating off-topic or evolving discussions.
* **Improve Focus:** Shift deeper discussions into their own space without cluttering the original chat.
* **Customize Participation:** Add or remove participants in the thread to ensure the right people are involved.


---

# 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.glue.ai/conversations/threads/create-a-thread-from-an-existing-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.
