# Rastreando quantos usuários estão visualizando/seguindo um tópico atualmente

**URL:** https://meta.discourse.org/t/tracking-how-many-users-are-currently-viewing-following-a-topic/85836
**Category:** Feature
**Created:** [Abril 20, 2018, 8:14pm UTC](https://meta.discourse.org/t/tracking-how-many-users-are-currently-viewing-following-a-topic/85836 "2018-04-20T20:14:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Denis\_Heraud](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denis_heraud/32/119623_2.png) [@Denis\_Heraud](https://meta.discourse.org/u/Denis_Heraud)
#### Post date: [Abril 20, 2018, 8:14pm UTC](https://meta.discourse.org/t/tracking-how-many-users-are-currently-viewing-following-a-topic/85836/1 "2018-04-20T20:14:46Z")

</div>

Is there a way to track/see how many users are currently viewing a topic? We wanted to do some live Q&A’s/AMA’s and wondering if we have any way to know how many users are “watching”.

If not, that would be a nice feature.

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [Abril 20, 2018, 11:37pm UTC](https://meta.discourse.org/t/tracking-how-many-users-are-currently-viewing-following-a-topic/85836/2 "2018-04-20T23:37:09Z")

</div>

If you mean “watching” in the discourse sense, this might help:  
[https://meta.discourse.org/t/is-there-a-way-to-list-all-topics-that-i-am-tracking-or-watching/1141/22?u=david\_taylor](https://meta.discourse.org/t/is-there-a-way-to-list-all-topics-that-i-am-tracking-or-watching/1141/22)

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [Abril 21, 2018, 7:16pm UTC](https://meta.discourse.org/t/tracking-how-many-users-are-currently-viewing-following-a-topic/85836/3 "2018-04-21T19:16:15Z")

</div>

@david 's query will get info about the notification level.

If you want “who is reading it now” the closest I can think of would be to query the `topic_user` table for the `last_visited_at` field. It wouldn’t be a guaranteed “reading it now”, but an indication of “read it within this time frame” might be close enough.

---

<div class="post-metadata">

### Author: ![Denis\_Heraud](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/denis_heraud/32/119623_2.png) [@Denis\_Heraud](https://meta.discourse.org/u/Denis_Heraud)
#### Post date: [Abril 23, 2018, 1:27pm UTC](https://meta.discourse.org/t/tracking-how-many-users-are-currently-viewing-following-a-topic/85836/4 "2018-04-23T13:27:42Z")

</div>

> [@david](#):
>
> If you mean “watching” in the discourse sense

No I’m not, I meant that we would like to know who (or how many users) are currently reading this topic “right now”.
