> For the complete documentation index, see [llms.txt](https://docs.glue.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glue.ai/conversations/threads/managing-threads/advanced-thread-settings.md).

# Advanced thread settings

Thread starters and admins can access a few things under the advanced menu in Thread details.

* Thread permissions
* Delete thread
* Thread ID - you might need this for help troubleshooting with Glue Support or for targeting a thread with a webhook

#### To get to the advanced menu:

* Open the thread's detail view by either clicking on the name of the thread when it's open.
* Or click the ellipsis on the right hand side and choose thread details.
* The advanced menu is at the bottom and needs to be expanded to see the options.

<figure><img src="/files/R2SCIKyoac5jghUaRrDm" alt="" width="563"><figcaption></figcaption></figure>

## What are Thread Permissions?

Thread permissions let thread starters (the person who created the thread) and admins control who can access and respond to specific threads. Other recipients cannot change these permissions.

* Locking changes to the thread details
  * Prevents new users or groups from being added to the thread
  * Prevents the thread name from being change
* Turning off thread replies to make threads read-only

### How to Modify Thread Permissions

Only the thread starter or admins can control thread permissions.

* **For new threads:** Set permissions before sending the thread by clicking the ellipsis at the bottom next to thread visibility.
* **For existing threads:** Change permissions anytime in the thread details modal by clicking on the advanced section and clicking the thread permissions dropdown.

{% hint style="info" %}
The **thread permissions drop down is multi-select.** You can choose to lock recipients, turn off thread replies, or both on the same thread.
{% endhint %}

<figure><img src="/files/VwXs1CXNHR4xpxSCv2M3" alt=""><figcaption><p>Changing thread permissions on a new thread draft</p></figcaption></figure>

### Thread Permission Options

#### Locking a thread

Thread starters, group admins, or workspace admins can lock a thread to prevent changes to the thread recipients and name. When a thread is locked:

* Only the thread starter and admins can add new recipients or change the thread name.
* All other thread recipients can request to add users or groups to the thread, and the thread starter can approve or decline these requests.

<figure><img src="/files/JFPAY7hUfeBuSU8boUcg" alt="" width="375"><figcaption><p>Thread recipients can request to add someone to the locked thread</p></figcaption></figure>

<figure><img src="/files/yyiD3dTZvEXtItH6LQ3F" alt="" width="375"><figcaption><p>Thread starters will receive a request they can approve or decline</p></figcaption></figure>

{% hint style="info" %}
**Note:** Even if a thread is unlocked, only a thread starter can remove users or groups from a thread.
{% endhint %}

#### Turning off replies on a thread

Thread starters, group admins, or workspace admins can turn off replies for a thread. When replies are turned off:

* Only the thread starter and admins can reply or change the thread name.
* All other thread recipients can read, react, and share the thread link.

{% hint style="info" %}
This feature is useful for announcements to a large audience, reducing notification noise.
{% endhint %}

### What does a thread look like when replies are turned off?

#### Profile Badges

When a thread has replies turned off, you’ll see a role badge next to the profile picture for thread starters and admins, both in thread replies and in the thread member list. That way you can easily see who has access to the thread’s permissions.

#### Message Editor

* **For thread starters or admins:** A banner above the message editor shows that replies are turned off, but you can still reply based on your role.
* **For recipients:** The message editor is hidden, and a banner at the bottom states that replies are turned off.

<figure><img src="/files/ZzxHkL655oTdglXk1KBg" alt=""><figcaption><p>View of a thread with replies turned off as a recipient</p></figcaption></figure>

<figure><img src="/files/1mh0Q80dXDVDUBmhjOzl" alt=""><figcaption><p>View of a thread with replies turned off as an admin (thread starter's view will look similar)</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.glue.ai/conversations/threads/managing-threads/advanced-thread-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
