# Threads Feed

The Threads feed is your workspace's discovery surface for all threads you have access to: threads you are a member of (in your [inbox](/inbox/inbox.md)) and [public threads](/conversations/threads/public-threads-launch.md). It shows you what's happening across the workspace — conversations you can read, reply to, and add to your inbox — without requiring you to be subscribed to every thread in advance.

Think of it this way: your **Inbox** is for your most important threads that you are actively notified on. The **Threads feed** is everything else you can catch up on in your own time.

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

***

### Getting there

The Threads feed is available on desktop in the left nav, and the Threads tab in the bottom navigation on mobile.

***

### What you'll see

Each row in the feed shows a thread with:

* **Thread visibility** — whether it's public to the workspace (thread icon) or private to members (lock icon)
* **Thread name** and preview (depending on which viewing mode you're in)
* **Members** — the groups or people the thread was sent to
* **Reply count** and last activity timestamp
* **Unread state** — threads with messages you haven't read appear with a bold title

***

### Filtering and Sorting

You can filter by group to see all threads you're a member of and public threads sent to a specific group.

<figure><img src="/files/Paq44ry1u1M8iHMZBlpe" alt="" width="375"><figcaption></figcaption></figure>

You can sort the feed two ways:

| Sort option          | What it does                                               |
| -------------------- | ---------------------------------------------------------- |
| **Date created**     | Shows threads in the order they were started, newest first |
| **Recently updated** | Surfaces threads with the most recent activity at the top  |

***

### Viewing density options

You can control how much information each thread row displays using the density toggle in the top-right corner of the feed. There are three options:

| View                        | What it shows                                                                                |
| --------------------------- | -------------------------------------------------------------------------------------------- |
| **Comfortable** *(default)* | A balanced view with thread title, recipients, reply count, and a snippet of recent activity |
| **Compact**                 | A condensed list — useful when you want to scan more threads at once                         |
| **Detailed**                | An expanded view with detailed cards for each thread.                                        |

***

### Adding threads to your inbox

When you find a thread in the feed that you want to stay on top of, you can add it to your inbox. Once it's in your inbox, you'll be notified of new messages on that thread directly.

To **add a thread to your inbox**: **press the plus (+) icon** in the threads feed or when you have the thread open you can click the ellipsis to get the thread menu and choose add to inbox.

To **remove a thread from your inbox**: in your inbox, hover over the thread name and select **Mute and hide from inbox.** Or, with the thread open, click the ellipsis to get the thread menu and select Mute from inbox. The thread will no longer deliver to you, but it will still be discoverable in the Threads feed.

> **Note:** Adding a thread to your inbox doesn't change who can see the thread — it only affects whether new activity on that thread shows up in your personal inbox.

***

### Threads feed vs. Inbox

|                                            | Threads feed | Inbox |
| ------------------------------------------ | ------------ | ----- |
| Discover public threads                    | ✅            | ❌     |
| Browse without committing to notifications | ✅            | ❌     |
| Be notified of new messages in threads     | ❌            | ✅     |
| Personal prioritization                    | ❌            | ✅     |

***

### A note on thread visibility

The Threads feed only shows **public threads** — conversations that are visible to your whole workspace. Private threads (those sent only to specific people or groups you're not part of) won't appear here unless you are a member on that thread.

If you're mentioned in a thread, it will be delivered directly to your inbox rather than waiting for you to find it in the feed.


---

# 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/navigating-the-app/threads-feed.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.
