> For the complete documentation index, see [llms.txt](https://lh1me.gitbook.io/aomori/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lh1me.gitbook.io/aomori/features/comment.md).

# Comment

{% hint style="info" %}
Configuration in the **Global `_config.yml`**
{% endhint %}

### **Disqus**

Input Disqus ID

```
aomori_disqus_shortname: ''
```

### **DisqusJS**

Using DisqusJS with Disqus API to visit in China will be more friendly.

Configuration details <https://github.com/SukkaW/DisqusJS>

```
aomori_disqusjs:
  enable: true
  shortname: ""
  siteName: ""
  api: ""
  apikey: ""
  nesting: 4
  nocomment: "这里冷冷清清的，一条评论都没有"
  admin: ""
  adminLabel: ""
```

### **Gitalk**

Configuration details <https://github.com/gitalk/gitalk>

```
aomori_gitalk:
  enable: true
  clientID: GitHub Application Client ID
  clientSecret: GitHub Application Client Secret
  repo: GitHub repo
  owner: GitHub repo owner
  admin: 
    - GitHub repo owner and collaborators
    - GitHub repo owner and collaborators
  distractionFreeMode: true // Facebook-like distraction free mode
```

### **Valine**

Configuration details [https://valine.js.org/](https://valine.js.org/configuration.html)

```
aomori_valine:
  // Required
  enable: true
  appId: ''
  appKey: ''
  // Optional
  placeholder: 'Hello World!'
  avatar: ''
  pageSize: 10
  lang: 'zh-CN'
  visitor: false
  highlight: false
  recordIP: false
  emojiCDN: ''
  enableQQ: false
  requiredFields:
```

### **Remark42**

Configuration details <https://github.com/umputun/remark42>

```
aomori_remark42:
  enable: true
  host: ''
  site_id: ''
  max_shown_comments: 10
  theme: "light"
  locale: "en"
  show_email_subscription: false
```

### **Giscus**

Configuration details <https://giscus.app>

```
aomori_giscus:
  enable: true
  repo: ''
  repoId: ''
  category: ''
  categoryId: 10
  mapping: "pathname"
  reactionsEnabled: 1
  emitMetadata: 0
  theme: 'light'
  lang: 'zh-CN'
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lh1me.gitbook.io/aomori/features/comment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
