# 在群组页面添加说明信息

**URL:** https://meta.discourse.org/t/adding-explanatory-information-to-the-group-page/92822
**Category:** Development
**Created:** [2018 年7 月 20 日 18:07 UTC](https://meta.discourse.org/t/adding-explanatory-information-to-the-group-page/92822 "2018-07-20T18:07:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### 作者： ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### 发布日期： [2018 年7 月 20 日 18:07 UTC](https://meta.discourse.org/t/adding-explanatory-information-to-the-group-page/92822/1 "2018-07-20T18:07:25Z")

</div>

Some users do not quite understand what groups are. Page “empty”, no information, no title, etc.

Can it make sense to do the following?

At the topmost line of the file, before:

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/groups/index.hbs#L1](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/groups/index.hbs#L1)

Add

```plaintext
{{plugin-outlet name="groups-info"}}

```

Before

 ![before](https://global.discourse-cdn.com/meta/original/3X/4/d/4df10478a1e82d6a67b8dfffc46cb1f03553ebf3.png)

After (Example)

 ![After](https://global.discourse-cdn.com/meta/original/3X/f/2/f270e9eafa6e43aeba95eef59425c2c976093def.png)

There place any information with a link to the appropriate topic with explanations, rules, etc.
