# Creating new Threads

There are multiple ways to create a new thread so you can easily start a conversation wherever you are in Glue.

<details>

<summary>Pencil icon</summary>

Hit the pencil icon in the upper lefthand corner of the app to open a new thread draft to send to any combination of people and groups.

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

</details>

<details>

<summary>In the message composer</summary>

In the message composer in a group, DM, or thread you can click on the Thread tab (next to reply) to switch from drafting a message to starting a new thread. Glue will suggest a thread name while you are typing, or you can make it your own.

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

</details>

{% hint style="info" %}
If you forget to make your message a thread before you send it, don't worry! You can [create a thread off any sent message](#convert-messages-to-threads) after the fact.
{% endhint %}

### Thread components

There are three main components to a thread to send your first thread message. You can fill these out in any order, but this is a helpful way to get started.

{% stepper %}
{% step %}
**Thread message body**

You'll automatically be put into the message editor when you create a new thread. Start typing right away to get a draft going. The thread will automatically update the thread name based on what you are writing.
{% endstep %}

{% step %}
**Members (notify in inbox)**

Add the people and groups you want to be notified of the thread in their inbox. You need at least one other member on the thread to be able to send it.
{% endstep %}

{% step %}
**Thread Visibility**

All new threads are public to your workspace by default. This means that other members of your workspace can see the thread in their threads feed and search. You can change this to be private only to the people and groups who are members on the thread.
{% endstep %}

{% step %}
**Thread name**

Glue will generate a thread name for you, but you can always write it yourself first or edit the suggested name after. Thread names can be updated after they are sent as well — change the name if the topic evolves or update with things like a project status.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Pro tip:** Start typing out your message first to let Glue generate a thread name for you as a starting point. When you're done writing, modify the thread name to make sure it fits your message topic and purpose.
{% endhint %}

### Adding members to threads

* **By Name**: Click "notify in inbox" and type the user’s name.
* **@Mention**: Mention them in a message and select "Add to thread."
* **By Email**: Enter their email address directly in the recipient field.
* **External Participants**: Invite users from outside Glue using their email address without needing to add them to your workspace or group. Note: This does not grant them access to your workspace or any other Glue information.


---

# 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/creating-new-threads.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.
