# Nieuw Experiment: AI Samenvatten op uw Discourse inschakelen met één klik!

**URL:** https://meta.discourse.org/t/new-experiment-enable-ai-summarize-on-your-discourse-with-one-click/334817
**Category:** Announcements
**Tags:** ai, ai-summarize
**Created:** [6 november 2024 om 17:48 UTC](https://meta.discourse.org/t/new-experiment-enable-ai-summarize-on-your-discourse-with-one-click/334817 "2024-11-06T17:48:04Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [15 februari 2025 om 01:21 UTC](https://meta.discourse.org/t/new-experiment-enable-ai-summarize-on-your-discourse-with-one-click/334817/10 "2025-02-15T01:21:25Z")

</div>

I don’t think there is an option for that.  
You could use some CSS to hide the button.

First, install this component: [GitHub - discourse/discourse-groups-css-classes-in-body · GitHub](https://github.com/discourse/discourse-groups-css-classes-in-body).  
Then use this css:

```css
.group-<identifier> .toggle-summary {
   display: none;
}

```

Where `<identifier>` is the group name.

---

_[View the full topic](https://meta.discourse.org/t/new-experiment-enable-ai-summarize-on-your-discourse-with-one-click/334817)._
