> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/glide/membership/comments.md).

# Comments

Ghost includes a **native commenting system** that allows members to leave comments on your posts.

The **Glide** theme supports this feature out of the box. No extra setup or third-party tools are required.

### Setting up Comments

You can control who can comment across your entire site using the global membership settings.

Follow the steps below to configure comments:

{% stepper %}
{% step %}

#### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

#### Go to Membership Settings

* Navigate to **Settings** > **Membership** `yoursite.com/ghost/#/settings/members`
  {% endstep %}

{% step %}

#### Choose Option

* Under the **Access** section, choose who can comment:
  * Nobody
  * All members
  * Paid-members only
    {% endstep %}

{% step %}

#### Save Changes

* Click **"Save"** to apply the settings.
  {% endstep %}
  {% endstepper %}

### Visibility

Comments will only appear on posts that are accessible to the visitor.\
If a post is restricted (e.g. **Members only**, **Paid-members only**, or **Specific tier**), the comments section will be hidden until the user meets the access requirement.

For more information, visit the official Ghost guide: [Comments](https://ghost.org/help/commenting/)


---

# 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://docs.ektothemes.com/guides/glide/membership/comments.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.
