# Improve managing history on Ask discourse

**URL:** https://meta.discourse.org/t/improve-managing-history-on-ask-discourse/378924
**Category:** Feature
**Tags:** ai, ask-discourse
**Created:** [August 17, 2025, 9:37am UTC](https://meta.discourse.org/t/improve-managing-history-on-ask-discourse/378924 "2025-08-17T09:37:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jrgong](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jrgong](https://meta.discourse.org/u/jrgong)
#### Post date: [August 17, 2025, 9:37am UTC](https://meta.discourse.org/t/improve-managing-history-on-ask-discourse/378924/1 "2025-08-17T09:37:37Z")

</div>

It would be nice on Ask discourse to be able to delete and/or archive conversations. My chat history is already a bit bloated and it’s hard to keep track. So some housekeeping features would be nice 🙂

Other than that, amazing feature, guys!!! 🙂

---

<div class="post-metadata">

### Author: ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)
#### Post date: [August 17, 2025, 12:41pm UTC](https://meta.discourse.org/t/improve-managing-history-on-ask-discourse/378924/2 "2025-08-17T12:41:08Z")

</div>

@sam and @awesomerobot this is an interesting request.

I am not sure we imagined people wanting to reference prior conversations on Ask when we first got it going, but I can see how it’d be helpful for those who use it frequently.

I can imagine handling this in a number of ways, but I wonder if surfacing search and/or bookmarks there as a starting point might make sense?

---

<div class="post-metadata">

### Author: ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)
#### Post date: [August 17, 2025, 1:02pm UTC](https://meta.discourse.org/t/improve-managing-history-on-ask-discourse/378924/3 "2025-08-17T13:02:04Z")

</div>

Another approach to this from the community here:

> [@AI Conversations – Sidebar Search](https://meta.discourse.org/t/ai-conversations-sidebar-search/378898):
>
> [Theme Component] AI Conversations – Sidebar Search (messages-only) Hey all—just wanted to share a tiny theme component I made (with a push from ChatGPT). It adds a lightweight “AI Messages” search box to the AI Conversations sidebars and routes straight to core search with in:messages. GitHub: [GitHub - BrianCraword/Discourse-AI-Conversations-Search- · GitHub](https://github.com/BrianCraword/Discourse-AI-Conversations-Search-/tree/main)What it does Puts a compact search box at the top of the AI Conversations sidebars (main list + single chat). Searches only your messag…

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [August 17, 2025, 10:54pm UTC](https://meta.discourse.org/t/improve-managing-history-on-ask-discourse/378924/4 "2025-08-17T22:54:17Z")

</div>

The implementation in core is a bit better than the one we have on “ask”

@awesomerobot I wonder if there is an easy way to port over to the format `/discourse-ai/ai-bot/conversations` uses? (it splits stuff in dates)

I also think there is merit in allowing users to easily remove conversations from the sidebar, this control on ChatGPT is great that way:

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/0/f/a0f1302352717e8f32ee16a030772f33ea590c06.png)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [August 19, 2025, 9:01pm UTC](https://meta.discourse.org/t/improve-managing-history-on-ask-discourse/378924/5 "2025-08-19T21:01:41Z")

</div>

> [@sam](#):
>
> @awesomerobot I wonder if there is an easy way to port over to the format `/discourse-ai/ai-bot/conversations` uses? (it splits stuff in dates)

Yeah [ask.discourse.com](http://ask.discourse.com) was built before we moved these features into the AI plugin, so step 1 is removing our custom implementation… that’s done now [DEV: remove custom homepage and replace with our built-ai AI conversations page by awesomerobot · Pull Request #28 · discourse/discourse-ask-theme · GitHub](https://github.com/discourse/discourse-ask-theme/pull/28)

So now we’re using `/discourse-ai/ai-bot/conversations` and have the “real” sidebar with sectioning. This results in a lot less custom stuff to maintain too, which is nice.

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/2/6/b2648a1be4f65c24ebba23bc308d933c63ffe8f4.png)

Removing conversations should be doable as a follow-up, I think we already have an API for inline buttons in sidebar items because we use them to manage chat DMs
