# Activity

Activity is your personal notification center in Glue. While your Inbox tracks threads you're subscribed to, Activity surfaces events happening around you — reactions to your messages, mentions, group changes, and more.

You can get to Activity from the sidebar (look for the bell icon) or by using the command palette and searching "Go to Activity."

### How Activity is organized

Activity is organized into four tabs:

* **All** — every notification in one place
* **Mentions** — threads and messages where you've been @mentioned
* **Reactions** — emoji reactions left on your messages
* **Groups** — group-related events like being added to a group or a new group being created in your workspace

Click any tab to filter the list.

### What shows up in Activity

#### Someone @ mentioned you in a message

When someone @ mentions you in a message, it appears as a mention row with a preview of the message and context around the @ mention. Click to jump to the message.

#### Someone reacted to your message

When someone reacts to a message you sent, you'll see their emoji reaction, their name (and how many others also reacted, if applicable), and a preview of the message. You can also see the full reaction strip inline.

#### You were added to a group

When someone adds you to a group, you'll see the group name, emoji, member count, and description. Click the row to go directly to the group.

#### A new group was created in your workspace

When a new group is created in a workspace you belong to, it appears in Activity so you can discover and join it. Shows the group name, members, and description.

#### Join requests

When someone requests to join a group you manage, a notification appears in Activity. Click it to review and approve or deny the request.

### Marking activity as read

A dot will show up next to the Activity section to indicate there is something new.

Unread notifications show a blue dot on the row. Clicking a row marks it as read. If you open a thread that has associated Activity notifications, those are marked as seen automatically. Once you navigate out of the activity view, it will count all the activities as read automatically.

### Navigating from Activity

Clicking any row takes you to the relevant thread, group, or join request. On desktop, the detail opens in a pane alongside your Activity list so you don't lose your place.


---

# 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/activity.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.
