# Can Discobot answer unanswered and idle topics?

**URL:** https://meta.discourse.org/t/can-discobot-answer-unanswered-and-idle-topics/105060
**Category:** Feature
**Created:** [26 december 2018 om 08:22 UTC](https://meta.discourse.org/t/can-discobot-answer-unanswered-and-idle-topics/105060 "2018-12-26T08:22:05Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [26 december 2018 om 16:02 UTC](https://meta.discourse.org/t/can-discobot-answer-unanswered-and-idle-topics/105060/5 "2018-12-26T16:02:15Z")

</div>

If you have a support team, you can add a button to filter only topics with zero replies for then:

> [@Reply reminder - Remind users to reply to new users topics with zero replies](https://meta.discourse.org/t/reply-reminder-remind-users-to-reply-to-new-users-topics-with-zero-replies/42644/14):
>
> To use on categories and subcategories I ammended the code as this: \<script\> Discourse.ExternalNavItem = Discourse.NavItem.extend({ href : function() { return this.get('href'); }.property('href') }); I18n.translations.en.js.filters.unanswered = { title: "Unanswered", help: "Topics that have not be answered" }; Discourse.NavItem.reopenClass({ buildList : function(category, args) { var list = this.\_super(category, args); if(!category) { list.push(Di…

There is also a plugin that will tag every new topic with a unhandled tag, until your staff deals with it and hits a button to remove the tag:

[https://github.com/discourse/discourse-unhandled-tagger](https://github.com/discourse/discourse-unhandled-tagger)

---

_[View the full topic](https://meta.discourse.org/t/can-discobot-answer-unanswered-and-idle-topics/105060)._
